26d51239d9
- When pilot is off, don't redraw contents of screen, clear it - bind hardware buttons to keys (F9-F12 Applications, pgup/pgdown, ESC (power)) - make cursor keys work (left/right, next/previous field) XXX: homepage (== main download site) doesn't seem to exist any more.
13 lines
497 B
Text
13 lines
497 B
Text
$NetBSD: patch-ai,v 1.1 2001/02/12 14:09:25 wiz Exp $
|
|
|
|
--- mc68k/shared.h.orig Tue Feb 6 14:49:07 2001
|
|
+++ mc68k/shared.h Tue Feb 6 14:49:32 2001
|
|
@@ -95,7 +95,7 @@
|
|
int pen, pendown, penx, peny; /* modified by lcd process */
|
|
int key, keydown; /* modified by lcd process */
|
|
int kbin, kbout; /* ring-buffer for X11 keyboard */
|
|
- char kb[8]; /* ASCII data from X11 keyboard */
|
|
+ int kb[8]; /* data from X11 keyboard (palm chr codes) */
|
|
|
|
/*
|
|
* X Output devices (display_proc)
|