diff options
author | nicm <nicm> | 2015-05-06 23:56:46 +0000 |
---|---|---|
committer | nicm <nicm> | 2015-05-06 23:56:46 +0000 |
commit | 0b39e6427fde3fadb9a3453b6423865829a59ad6 (patch) | |
tree | 0a81c2bcc9a129d8ed15365dd91919616428b7b2 /tmux.h | |
parent | 31b1ab48521b4b608d87abd5413441905da84da8 (diff) | |
download | rtmux-0b39e6427fde3fadb9a3453b6423865829a59ad6.tar.gz rtmux-0b39e6427fde3fadb9a3453b6423865829a59ad6.tar.bz2 rtmux-0b39e6427fde3fadb9a3453b6423865829a59ad6.zip |
Remove ARRAY_* from history and expand completion to complete a) layout
names and b) targets beginning with -t or -s.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -43,9 +43,6 @@ extern char **environ; /* Default global configuration file. */ #define TMUX_CONF "/etc/tmux.conf" -/* Default prompt history length. */ -#define PROMPT_HISTORY 100 - /* * Minimum layout cell size, NOT including separator line. The scroll region * cannot be one line in height so this must be at least two. |