diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2007-09-28 18:17:59 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2007-09-28 18:17:59 +0000 |
commit | 109873bdf876ca019ef30376d33d751472feb1a1 (patch) | |
tree | 1f69ab1fd6459a9b6b03429bc789e8aa78918163 | |
parent | a73deec89d1f691aca51bb40106fcaf4e3f0a089 (diff) | |
download | rtmux-109873bdf876ca019ef30376d33d751472feb1a1.tar.gz rtmux-109873bdf876ca019ef30376d33d751472feb1a1.tar.bz2 rtmux-109873bdf876ca019ef30376d33d751472feb1a1.zip |
Sync.
-rw-r--r-- | TODO | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -33,3 +33,12 @@ close window kill session - update NOTES!!!! +- in order to do status line, everything needs to be range checked. we can't + just fire stuff back to the client, since it can have a different idea of + window size. so, merge input and screen command parsers to do the following: + - parse escape sequence + - range check and limit it + - update screen + - encode and pass to client + split input.c into input-client.c for keys and input-server.c and for data +- nuke '?' on getopts |