summaryrefslogtreecommitdiffstats
path: root/cfg.c
AgeCommit message (Collapse)Author
2009-06-25Restore $Id$ and add script to do so.Nicholas Marriott
2009-06-25Unused prototypes. Found by lint, no binary change.Nicholas Marriott
2009-05-21stat(2) files before trying to load them to avoid problems, for example with ↵Nicholas Marriott
"source-file /dev/zero". This commit dedicated to Tom: protecting idiots from their own stupidity for more than 20 years.
2009-03-31Close .tmux.conf... DOH.Nicholas Marriott
2009-01-18Support command sequences separated by " ; ". Also clean up command printing.Nicholas Marriott
2008-07-25Environment variables in configuration file.Nicholas Marriott
2008-06-21Lose unnecessary flags on context.Nicholas Marriott
2008-06-19Handle commented lines.Nicholas Marriott
2008-06-19Convert cfg.c to use cmd-string stuff.Nicholas Marriott
2008-06-16Fix some stupid parser bugs, most notably forgetting to allocate space for \0.Nicholas Marriott
2008-06-16Informational messages on window option changes.Nicholas Marriott
2008-06-14Don't die on empty strings.Nicholas Marriott
2008-06-02Allow comments at EOL; count blank lines properly.Nicholas Marriott
2008-06-02Quick man page update, also fix some usages and get rid of some CMD_KEY checks.Nicholas Marriott
2008-06-02Last bits of basic configuration file. By default in ~/.tmux.conf or ↵Nicholas Marriott
specified with -f. Just a list of tmux commands executed when the server is started and before and any session/window is created.
2008-06-02Return error cause properly.Nicholas Marriott
2008-06-02Clear msgdata where it is unavailable.Nicholas Marriott
2008-06-02Move -s and -c down a level so handling them is the responsibility of the ↵Nicholas Marriott
command (with some helper functions), rather than the top-level. This changes the action command syntax so that -s and -c must be after the command rather than before.