1. 74b958e Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  2. 901c2eb Add copy-mode -e to exit copy mode when scrolling off the bottom, useful by nicm · 9 years ago
  3. 1fd7560 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  4. cfabe30 Add session_last_attached time and format, from Sina Siadat. by nicm · 9 years ago
  5. 84eabb2 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  6. 675def0 Remove the lock-server option which is a bit redundant, it isn't that by nicm · 9 years ago
  7. 6447404 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  8. 13b7fd8 Rename left/right/up/down relative to active pane to add -of suffix by nicm · 9 years ago
  9. ff18787 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  10. d33adc4 Make -q suppress ambiguous option warnings too, from Cam Hutchison. by nicm · 9 years ago
  11. 18a64ad Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  12. 92af376 Add an option (history-file) for a file to save/restore command prompt by nicm · 9 years ago
  13. dedd9ed Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  14. d4ce210 Correct the tsl/fsl sequence to ]0 not ]2 (from Marcel Korpel). While by nicm · 9 years ago
  15. 07aef38 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  16. 81069f6 Add a format to show if client is a control client. From Bruno Sutic. by nicm · 9 years ago
  17. 38d4d69 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  18. 6308c48 Add a -s flag to show-environment to output Bourne shell commands a la by nicm · 9 years ago
  19. 0ef3e28 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  20. 164ba04 Remove a stray : and tweak paragraph. by nicm · 9 years ago
  21. 86018a3 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  22. 85120b3 Change break-pane to take target and source panes (-t and -s) in line by nicm · 9 years ago
  23. 21a2ccc Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  24. 0ff3359 Move the shuffle code from new-window -a into a function and add a -a by nicm · 9 years ago
  25. 9fdc3a0 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  26. d96ab34 Add window_activity format, from Thomas Adam based on a diff originally by nicm · 9 years ago
  27. 37005d0 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  28. 29c29e7 Add a format for client PID (client_pid) and server PID (pid). Diff for by nicm · 9 years ago
  29. 7acc4ad Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  30. c4e811e Add -E flag when attaching or switching client to bypass by nicm · 9 years ago
  31. 4219939 Make it so that if a window or session target is prefixed with an =, by nicm · 9 years ago
  32. dc0d34e tweak SYNOPSIS and usage(); by jmc · 9 years ago
  33. 83a7017 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  34. 4a6c06d Make unsetting a global option restore it to the default. Diff lying by nicm · 9 years ago
  35. 02e348c Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  36. a863834 Add support for a single "marked pane". There is one marked pane in the by nicm · 9 years ago
  37. 09bcbc5 $Id$ -> $OpenBSD$. by Nicholas Marriott · 9 years ago
  38. beffdf6 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  39. 379400c Move the jobs output cache into the formats code so that #() work more by nicm · 9 years ago
  40. 00471dc Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  41. ec34439 Add a session_alerts format which is a list of all the alerts in the by nicm · 10 years ago
  42. e958db0 Add bell-action "other" to pass through bells in all windows except the by nicm · 10 years ago
  43. 44364d7 Remove the c0-* options which never really worked satisfactorily. Going by nicm · 10 years ago
  44. 504b97b Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  45. c4a4bd6 Move input parser structs into input.c (removing fairly useless by nicm · 10 years ago
  46. f10d367 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  47. 31b1ab4 Add a format window_linked which is 1 if a window has been linked by nicm · 10 years ago
  48. c0cf484 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  49. 7382ba8 If default-terminal is set to "screen" or "screen-*", emulate screen's by nicm · 10 years ago
  50. dc2adc6 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  51. 7717444 Add select-layout -o to undo the last layout change (apply the previously by nicm · 10 years ago
  52. 94a8ef1 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  53. 95195f5 Rewrite of the target resolution internals to be simpler and more by nicm · 10 years ago
  54. 0a88377 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  55. 93b2871 Do not die on USR1 if any of the socket parent directories are by nicm · 10 years ago
  56. bded743 Support for multiple key tables to commands to be bound to sequences of by nicm · 10 years ago
  57. b25dc42 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  58. 8101f1e tweak previous; by jmc · 10 years ago
  59. bf635e7 Rewrite of tmux mouse support which was a mess. Instead of having by nicm · 10 years ago
  60. ee123c2 Support setting the default window and pane background colours (window by nicm · 10 years ago
  61. 370cf75 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  62. 0cd55eb Add a -x flag to copy-selection, append-selection and start-named-buffer by nicm · 10 years ago
  63. 009a5e4 in the case -> in this case. by nicm · 10 years ago
  64. 3aa72b4 Add a helper function to convert time, and add session_activity formats by nicm · 10 years ago
  65. cd9ccbc set-titles-string now uses formats, not the status bits (so no #() for by nicm · 10 years ago
  66. 833fe5b Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  67. 83a8e1f Move pane border options to window options rather than session, from Marc Finet. by nicm · 10 years ago
  68. da72a0b Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  69. be0ad01 Add missing default bindings, from Theo Buehler. by nicm · 10 years ago
  70. 5f8138f Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  71. 7a0c94b Add pane_dead_status for exit status of dead panes. by nicm · 10 years ago
  72. ccbe254 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  73. 54ca7b2 Add -F to if-shell to allow it to be used to check for format or option by nicm · 10 years ago
  74. 575fd1e Permit option values to be used in formats. by nicm · 10 years ago
  75. 3e8efcc Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  76. d37f266 Add -b to splitw like joinw, from Felix Rosencrantz. by nicm · 10 years ago
  77. fc05bf2 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  78. 3c12b47 V should be vi not emacs, also sort. From Theo Buehler. by nicm · 10 years ago
  79. e4bf1e5 Add V for select line with vi(1) keys. From Juho Pohjala. by nicm · 10 years ago
  80. d24c9d7 Do not put a space between status-left/status-right and the window list, by nicm · 10 years ago
  81. 35ffd09 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  82. 428b51e Add pane_input_off format, from Anish R Athalye. by nicm · 10 years ago
  83. 562af86 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  84. f0b69c7 Fix description of Ss and Se. by nicm · 10 years ago
  85. 6610e89 Top function key is F12 now. by nicm · 10 years ago
  86. 304f86c Support ! for last pane. by nicm · 10 years ago
  87. 2874a43 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  88. 9bda7e8 Add window_last_flag and window_zoomed_flag. From John Morrissey. by nicm · 10 years ago
  89. 8a473b5 Fix typo (paneas -> panes). by nicm · 10 years ago
  90. f518a07 Add flags to selectp to enable and disable input to a pane, from Anish Athalye. by nicm · 10 years ago
  91. 814e405 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  92. c8efffb Make -S- and -E- mean the start and end to capture-pane to avoid having by nicm · 10 years ago
  93. 7160b8c Add some formats for pane bounds. by nicm · 10 years ago
  94. 191f695 Change key-table to mode-table to allow for some future work. From Keith Amling. by nicm · 11 years ago
  95. bae9584 Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  96. b3e8d44 If multiple arguments are given to new-session, new-window, by nicm · 11 years ago
  97. b1a06ef Add a copy mode key binding to copy to a named buffer. From J Raynor. by nicm · 11 years ago
  98. 3dbacbb Add support for named buffers. If you don't name a buffer, things work by nicm · 11 years ago
  99. 953c3ef Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  100. 64613b9 #nnT went away a while ago, remove a leftover from the manpage. by nicm · 11 years ago