racket-ansi/rmacs/TODO

20 lines
635 B
Plaintext
Raw Normal View History

2014-12-22 22:14:13 +00:00
Make it reloadable
2014-12-23 16:12:39 +00:00
Windows need their own top-of-window-mtype and point location
2014-12-24 03:01:18 +00:00
Preserve column on up/down better. This includes dealing with tab expansion
Bundle up all mutable command context into a single record, to let the
command handler have everything it needs even in the face of change
Need line wrap of some kind.
unknown-escape-sequence contents are byte strings, and keyseq parsing
and printing should reflect that.
something to do with framing is broken, causing odd scroll-lock
behaviour near the end of the demo file.
Catch and handle SIGWINCH.
See http://man7.org/tlpi/code/online/dist/tty/demo_SIGWINCH.c.html