summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2007-11-21 20:04:37 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2007-11-21 20:04:37 +0000
commitce90f1bddb5bf3916e8f3be25277716732b15438 (patch)
tree56f9ba464c0b90d356cf2ca1b6db862e8706fe38 /TODO
parentd0984b890b84c2fac9cdcfbc44121c1171e06531 (diff)
The CLIENT_HOLD hack can go bye-bye.
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 1 insertions, 3 deletions
diff --git a/TODO b/TODO
index d943197e..47d17a62 100644
--- a/TODO
+++ b/TODO
@@ -29,7 +29,6 @@
- could use bsearch all over the place or get rid of smaller tables (clientmsg)
- better errors when creating new windows/sessions (how?)
- commands should have to care less about CMD_KEY
-- CLIENT_HOLD sucks
- session with CMD_NOSESSION should be an error
- each command should have a print op as well for list keys
- Implicitly add exec to the commands for new windows (switch to disable it)
@@ -69,8 +68,7 @@
- bind non prefix keys
- stuff like rename would be nice to be able to do in-client like screen, if
it could be implemented in a non-icky way
-- there is to much redrawing. use flags? (there was a problem with this idea...
- CLIENT_HOLD?)
+- there is to much redrawing. use flags?
- use modes for help etc
-- For 0.2 --------------------------------------------------------------------