1. ba597da Environment variables in configuration file. by Nicholas Marriott · 16 years ago
  2. 2bd92e5 Lose unnecessary flags on context. by Nicholas Marriott · 16 years ago
  3. 8513522 Handle commented lines. by Nicholas Marriott · 16 years ago
  4. 0695db3 Convert cfg.c to use cmd-string stuff. by Nicholas Marriott · 16 years ago
  5. 21a9b3f Fix some stupid parser bugs, most notably forgetting to allocate space for \0. by Nicholas Marriott · 16 years ago
  6. 55d5b83 Informational messages on window option changes. by Nicholas Marriott · 16 years ago
  7. 0bfd7a5 Don't die on empty strings. by Nicholas Marriott · 16 years ago
  8. 48490b1 Allow comments at EOL; count blank lines properly. by Nicholas Marriott · 16 years ago
  9. 95cc21c Quick man page update, also fix some usages and get rid of some CMD_KEY checks. by Nicholas Marriott · 16 years ago
  10. a26f58c Last bits of basic configuration file. By default in ~/.tmux.conf or specified with -f. Just a list of tmux commands executed when the server is started and before and any session/window is created. by Nicholas Marriott · 16 years ago
  11. 00c6585 Return error cause properly. by Nicholas Marriott · 16 years ago
  12. f97db61 Clear msgdata where it is unavailable. by Nicholas Marriott · 16 years ago
  13. c7243b7 Move -s and -c down a level so handling them is the responsibility of the 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. by Nicholas Marriott · 16 years ago