summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2008-06-20 08:36:20 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2008-06-20 08:36:20 +0000
commit9798dcd4dfa481eb28096a637f5b555a12354ad8 (patch)
treec9b535fe6453a2a9eeb0dc046c16be0e0f5ff7df /TODO
parentaf924e726a459fdf5401e6bd466826cce115b945 (diff)
Start of improved buffer code. Only set-buffer/show-buffer commands so far.
Diffstat (limited to 'TODO')
-rw-r--r--TODO12
1 files changed, 12 insertions, 0 deletions
diff --git a/TODO b/TODO
index 82530944..8138cf62 100644
--- a/TODO
+++ b/TODO
@@ -75,3 +75,15 @@
- 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:
+paste-buffer -b number
+delete-buffer -b number
+set-buffer -b number string
+save-buffer -b number filename
+load-buffer -b number filename
+copy-buffer (from other session)
+show-buffers
+---