Merge branch 'obsd-master'

Conflicts:
	tmux.h
This commit is contained in:
Thomas Adam
2013-05-25 11:48:12 +01:00
6 changed files with 15 additions and 6 deletions

3
tmux.h
View File

@ -39,6 +39,9 @@
extern char *__progname;
extern char **environ;
/* Default global configuration file. */
#define TMUX_CONF "/etc/tmux.conf"
/* Default prompt history length. */
#define PROMPT_HISTORY 100