diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |