summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2008-06-04 18:27:33 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2008-06-04 18:27:33 +0000
commitb25ac6fd754a38081d09ec32e5dbed717e628492 (patch)
tree80ebe433d32795cfb06fb591c22073f0163967d2 /TODO
parent70c418c048637dd8b1211d6b2dc25ff32f485268 (diff)
Update.
Diffstat (limited to 'TODO')
-rw-r--r--TODO13
1 files changed, 6 insertions, 7 deletions
diff --git a/TODO b/TODO
index 1b48b24f..cbc92337 100644
--- a/TODO
+++ b/TODO
@@ -14,7 +14,6 @@
- could use bsearch all over the place or get rid of smaller tables (clientmsg)
- better errors when creating new windows/sessions (how?)
- 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)
- nested sessions, ie session as window - moving to it moves into session
(remembering parent)
@@ -64,12 +63,7 @@
- poll(2) is broken on OS X/Darwin, a workaround for this would be nice
- different screen model? layers perhaps? hmm
- cfg file improvements
-- select-window can become windowonly (what about default?)
-- monitor for activity in windows as well as bell
-- status bar customisation variables, date/time, show-activity, show-last-window
- string-left, string-right - pass through strptime and print...
-- per-window options (per-session list of window ranges?)
-- show-options
+- proper per-window options (per-session list of window ranges?)
---
[18:20] *priteau* i found something in tmux that could be tweaked to be better
@@ -82,3 +76,8 @@
- chmod +x socket when any client is attached (upd in lost/accept)
- clear EOL etc CANNOT rely on term using the current colour/attr and probably
should not emulate it doing so
+- status bar customisation variables, date/time, show-activity, show-last-window
+ string-left, string-right - pass through strptime and print...
+- show-options
+- let server die when last session does
+- each command should have a print op as well for list keys