3.3
  1. df68139 Merge branch 'obsd-master' into master by Thomas Adam · 2 years, 8 months ago
  2. 0401645 Do not return error with -q, GitHub issue 3065. by nicm · 2 years, 8 months ago
  3. be24132 Merge branch 'obsd-master' into master by Thomas Adam · 2 years, 12 months ago
  4. 7bd9cdf Show error if user option doesn't exist, GitHub issue 2938. by nicm · 2 years, 12 months ago
  5. 6203612 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 2 months ago
  6. 08e6360 Add args parsing callback for some future work, currently unused. by nicm · 3 years, 2 months ago
  7. b0da0ce Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 2 months ago
  8. 5f32b7d Hide struct args behind a couple of accessor functions. by nicm · 3 years, 2 months ago
  9. 3cbe186 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 10 months ago
  10. a98ee00 Do not list user options with show-hooks. by nicm · 3 years, 10 months ago
  11. d67245c Add a customize mode where keys and options may be browsed and changed, by nicm · 4 years, 5 months ago
  12. a61cbf1 Add a customize mode where options may be browsed and changed, includes adding by Nicholas Marriott · 4 years, 5 months ago
  13. 653a159 Merge branch 'obsd-master' by Thomas Adam · 4 years, 6 months ago
  14. fc83517 Missed a few warnings in previous. by nicm · 4 years, 6 months ago
  15. 8f2b5d7 Merge branch 'obsd-master' by Thomas Adam · 4 years, 6 months ago
  16. 04cdd03 Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make its by nicm · 4 years, 6 months ago
  17. b117c3b Merge branch 'obsd-master' by Thomas Adam · 4 years, 6 months ago
  18. c20eb0c Make struct cmd local to cmd.c and move it out of tmux.h. by nicm · 4 years, 6 months ago
  19. 9cbe967 Change so that the appropriate hooks for windows and panes belong to by nicm · 4 years, 6 months ago
  20. 52e3d96 Merge branch 'obsd-master' by Thomas Adam · 4 years, 6 months ago
  21. 886fdb1 A couple of other redundant checks/assignments. by nicm · 4 years, 6 months ago
  22. 4a44ae0 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  23. f8ad72b Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  24. c157372 Still need to walk the options tree for user options. by nicm · 5 years ago
  25. 5f92f92 Add a per-pane option set. Pane options inherit from window options (so by nicm · 5 years ago
  26. adca856 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  27. 0394527 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  28. c1ede50 Add a helper function to work out option table from name. by nicm · 5 years ago
  29. cd1fc42 Add a -A flag to show-options to show parent options as well. by nicm · 5 years ago
  30. 19a3a9e Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  31. 6c260af Use the same argument escaping code for options as well. by nicm · 5 years ago
  32. 9d450cc Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  33. 5571d7a Fix crash if window doesn't exist, GitHub issue 1751. by nicm · 5 years ago
  34. 699d9d2 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  35. c3c3927 Oops, removed too much in last change. by nicm · 5 years ago
  36. 00f19b7 Fix some indentation and dead assignments. by nicm · 5 years ago
  37. dc7e538 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  38. 429c4bc Fix user options after show-hooks merge, GitHub issue 1704. by nicm · 5 years ago
  39. 5489796 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  40. dfb7bb6 Merge hooks into options and make each one an array option. This allows by nicm · 5 years ago
  41. 7c4a225 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  42. 32a81e1 Make options_tostring allocate its result instead of using a stack by nicm · 5 years ago
  43. f980e86 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  44. 5b9211d Copy the code to infer the option type to show-options and document it. by nicm · 6 years ago
  45. 04402db Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  46. 1b5a8a0 Fix some warnings, from Thomas Adam. by nicm · 6 years ago
  47. 073d439 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  48. f34ebfe The individual -fg, -bg and -attr options have been deprecated (in by nicm · 6 years ago
  49. acb2413 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  50. ce6be7a Make array options a sparse tree instead of an array of char * and by nicm · 6 years ago
  51. 0868512 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  52. b519551 Expand formats in option names and add -F flag to do so in option values as well. by nicm · 7 years ago
  53. e802b68 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  54. ee45a8a Get rid of the extra layer of flags and cmd_prepare() and just store the by nicm · 7 years ago
  55. d8da761 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  56. 3408595 When a flag option is used in a format, it should use the number form by nicm · 8 years ago
  57. f38a6bb Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  58. 61fce27 If given an array option without an index either show or set all items, by nicm · 8 years ago
  59. 044999c Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  60. faa0570 Plain stravis() because it will mangle UTF-8 characters, so add by nicm · 8 years ago
  61. 6d37984 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  62. 3735411 options_match needs to explicitly check for user options. by nicm · 8 years ago
  63. 7e110b9 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  64. 68db958 getopt() has a struct option so just return to using options_entry. by nicm · 8 years ago
  65. 997b117 Remove vis.h which comes from compat. by Nicholas Marriott · 8 years ago
  66. 2b0bc9f Major tidy up and rework of options tree and set-option/show-options by nicm · 8 years ago
  67. b342bd0 Mass rename struct cmd_q to struct cmdq_item and related. by nicm · 8 years ago
  68. ed97126 Add CMD_AFTERHOOK flag to the easy commands that don't need any special handling. by nicm · 8 years ago
  69. a81685b Add static in cmd-* and fix a few other nits. by nicm · 8 years ago
  70. df0983a show-* and set-* need to handle a missing target. by nicm · 9 years ago
  71. 995af0e I no longer use my SourceForge address so replace it. by nicm · 9 years ago
  72. a3129fd Instead of combined flags for -c, -s, -t, split into different sets by nicm · 9 years ago
  73. ecfeee2 Use member names in cmd_entry definitions so I stop getting confused by nicm · 9 years ago
  74. fd47084 show-options and environment need CANFAIL flag. by nicm · 9 years ago
  75. 4a4daf1 Instead of every command resolving the target (-t or -s) itself, prepare by nicm · 9 years ago
  76. fce56c5 Instead of separate tables for different types of options, give each by nicm · 9 years ago
  77. 44657bf Move struct options into options.c. by nicm · 9 years ago
  78. 45dfc5a Instead of setting up the default keys by building the key struct by nicm · 10 years ago
  79. ebc5cb4 Do not show the -fg, -bg and -attr options. If asked for one explicitly, by nicm · 11 years ago
  80. d45c12b Remove the barely-used and unnecessary command check() function. by nicm · 11 years ago
  81. d39b1a8 Add -q flags to shut up errors to capture-pane and show-options, from by Nicholas Marriott · 12 years ago
  82. 20636d9 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 12 years ago
  83. 0c0953f Add user options, prefixed with @. May be set to any arbitrary string. by Nicholas Marriott · 12 years ago
  84. ede8312 Make command exec functions return an enum rather than -1/0/1 values and by Nicholas Marriott · 12 years ago
  85. 4e7de21 Allow a single option to be specified to show-options to show just that option. by Nicholas Marriott · 13 years ago
  86. 5d519ba Add a flag to cmd_find_session so that attach-session can prefer by Nicholas Marriott · 14 years ago
  87. 96c37fa Now that parsing is common, merge some of the small, related commands by Nicholas Marriott · 14 years ago
  88. 7502cb3 Clean up and simplify tmux command argument parsing. by Nicholas Marriott · 14 years ago
  89. 3e81240 Move the user-visible parts of all options (names, types, limit, default by Nicholas Marriott · 14 years ago
  90. a4c9a80 Add "server options" which are server-wide and not bound to a session or by Nicholas Marriott · 15 years ago
  91. 15a64b8 Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last by Nicholas Marriott · 15 years ago
  92. 6c98626 Eliminate duplicate code and ease the passage for server-wide options by adding by Nicholas Marriott · 15 years ago
  93. 76ef877 Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in the by Nicholas Marriott · 15 years ago
  94. e3c3d74 Move common code from show-options and show-window-options into a function. by Nicholas Marriott · 15 years ago
  95. 34a82e7 Make all messages sent between the client and server fixed size. by Nicholas Marriott · 15 years ago
  96. ca617d6 Having to update NSETOPTION/NSETWINDOWOPTION when adding new options is a bit by Nicholas Marriott · 15 years ago
  97. 5f108d9 Having fixed flags for single-character getopt options is a bit hard to by Nicholas Marriott · 15 years ago
  98. 923ccfa Rename the global options variables to be shorter and to make session options by Nicholas Marriott · 15 years ago
  99. 35876ea Import tmux, a terminal multiplexor allowing (among other things) a single by Nicholas Marriott · 15 years ago