summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2013-02-09 16:21:20 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2013-02-09 16:21:20 +0000
commit418ba99078a2712ece398e17a5a9bc1f6600126b (patch)
treebf293472214a2890e41bd03de5514e40133c9889
parent648ce2f56adc071f93516887cf4a4c32f631d54e (diff)
Add to TODO.to_copy
-rw-r--r--TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index 2479cf53..57a45e2b 100644
--- a/TODO
+++ b/TODO
@@ -157,6 +157,10 @@ TMUX UI ISSUES
- add -c for new-session like new-window
- flag to choose-* for sort order (eg sort windows/sessions/clients by last
used time) - perhaps using formats (but what about numeric sort)?
+- instead of separate window and session options, just one master options list
+ with each option having a type (window or session), then options on window,
+ on session, and global. for window options we look window->session->global,
+ and for session we look session->global
TERMINAL ISSUES
================