summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2007-11-21 21:28:58 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2007-11-21 21:28:58 +0000
commit1e5cb8d2e4511be550a409baa9060bbd16f2de0e (patch)
tree2fa7a5fe4e7c4ea6ebf9d6f1b0675e028ddb2020 /TODO
parentf8686f126d28b08aabc1e56aa98ca9ee80e0c846 (diff)
Free entire screen when destroyed.
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO b/TODO
index 47d17a62..5b5b12dc 100644
--- a/TODO
+++ b/TODO
@@ -56,6 +56,7 @@
kill server
command to run something without a window at all?
command to insert a key into a window (send-key)
+ 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?
- function groups, bind-key ^W { select-window 0; send-key ^W } etc