summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2007-12-07 09:49:18 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2007-12-07 09:49:18 +0000
commit73d882124c24d1dbb178a9f3c2889922fcd78298 (patch)
tree879dc45e989f1de048abc040f5d6f2cc02b781fe /TODO
parentdb6ad3acec3c8afd4c2dd33f33fad2bd544ce9a3 (diff)
Handle EOL properly when scrolled.
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 3 insertions, 2 deletions
diff --git a/TODO b/TODO
index cf722dd4..bf7c9b9e 100644
--- a/TODO
+++ b/TODO
@@ -34,13 +34,14 @@
kill server
show-options command
command to run something without a window at all?
- command to insert a key (or other data...) into a window (send-key)
+ command to insert a key into a window (send-key)
should paste-buffer become send-buffer.....
+ command to insert any data (a string) into a window (paste-data?)
command to purge window history
extend list-clients to list clients attached to a session (-a for all?)
bring back detach-session to detach all clients on a session?
paste buffer etc shouldn't be limited to keys
- buffer manip: clear, view etc
+ buffer manip: clear, view etc (clear-buffer, show-buffer)
- function groups, bind-key ^W { select-window 0; send-key ^W } etc
- allow fnmatch for -c, so that you can, eg, detach all clients
- session specification is all over the place. some things use -s before cmd,