aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2008-11-05 01:19:24 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2008-11-05 01:19:24 +0000
commit4198a9c37630ad3bacafae8f27ff6b272feed0b6 (patch)
tree3dcd0afd2110e34b0d2c287df335bdcdc958c610 /TODO
parent4e4aefaf7ecfbd2df7a3dd371c86422ebb3d69f2 (diff)
downloadrtmux-4198a9c37630ad3bacafae8f27ff6b272feed0b6.tar.gz
rtmux-4198a9c37630ad3bacafae8f27ff6b272feed0b6.tar.bz2
rtmux-4198a9c37630ad3bacafae8f27ff6b272feed0b6.zip
TAILQ -> SLIST.
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index fc13c56b..a7fd4d58 100644
--- a/TODO
+++ b/TODO
@@ -32,6 +32,8 @@
- better mode features: search, back word, forward word, etc
- flags to centre screen in window
- better terminal emulation (identify, insert mode, some other bits)
+- save stack for last window
+- paste stack should be an SLIST. also key bindings? others?
-- For 0.5 --------------------------------------------------------------------