[BACK]Return to tmux.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/tmux.h between version 1.408 and 1.409

version 1.408, 2013/04/22 22:17:29 version 1.409, 2013/04/24 10:01:32
Line 43 
Line 43 
 extern char    *__progname;  extern char    *__progname;
 extern char   **environ;  extern char   **environ;
   
 /* Default configuration files. */  /* Default global configuration file. */
 #define DEFAULT_CFG ".tmux.conf"  #define TMUX_CONF "/etc/tmux.conf"
 #define SYSTEM_CFG "/etc/tmux.conf"  
   
 /* Default prompt history length. */  /* Default prompt history length. */
 #define PROMPT_HISTORY 100  #define PROMPT_HISTORY 100

Legend:
Removed from v.1.408  
changed lines
  Added in v.1.409