summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-09-20 17:52:39 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-09-20 17:52:39 +0000
commit6594af37292d470f54dda9218bb61676b861ad45 (patch)
treee188c366cb887071ab5d5315e1c241f88a82f4f4
parent6df9ac7c37050b712db1cdf42ce7abbf551412e3 (diff)
These are done.
-rw-r--r--TODO7
1 files changed, 0 insertions, 7 deletions
diff --git a/TODO b/TODO
index 6e5f7a47..9129a696 100644
--- a/TODO
+++ b/TODO
@@ -58,11 +58,6 @@
- way to set socket path from config file
- XXX once env stuff is in, default-path and VISUAL/EDITOR should be picked up
when session is started
-- when moving up from a blank line in copy mode it always assumes you were at
- the end of the line so it can be a bit funny. should remember last non-blank
- x position and use that
-- paste-buffer etc should be able to handle \0, so needs a size member and no
- more strlen
- what about utmp etc? can tmux update it like screen? setgid?
- H/M/L commands in copy mode with vi-keys, for jumping to the top/middle/last
line on the screen
@@ -109,5 +104,3 @@
- commands should be able to succeed or fail and have || or && for command
lists
- support the mouse wheel to scroll through history
-- improve set-titles - should only check when CLIENT_STATUS, should be under
- status-interval, and should be customisable a la status-left/right