>>>>> "RM" == Robert W March <[EMAIL PROTECTED]> writes:
RM> John,
RM> If I may past your comments on to the list ...
RM> John Huttley wrote:
>> Either we use a pcterm or use a wyse-60 emulation.
>> A pcterm is just a scan code terminal. To use one of those we would need to
>> rewrite a bit of linux's keyboard handling.
>> i.e., how do you login with a pcterm keyboard?
>>
>> For the wyse 60, this supports a pcterm mode which can be controlled by
>> software. Good old MS Word for Unix does this.
>>
>> Unfortunately wy60 term emulations aren't very common in the share/free ware
>> world.
RM> So, you are saying that it is not possible for Dosemu, through ncurses, to
RM> support a scan code mode terminal (such as the Wyse60 in PCTERM personality)
RM> without modification of the Linux kernel. Is that correct?
He was saying that if the pcterm was sending raw scancodes it would be absolute
garbage when you typed. There is totally a userland issue. It is exactly the
same as if dosemu or X crashed and left the keyboard in raw console mode.
There are terminfo slots reserved for enable/disable pcterm scancode
keyboard mode, though I have not seen them used yet.
Eric