Remove ARRAY_* from history and expand completion to complete a) layout

names and b) targets beginning with -t or -s.
This commit is contained in:
nicm
2015-05-06 23:56:46 +00:00
parent 31b1ab4852
commit 0b39e6427f
2 changed files with 198 additions and 75 deletions

3
tmux.h
View File

@ -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.