This commit is contained in:
Stefan Jeske 1998-06-16 07:39:06 +00:00
parent 742d01908f
commit 673c79d7d1

4
TODO
View File

@ -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.