diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2017-02-17 10:52:40 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2017-02-17 10:52:40 +0000 |
commit | 203d604bf7a439648707517c7dc4770fe7f4d8a3 (patch) | |
tree | 42544402f041e0e750a910fdb96a56e1b1f63cd4 | |
parent | ee7acde149bcccfc2ca55f5c3a85fdaad1f390c9 (diff) | |
download | rtmux-203d604bf7a439648707517c7dc4770fe7f4d8a3.tar.gz rtmux-203d604bf7a439648707517c7dc4770fe7f4d8a3.tar.bz2 rtmux-203d604bf7a439648707517c7dc4770fe7f4d8a3.zip |
Add to TODO.
-rw-r--r-- | TODO | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -55,6 +55,8 @@ then it should be found even if it is now "foo\nbar" (if the WRAP flag is set on the line) * capture-pane option to preserve spaces but not join lines + * improve word and line selection in copy mode (for example when dragging + it should select by word. compare how xterm works. GitHub issue 682) - layout stuff * way to tag a layout as a number/name |