From 673c79d7d1b67a2592984807e2c42dac64f45ff0 Mon Sep 17 00:00:00 2001 From: Stefan Jeske Date: Tue, 16 Jun 1998 07:39:06 +0000 Subject: [PATCH] TODO --- TODO | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TODO b/TODO index d6d810c98d..a734ed3ccf 100644 --- a/TODO +++ b/TODO @@ -48,6 +48,10 @@ Bugs: * Expose events aren't being generated correctly for DND demo Additions: + * implement keyboard navigation in menus + + * focus handling for GtkOptionMenu (needs the previous) + * GScanner: it might be good to ues stdio and getch() instead of 1-character reads. so one can take advantage of buffering. Currently each read() takes a separate syscall.