diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2013-08-02 13:53:17 +0100 |
---|---|---|
committer | Thomas <thomas@xteddy.org> | 2013-10-11 14:36:28 +0100 |
commit | b347a994fd568c961d629d576c8f3bdf0cdf5185 (patch) | |
tree | 3e867973fcc2ab7cfbf80308a90294d48e170318 | |
parent | 6126fa09955a9871c9848654aaf6cb5c6911d682 (diff) | |
download | rtmux-b347a994fd568c961d629d576c8f3bdf0cdf5185.tar.gz rtmux-b347a994fd568c961d629d576c8f3bdf0cdf5185.tar.bz2 rtmux-b347a994fd568c961d629d576c8f3bdf0cdf5185.zip |
+ to TODO.
-rw-r--r-- | TODO | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -8,6 +8,8 @@ * ' and " should be parsed the same (eg "\e" vs '\e') in config and command prompt * last-pane across sessions + * exact match operator for targets (or break the substring match + and require eg x* instead of just x) - make command sequences more usable * don't require space after ; |