1. 747cab4 No need for $Id$ now. by Nicholas Marriott · 10 years ago
  2. 562af86 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  3. 45dfc5a Instead of setting up the default keys by building the key struct by nicm · 10 years ago
  4. 953c3ef Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  5. ebc5cb4 Do not show the -fg, -bg and -attr options. If asked for one explicitly, by nicm · 11 years ago
  6. d45c12b Remove the barely-used and unnecessary command check() function. by nicm · 11 years ago
  7. a36da3a Remove the barely-used and unnecessary command check() function. by Nicholas Marriott · 11 years ago
  8. d39b1a8 Add -q flags to shut up errors to capture-pane and show-options, from by Nicholas Marriott · 12 years ago
  9. 20636d9 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 12 years ago
  10. 0c0953f Add user options, prefixed with @. May be set to any arbitrary string. by Nicholas Marriott · 12 years ago
  11. 1cb1fb5 Add -q flags to shut up errors to capture-pane and show-options, from George by Nicholas Marriott · 12 years ago
  12. 3964309 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 12 years ago
  13. caa29af Add user options, prefixed with @. May be set to any arbitrary string. by Nicholas Marriott · 12 years ago
  14. 102cb77 Add -v to set and setw to show only option value. by Nicholas Marriott · 12 years ago
  15. 1f5e6e3 Sync OpenBSD patchset 1151: by Tiago Cunha · 12 years ago
  16. ede8312 Make command exec functions return an enum rather than -1/0/1 values and by Nicholas Marriott · 12 years ago
  17. 95f427c Sync OpenBSD patchset 1032: by Tiago Cunha · 13 years ago
  18. 4e7de21 Allow a single option to be specified to show-options to show just that option. by Nicholas Marriott · 13 years ago
  19. 391f1f0 Expand the Id keyword. by Tiago Cunha · 13 years ago
  20. 4e452a2 |PatchSet 882 by Nicholas Marriott · 14 years ago
  21. 5d519ba Add a flag to cmd_find_session so that attach-session can prefer by Nicholas Marriott · 14 years ago
  22. ca413cf Sync OpenBSD patchset 831: by Tiago Cunha · 14 years ago
  23. 1df427b Sync OpenBSD patchset 829: by Tiago Cunha · 14 years ago
  24. 96c37fa Now that parsing is common, merge some of the small, related commands by Nicholas Marriott · 14 years ago
  25. 7502cb3 Clean up and simplify tmux command argument parsing. by Nicholas Marriott · 14 years ago
  26. 36c7c75 Sync OpenBSD patchset 826: by Tiago Cunha · 14 years ago
  27. 3e81240 Move the user-visible parts of all options (names, types, limit, default by Nicholas Marriott · 14 years ago
  28. dcdd2fb Sync OpenBSD patchset 585: by Tiago Cunha · 15 years ago
  29. a4c9a80 Add "server options" which are server-wide and not bound to a session or by Nicholas Marriott · 15 years ago
  30. cc094fd Sync OpenBSD patchset 581: by Tiago Cunha · 15 years ago
  31. 1caa73a Sync OpenBSD patchset 580: by Tiago Cunha · 15 years ago
  32. 15a64b8 Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last by Nicholas Marriott · 15 years ago
  33. 6c98626 Eliminate duplicate code and ease the passage for server-wide options by adding by Nicholas Marriott · 15 years ago
  34. e35f5b3 Sync OpenBSD patchset 539: by Tiago Cunha · 15 years ago
  35. 76ef877 Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in the by Nicholas Marriott · 15 years ago
  36. 649b7c1 Sync OpenBSD patchset 339: by Tiago Cunha · 15 years ago
  37. e3c3d74 Move common code from show-options and show-window-options into a function. by Nicholas Marriott · 15 years ago
  38. d637cb3 Sync OpenBSD patchset 181: by Tiago Cunha · 15 years ago
  39. 34a82e7 Make all messages sent between the client and server fixed size. by Nicholas Marriott · 15 years ago
  40. ff90170 Having to update NSETOPTION/NSETWINDOWOPTION when adding new options is a bit by Nicholas Marriott · 15 years ago
  41. ca617d6 Having to update NSETOPTION/NSETWINDOWOPTION when adding new options is a bit by Nicholas Marriott · 15 years ago
  42. 097b96e Having fixed flags for single-character getopt options is a bit hard to by Nicholas Marriott · 15 years ago
  43. 5f108d9 Having fixed flags for single-character getopt options is a bit hard to by Nicholas Marriott · 15 years ago
  44. 2ddcb51 Fix $Id$. by Nicholas Marriott · 15 years ago
  45. 86504af Rename the global options variables to be shorter and to make session options 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
  48. c6bd9e2 Allow status, mode and message attributes to be changed by three new options: status-attr, mode-attr, message-attr. A comma-separataed list is accepted containing: bright, dim, underscore, blink, reverse, hidden, italics, for example: set -g status-attr bright,blink by Nicholas Marriott · 16 years ago
  49. 93230a6 Pass return code from _exec; allow command sequences to work from the command line. by Nicholas Marriott · 16 years ago
  50. 5c3d973 Import OpenBSD's getopt(3) to workaround broken glibc version. by Nicholas Marriott · 16 years ago
  51. 7a82e86 Make window options work the same was as session options, add mode-fg/mode-bg options, force -g for global on set/show/setw/showw/ by Nicholas Marriott · 16 years ago
  52. df2b3bc Fix stupid GNU getopt behaviour. by Nicholas Marriott · 16 years ago
  53. ded3480 Split colour functions from screen. by Nicholas Marriott · 16 years ago
  54. b69f4a3 Split internal status-colour into status-fg/status-bg options and lose workarounds in set-option stuff. by Nicholas Marriott · 16 years ago
  55. c24d849 Split options into a table to allow abbreviations. by Nicholas Marriott · 16 years ago
  56. 99df48d Trimify. by Nicholas Marriott · 16 years ago
  57. a8e3e98 Document show-options. by Nicholas Marriott · 16 years ago
  58. 557b6b8 Add a couple of extra option types, and implement show-options command. by Nicholas Marriott · 16 years ago