summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2008-06-20 18:58:29 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2008-06-20 18:58:29 +0000
commitba0502958c676a3dbb42c89eda8627ff2eef9708 (patch)
tree62e122ec16ca60af7f1f5c2699fdd10f49ffcc1b /TODO
parentd7f5190a69768f2cbee396a51c36e4c6a6ea294f (diff)
Sync.
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 2 insertions, 6 deletions
diff --git a/TODO b/TODO
index 238d89a4..fd266545 100644
--- a/TODO
+++ b/TODO
@@ -69,18 +69,14 @@
should not emulate it doing so
- activity/bell should be per-window not per-link? what if it is cur win in
session not being watched?
-- enhance paste buffers. multiple buffers, per-session buffers, lots of command love
- command history for command-prompt. tab completion
- tidy up window modes
- support \033_string\033\\ for window title too
- fix bell-action in show-options
- list-keys should be sorted
----
-buffer stack. buffer numbered 0 is top and ascending
-where -b number == top if missing:
+- document buffer stuff
+- copy-mode enhancements: next word etc etc
---
save-buffer -b number filename
load-buffer -b number filename
copy-buffer (from other session)
-max buffer count (drop old ones off the bottom)
----