From 109873bdf876ca019ef30376d33d751472feb1a1 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Fri, 28 Sep 2007 18:17:59 +0000 Subject: [PATCH] Sync. --- TODO | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/TODO b/TODO index 3bb378b0..6eba6b00 100644 --- a/TODO +++ b/TODO @@ -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