1. 1764f66 When adding a list with multiple commands to the queue, the next item to by nicm · 4 years, 10 months ago
  2. 5134666 Change source-file to use new file code which allows it to read from stdin. by nicm · 4 years, 10 months ago
  3. 55eb3e4 Make TMUX_CONF a list of files and expand leading $FOO or ~. by nicm · 4 years, 10 months ago
  4. ae54128 Expand command formats in %if and move the config file loading later (to by nicm · 5 years ago
  5. 9272fe3 Add a cmdq_continue function rather than twiddling the flag directly. by nicm · 5 years ago
  6. 8f40796 Add a -v flag to source-file to show the commands and line numbers. by nicm · 5 years ago
  7. f3e01ec Fix line numbers - commands are added after the line ends so they need to by nicm · 5 years ago
  8. 723010b Replace the split parser code (cfg.c and cmd-string.c) with a single by nicm · 5 years ago
  9. 87d8217 Fix ordering of source-file with multiple files and add flags to load_cfg. by nicm · 5 years ago
  10. 45ae9a8 Fix order of insertion in load_cfg. by nicm · 5 years ago
  11. 3f18994 Pass target client and session to load_cfg from source-file so formats by nicm · 6 years ago
  12. f6c54f3 Do not load /etc/tmux.conf if given -f. by nicm · 6 years ago
  13. 3f6bfba Allow multiple modes to be open in a pane. A stack of open modes is kept by nicm · 6 years ago
  14. de730f6 Make the mode used to view command output (a variant of copy mode) use by nicm · 6 years ago
  15. 3c24bc5 Tidy changing the mode into window_copy_init_for_output. by nicm · 6 years ago
  16. 82f0c85 Use starting client cwd in config file, GitHub issue 1606. by nicm · 6 years ago
  17. 481703d Some unused code, GitHub issue 1219. by nicm · 7 years ago
  18. 9c4caf4 Support %else in config files to match %if, from Brad Town in GitHub issue 1071. by nicm · 7 years ago
  19. aad4e4d Rewrite of choose mode, both to simplify and tidy the code and to add by nicm · 7 years ago
  20. 0ccfb61 In order that people can use formats like #D in #() in the status line by nicm · 7 years ago
  21. 4a51a9d Block the initial client if there is one until the configuration file by nicm · 7 years ago
  22. 428be98 History needs to be loaded after config parsing is done - now that by nicm · 7 years ago
  23. 311dad8 Do not run the config file in the context of the first client, instead by nicm · 7 years ago
  24. ab4a4b2 cfg_file can be static. by nicm · 8 years ago
  25. 7d23d01 Add a window or pane id "tag" to each format tree and use it to separate by nicm · 8 years ago
  26. 52847a9 It is silly for cmd_list_parse to return an integer error when it could by nicm · 8 years ago
  27. d2d9846 Add %if/%endif for conditionals when parsing configuration files, the by nicm · 8 years ago
  28. 5330a2a Run the source-file pattern through glob(3). by nicm · 8 years ago
  29. b342bd0 Mass rename struct cmd_q to struct cmdq_item and related. by nicm · 8 years ago
  30. ddc4512 Rewrite command queue handling. Each client still has a command queue, by nicm · 8 years ago
  31. 1721d19 source-file and some other commands can recurse back into cmdq_continue, by nicm · 8 years ago
  32. 5c49e1d Some other stuff that can be local to one file. by nicm · 8 years ago
  33. c426e48 Loads more static, except for cmd-*.c and window-*.c. by nicm · 8 years ago
  34. fdd368a - Rework load_cfg() error handling a little. by tim · 8 years ago
  35. 995af0e I no longer use my SourceForge address so replace it. by nicm · 9 years ago
  36. 577c0e3 Use __unused rather than rolling our own. by nicm · 9 years ago
  37. 67ee995 No need to keep global options around for client which doesn't use them. by nicm · 9 years ago
  38. 952ba84 Work out config file when needed not at startup. by nicm · 9 years ago
  39. 83157c0 Move initial conf load into cfg.c. by nicm · 9 years ago
  40. 10e90ae Change deref to the more sensible unref, and add a couple I missed before. by nicm · 9 years ago
  41. 8e9b6e0 Style spacing nits. by nicm · 9 years ago
  42. b7777e7 Reset cfg_ncauses to 0 as well or we could allocate the wrong size if by nicm · 9 years ago
  43. 1d1208e Fix some char* -> char *. by nicm · 9 years ago
  44. a568b9c Use a char **,u_int pair for cfg_causes. by nicm · 9 years ago
  45. bf635e7 Rewrite of tmux mouse support which was a mess. Instead of having by nicm · 10 years ago
  46. b496b1f Move cfg_causes local into cfg.c and remove struct causelist. by nicm · 10 years ago
  47. 1aae535 Handle escaped back slashes and missing new lines at end of line by using by tobias · 10 years ago
  48. bce9527 Remove some unnecessary includes and fix a typo. by nicm · 11 years ago
  49. bf35441 Do not run any command line command from the client which starts the by nicm · 11 years ago
  50. ebd9c61 Add some additional debug logging. by Nicholas Marriott · 12 years ago
  51. 20636d9 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 12 years ago
  52. 2243cfb Need to set clients in context before changing their reference count. by Nicholas Marriott · 12 years ago
  53. 0ff9275 load_cfg can actually use the same context now they are reference counted. by Nicholas Marriott · 12 years ago
  54. 8c545bb Don't try to print unterminated strings when loading configuration file. by Nicholas Marriott · 12 years ago
  55. 8d59b18 No more lint means no more ARGSUSED. by Nicholas Marriott · 12 years ago
  56. 51ac2a3 Fix a couple of memory leaks, from Romain Francoise. by Nicholas Marriott · 12 years ago
  57. 9714880 Change load_cfg to fix a crash reported by jasper. by Nicholas Marriott · 12 years ago
  58. 8600fe0 Use strlcat not strncat in load_cfg and some other trivial tidying from by Nicholas Marriott · 12 years ago
  59. 8264e92 Fix return value of load_cfg, from Thomas Adam. by Nicholas Marriott · 12 years ago
  60. 9b8998a Correctly aggregate together errors from nested config files (with by Nicholas Marriott · 12 years ago
  61. 827b311 Use a utility function for common code to show errors in config file, by Nicholas Marriott · 12 years ago
  62. ede8312 Make command exec functions return an enum rather than -1/0/1 values and by Nicholas Marriott · 12 years ago
  63. df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
  64. ac7e2f1 Ignore line continuation when escaped as \\, from Simon Nicolussi. by Nicholas Marriott · 12 years ago
  65. 0588168 Support \ for line continuation in the configuration file, from Julius Plenz. by Nicholas Marriott · 13 years ago
  66. 230e39e Allow the config file parser and source-file to return "don't exit" to by Nicholas Marriott · 14 years ago
  67. 608eef7 Fix an out-of-date comment. by Nicholas Marriott · 14 years ago
  68. 4651180 Use the array.h code for the causes list. by Nicholas Marriott · 15 years ago
  69. 8aba77b Instead of bailing out on the first configuration file error, carry on, by Nicholas Marriott · 15 years ago
  70. 4ca857e Remove a couple of unused arguments where possible, and add /* ARGSUSED */ to by Nicholas Marriott · 15 years ago
  71. ed62d12 tabs are better; ok nicm by Theo Deraadt · 15 years ago
  72. c7394ac When using source-file, run the commands in the context of the source-file by Nicholas Marriott · 15 years ago
  73. 43cd40e The cursession member in struct cmd_ctx is always either curclient->session or by Nicholas Marriott · 15 years ago
  74. b3107d2 Don't leak in the (rare) case of an invalid command at the end of a file not by Nicholas Marriott · 15 years ago
  75. 61f3fc7 Don't babysit people and let them try to load /dev/zero or (more useful) by Nicholas Marriott · 15 years ago
  76. 9144d30 Unused prototypes. Found by lint, no binary change. by Nicholas Marriott · 15 years ago
  77. 35876ea Import tmux, a terminal multiplexor allowing (among other things) a single by Nicholas Marriott · 15 years ago