1. e802b68 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  2. ee45a8a Get rid of the extra layer of flags and cmd_prepare() and just store the by nicm · 7 years ago
  3. d8da761 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  4. 3408595 When a flag option is used in a format, it should use the number form by nicm · 8 years ago
  5. f38a6bb Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  6. 61fce27 If given an array option without an index either show or set all items, by nicm · 8 years ago
  7. 044999c Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  8. faa0570 Plain stravis() because it will mangle UTF-8 characters, so add by nicm · 8 years ago
  9. 6d37984 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  10. 3735411 options_match needs to explicitly check for user options. by nicm · 8 years ago
  11. 7e110b9 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  12. 68db958 getopt() has a struct option so just return to using options_entry. by nicm · 8 years ago
  13. 997b117 Remove vis.h which comes from compat. by Nicholas Marriott · 8 years ago
  14. 2b0bc9f Major tidy up and rework of options tree and set-option/show-options by nicm · 8 years ago
  15. b342bd0 Mass rename struct cmd_q to struct cmdq_item and related. by nicm · 8 years ago
  16. ed97126 Add CMD_AFTERHOOK flag to the easy commands that don't need any special handling. by nicm · 8 years ago
  17. a81685b Add static in cmd-* and fix a few other nits. by nicm · 8 years ago
  18. df0983a show-* and set-* need to handle a missing target. by nicm · 9 years ago
  19. 995af0e I no longer use my SourceForge address so replace it. by nicm · 9 years ago
  20. a3129fd Instead of combined flags for -c, -s, -t, split into different sets by nicm · 9 years ago
  21. ecfeee2 Use member names in cmd_entry definitions so I stop getting confused by nicm · 9 years ago
  22. fd47084 show-options and environment need CANFAIL flag. by nicm · 9 years ago
  23. 4a4daf1 Instead of every command resolving the target (-t or -s) itself, prepare by nicm · 9 years ago
  24. fce56c5 Instead of separate tables for different types of options, give each by nicm · 9 years ago
  25. 44657bf Move struct options into options.c. by nicm · 9 years ago
  26. 45dfc5a Instead of setting up the default keys by building the key struct by nicm · 10 years ago
  27. ebc5cb4 Do not show the -fg, -bg and -attr options. If asked for one explicitly, by nicm · 11 years ago
  28. d45c12b Remove the barely-used and unnecessary command check() function. by nicm · 11 years ago
  29. d39b1a8 Add -q flags to shut up errors to capture-pane and show-options, from by Nicholas Marriott · 12 years ago
  30. 20636d9 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 12 years ago
  31. 0c0953f Add user options, prefixed with @. May be set to any arbitrary string. by Nicholas Marriott · 12 years ago
  32. ede8312 Make command exec functions return an enum rather than -1/0/1 values and by Nicholas Marriott · 12 years ago
  33. 4e7de21 Allow a single option to be specified to show-options to show just that option. by Nicholas Marriott · 13 years ago
  34. 5d519ba Add a flag to cmd_find_session so that attach-session can prefer by Nicholas Marriott · 14 years ago
  35. 96c37fa Now that parsing is common, merge some of the small, related commands by Nicholas Marriott · 14 years ago
  36. 7502cb3 Clean up and simplify tmux command argument parsing. by Nicholas Marriott · 14 years ago
  37. 3e81240 Move the user-visible parts of all options (names, types, limit, default by Nicholas Marriott · 14 years ago
  38. a4c9a80 Add "server options" which are server-wide and not bound to a session or by Nicholas Marriott · 15 years ago
  39. 15a64b8 Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last by Nicholas Marriott · 15 years ago
  40. 6c98626 Eliminate duplicate code and ease the passage for server-wide options by adding by Nicholas Marriott · 15 years ago
  41. 76ef877 Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in the by Nicholas Marriott · 15 years ago
  42. e3c3d74 Move common code from show-options and show-window-options into a function. by Nicholas Marriott · 15 years ago
  43. 34a82e7 Make all messages sent between the client and server fixed size. by Nicholas Marriott · 15 years ago
  44. ca617d6 Having to update NSETOPTION/NSETWINDOWOPTION when adding new options is a bit by Nicholas Marriott · 15 years ago
  45. 5f108d9 Having fixed flags for single-character getopt options is a bit hard to by Nicholas Marriott · 15 years ago
  46. 923ccfa Rename the global options variables to be shorter and to make session options by Nicholas Marriott · 15 years ago
  47. 35876ea Import tmux, a terminal multiplexor allowing (among other things) a single by Nicholas Marriott · 15 years ago