nanogui@linuxhacker.org
nanogui@linuxhacker.org
: I'm testing keyboard kernel driver with mterm, and I found that the mterm is
: killed when I type "up, down, left and right" keys.
: Other keys like alpabet and numeric cause no problem.
: When I look at the microwindows source code, there is following c code.
The arrow keys send an ESC [ A sequence, or something like
that. When you run Microwindows or Nano-X without the -e
option, the ESC causes the server to exit, for testing purposes.
Nano-X has a -e option, you'll need to add one to mwin/winmain.c.
Regards,
Greg
nanogui@linuxhacker.org