1. 021c643 Add infrastructure to work out the best target given a pane or window by nicm · 9 years ago
  2. 5ed17e8 Add key-table option to set the default key table for a session, allows by nicm · 9 years ago
  3. 39cf9c9 Allow prefix and prefix2 to be set to None to disable (useful if you by nicm · 9 years ago
  4. f2be3ad Mention {src,dst}-{window,pane} where we define target-{window,pane}. by nicm · 9 years ago
  5. 01831da Add cmdq as an argument to format_create and add a format for the by nicm · 9 years ago
  6. 1f94274 Ed was meant to be El; by jmc · 9 years ago
  7. d2fb0ef Add hooks infrastructure, basic commands (set-hook, show-hooks) and a by nicm · 9 years ago
  8. 1d331c7 Delete a duplicated line by guenther · 9 years ago
  9. 62d3af1 Make environ_set va_args and use it to tidy up some calls. Also add a by nicm · 9 years ago
  10. c18fbef Document socket_path format. by nicm · 9 years ago
  11. 1e2df2d Remove the -I part of show-messages which isn't really that useful; the by nicm · 9 years ago
  12. 4ec61be Fix usage of detach-client. by nicm · 9 years ago
  13. 4fcc02e If display-time is set to 0, show status messages until a key is pressed; by tim · 9 years ago
  14. 5a5b950 Add s/foo/bar/: prefix for formats to substitute bar for foo. by nicm · 9 years ago
  15. 531869b Add window_visible_layout which ignores zoomed panes and use it for by nicm · 9 years ago
  16. 1da7475 tweak previous; ok nicm by jmc · 9 years ago
  17. 1b86f52 Nuke the utf8 and status-utf8 options and make tmux only a UTF-8 by nicm · 9 years ago
  18. a0f3999 Remove the mouse_utf8_flag format as well. by nicm · 9 years ago
  19. 00c34df Drop mouse-utf8 option and always turn on UTF-8 mouse if the client says by nicm · 9 years ago
  20. 67c3a01 No more TMPDIR. by nicm · 9 years ago
  21. c582f7d space before punctuation; by jmc · 9 years ago
  22. e65306d Extend the modifiers allowed before formats: as well as the existing by nicm · 9 years ago
  23. 14da999 Format for scroll position, from Jorge Morante. by nicm · 9 years ago
  24. 60ca29d client_key_table was missing. by nicm · 9 years ago
  25. 901c2eb Add copy-mode -e to exit copy mode when scrolling off the bottom, useful by nicm · 9 years ago
  26. cfabe30 Add session_last_attached time and format, from Sina Siadat. by nicm · 9 years ago
  27. 675def0 Remove the lock-server option which is a bit redundant, it isn't that by nicm · 9 years ago
  28. 13b7fd8 Rename left/right/up/down relative to active pane to add -of suffix by nicm · 9 years ago
  29. d33adc4 Make -q suppress ambiguous option warnings too, from Cam Hutchison. by nicm · 9 years ago
  30. 92af376 Add an option (history-file) for a file to save/restore command prompt by nicm · 9 years ago
  31. d4ce210 Correct the tsl/fsl sequence to ]0 not ]2 (from Marcel Korpel). While by nicm · 9 years ago
  32. 81069f6 Add a format to show if client is a control client. From Bruno Sutic. by nicm · 9 years ago
  33. 6308c48 Add a -s flag to show-environment to output Bourne shell commands a la by nicm · 9 years ago
  34. 164ba04 Remove a stray : and tweak paragraph. by nicm · 9 years ago
  35. 85120b3 Change break-pane to take target and source panes (-t and -s) in line by nicm · 9 years ago
  36. 0ff3359 Move the shuffle code from new-window -a into a function and add a -a by nicm · 9 years ago
  37. d96ab34 Add window_activity format, from Thomas Adam based on a diff originally by nicm · 9 years ago
  38. 29c29e7 Add a format for client PID (client_pid) and server PID (pid). Diff for by nicm · 9 years ago
  39. c4e811e Add -E flag when attaching or switching client to bypass by nicm · 9 years ago
  40. 4219939 Make it so that if a window or session target is prefixed with an =, by nicm · 9 years ago
  41. dc0d34e tweak SYNOPSIS and usage(); by jmc · 9 years ago
  42. 4a6c06d Make unsetting a global option restore it to the default. Diff lying by nicm · 9 years ago
  43. a863834 Add support for a single "marked pane". There is one marked pane in the by nicm · 9 years ago
  44. 379400c Move the jobs output cache into the formats code so that #() work more by nicm · 9 years ago
  45. ec34439 Add a session_alerts format which is a list of all the alerts in the by nicm · 10 years ago
  46. e958db0 Add bell-action "other" to pass through bells in all windows except the by nicm · 10 years ago
  47. 44364d7 Remove the c0-* options which never really worked satisfactorily. Going by nicm · 10 years ago
  48. c4a4bd6 Move input parser structs into input.c (removing fairly useless by nicm · 10 years ago
  49. 31b1ab4 Add a format window_linked which is 1 if a window has been linked by nicm · 10 years ago
  50. 7382ba8 If default-terminal is set to "screen" or "screen-*", emulate screen's by nicm · 10 years ago
  51. 7717444 Add select-layout -o to undo the last layout change (apply the previously by nicm · 10 years ago
  52. 95195f5 Rewrite of the target resolution internals to be simpler and more by nicm · 10 years ago
  53. 93b2871 Do not die on USR1 if any of the socket parent directories are by nicm · 10 years ago
  54. bded743 Support for multiple key tables to commands to be bound to sequences of by nicm · 10 years ago
  55. 8101f1e tweak previous; by jmc · 10 years ago
  56. bf635e7 Rewrite of tmux mouse support which was a mess. Instead of having by nicm · 10 years ago
  57. ee123c2 Support setting the default window and pane background colours (window by nicm · 10 years ago
  58. 0cd55eb Add a -x flag to copy-selection, append-selection and start-named-buffer by nicm · 10 years ago
  59. 009a5e4 in the case -> in this case. by nicm · 10 years ago
  60. 3aa72b4 Add a helper function to convert time, and add session_activity formats by nicm · 10 years ago
  61. cd9ccbc set-titles-string now uses formats, not the status bits (so no #() for by nicm · 10 years ago
  62. 83a8e1f Move pane border options to window options rather than session, from Marc Finet. by nicm · 10 years ago
  63. be0ad01 Add missing default bindings, from Theo Buehler. by nicm · 10 years ago
  64. 7a0c94b Add pane_dead_status for exit status of dead panes. by nicm · 10 years ago
  65. 54ca7b2 Add -F to if-shell to allow it to be used to check for format or option by nicm · 10 years ago
  66. 575fd1e Permit option values to be used in formats. by nicm · 10 years ago
  67. d37f266 Add -b to splitw like joinw, from Felix Rosencrantz. by nicm · 10 years ago
  68. 3c12b47 V should be vi not emacs, also sort. From Theo Buehler. by nicm · 10 years ago
  69. e4bf1e5 Add V for select line with vi(1) keys. From Juho Pohjala. by nicm · 10 years ago
  70. d24c9d7 Do not put a space between status-left/status-right and the window list, by nicm · 10 years ago
  71. 428b51e Add pane_input_off format, from Anish R Athalye. by nicm · 10 years ago
  72. f0b69c7 Fix description of Ss and Se. by nicm · 10 years ago
  73. 6610e89 Top function key is F12 now. by nicm · 10 years ago
  74. 304f86c Support ! for last pane. by nicm · 10 years ago
  75. 9bda7e8 Add window_last_flag and window_zoomed_flag. From John Morrissey. by nicm · 10 years ago
  76. 8a473b5 Fix typo (paneas -> panes). by nicm · 10 years ago
  77. f518a07 Add flags to selectp to enable and disable input to a pane, from Anish Athalye. by nicm · 10 years ago
  78. c8efffb Make -S- and -E- mean the start and end to capture-pane to avoid having by nicm · 10 years ago
  79. 7160b8c Add some formats for pane bounds. by nicm · 10 years ago
  80. 191f695 Change key-table to mode-table to allow for some future work. From Keith Amling. by nicm · 11 years ago
  81. b3e8d44 If multiple arguments are given to new-session, new-window, by nicm · 11 years ago
  82. b1a06ef Add a copy mode key binding to copy to a named buffer. From J Raynor. by nicm · 11 years ago
  83. 3dbacbb Add support for named buffers. If you don't name a buffer, things work by nicm · 11 years ago
  84. 64613b9 #nnT went away a while ago, remove a leftover from the manpage. by nicm · 11 years ago
  85. 2740490 Remove the "info" message mechanism, this was only used for about five by nicm · 11 years ago
  86. 877bdb4 Extend the -q flag to set-option to suppress errors about unknown by nicm · 11 years ago
  87. 992ef70 Remove the monitor-content option and associated bits and bobs. It's by nicm · 11 years ago
  88. 14a96df Remove the choose-list command to prepare for some later choose-* work. by nicm · 11 years ago
  89. 252a737 Support UTF-8 with choose-buffer, from Kosuke ASAMI. Also make by nicm · 11 years ago
  90. b52b40b pane_start_path has gone away. by nicm · 11 years ago
  91. dca7d1c Make message-limit a server option. by nicm · 11 years ago
  92. 0e4d1d8 Add setb -a to append and a copy mode append command, from J Raynor with by nicm · 11 years ago
  93. b11de5a Make session_attached a count and add session_many_attached flag. by nicm · 11 years ago
  94. f182892 Change terminal-overrides to a server option (now that we have them), it by nicm · 11 years ago
  95. 81db6ba Leftovers from removing 88 colour support, from Theo Buehler. by nicm · 11 years ago
  96. 973de5a fix some minor formatting glitches; by jmc · 11 years ago
  97. 945339b Allow replacing each of the many sets of separate foo-{fg,bg,attr} by nicm · 11 years ago
  98. d23561f Merge server-info into show-messages and remove some not useful output. by nicm · 11 years ago
  99. 1286c56 Replace ## by # in format. by nicm · 11 years ago
  100. 7fa55b0 Key to swap to other end of selection (bound to o with vi keys), from J Raynor. by nicm · 11 years ago