mirror of
https://github.com/tmux/tmux.git
synced 2025-09-04 06:56:58 +00:00
Rename global configuration define.
This commit is contained in:
5
tmux.h
5
tmux.h
@ -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
|
||||
|
Reference in New Issue
Block a user