Rename global configuration define.

This commit is contained in:
Nicholas Marriott
2013-04-24 10:01:32 +00:00
parent 3d2b7d5bce
commit e323101ede
3 changed files with 7 additions and 8 deletions

5
tmux.h
View File

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