diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-05-04 13:20:02 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-05-04 13:20:02 +0000 |
commit | fb543c7707a31d80dbdb039515d719e6f013a77a (patch) | |
tree | 5039e37b8e9f29ac7413bc9a09cad8975af745ef /TODO | |
parent | 9164dd63e7f670d3bd6e5132b3d15969aff1d55f (diff) | |
download | rtmux-fb543c7707a31d80dbdb039515d719e6f013a77a.tar.gz rtmux-fb543c7707a31d80dbdb039515d719e6f013a77a.tar.bz2 rtmux-fb543c7707a31d80dbdb039515d719e6f013a77a.zip |
Use ACS for line drawing characters.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -63,6 +63,8 @@ - refer to windows by name etc (duplicates? fnmatch?) - the output code (tty.c) could do with optimisation depending on term capibilities +- would be nice to be able to use "--" to mark start of command w/ neww etc + to avoid quoting (hopefully) for 0.9, in no particular order: - a command to display the status line briefly when it is turned off @@ -88,3 +90,6 @@ hardcoded 81 for left-vertical is nasty - test bug sshing from freebsd console (tom iirc?) - rotate-window has redraw bugs... :-/ +- binding a neww ... while read i or for i in to a key doesn't work... + something to do with pty/tty handling? + |