diff options
| author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2007-11-27 21:07:38 +0000 |
|---|---|---|
| committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2007-11-27 21:07:38 +0000 |
| commit | c6384a765b1113fbff54bc3f0126b3a578730b36 (patch) | |
| tree | 3f39fae37a3c479f550ff9e7da3141298eab1e90 /TODO | |
| parent | 7034ba236f4cbb94753f23747e363644a932221e (diff) | |
| download | rtmux-c6384a765b1113fbff54bc3f0126b3a578730b36.tar.gz rtmux-c6384a765b1113fbff54bc3f0126b3a578730b36.tar.bz2 rtmux-c6384a765b1113fbff54bc3f0126b3a578730b36.zip | |
Flush data on tty open. Also reset colour before clearing line/screen.
Diffstat (limited to 'TODO')
| -rw-r--r-- | TODO | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -57,7 +57,9 @@ - lift SHRT_MAX limits for history - audit copy/scroll and other modes for problems with very small windows - screen_draw_* moved out/renamed (accept TTY_*?) -- SIGWINCH can probably be handled in server -- For 0.2 -------------------------------------------------------------------- - window splitting? +- restore term cap checks +- anything which uses cmd_{send,recv}_string will break if the string is + split. string length should be part of the command size |