1. fc5f880 Add word movement and editing command for command prompt editing, from by Nicholas Marriott · 13 years ago
  2. fd25d35 Move word-separators to be a session rather than window option, from Ben by Nicholas Marriott · 13 years ago
  3. 7c9bc37 Add a pane_index format string and use it, from Ben Boeckel. by Nicholas Marriott · 13 years ago
  4. 57df442 Make window_pane_index work the same as window_index, from Ben Boeckel. by Nicholas Marriott · 13 years ago
  5. 9f738dd Fix a trivial copy-and-paste error (sx->sy), from Chris Johnsen. by Nicholas Marriott · 13 years ago
  6. 6c1c304 Missing bits for new keys and buffer indexes, from Tiago Cunha by Nicholas Marriott · 13 years ago
  7. e5bf63c Option to change status line (message) background when using vi keys and by Nicholas Marriott · 13 years ago
  8. e5d6df8 minor formatting fix; by Jason McIntyre · 13 years ago
  9. b2ee98b Add screen*:XT to terminal-overrides for tmux-in-tmux, from Romain Francoise. by Nicholas Marriott · 13 years ago
  10. 0ff42d9 Missing -o on usage for pipe-pane, from Tiago Cunha. by Nicholas Marriott · 13 years ago
  11. 5ed3daf Didn't really think the else behaviour through - requiring argv to by Nicholas Marriott · 13 years ago
  12. f5a73c5 When copying, make repeat count indicate buffer to replace if used. by Nicholas Marriott · 13 years ago
  13. e3225bc Alias NPage/PPage as PageDown/PgDn/PageUp/PgUp to reduce occasional confusion. by Nicholas Marriott · 13 years ago
  14. f0aad68 Support for \e[3J to clear the history. Also send the corresponding by Nicholas Marriott · 13 years ago
  15. 7ff4cf9 Try to resolve relative paths for loadb and saveb (first using client by Nicholas Marriott · 13 years ago
  16. 179d068 For initial session, use size of command client even if detached. by Nicholas Marriott · 13 years ago
  17. b32254a Ignore LC_ALL and LC_CTYPE if they are empty as well as unset. by Nicholas Marriott · 13 years ago
  18. 16d75a6 Add client formats, from Ben Boeckel. by Nicholas Marriott · 13 years ago
  19. e639096 Plug a memory leak and update some comments, from Tiago Cunha. by Nicholas Marriott · 13 years ago
  20. 6821ccc Add an else clause for if-shell, from "arno-" on SourceForge. by Nicholas Marriott · 13 years ago
  21. 49ef0b4 Add a few more formats for panes (tty, pid, start cmd/cwd). by Nicholas Marriott · 13 years ago
  22. b1ed2d5 Add -S option to refresh-client to redraw status line, from Marco Beck. by Nicholas Marriott · 13 years ago
  23. e6a59c4 Reject $SHELL if it is not a full path. by Nicholas Marriott · 13 years ago
  24. f14da26 Tweaks to the format parts, from Tiago Cunha. by Nicholas Marriott · 13 years ago
  25. b6bd951 Fix typo: ) -> }. by Nicholas Marriott · 13 years ago
  26. 5985143 Mark dead panes with some text saying they are dead, suggested by and by Nicholas Marriott · 13 years ago
  27. 9800eaa Another memory leak from Tiago Cunha. by Nicholas Marriott · 13 years ago
  28. 423649b Plug memory leak, from Tiago Cunha. by Nicholas Marriott · 13 years ago
  29. 2888843 tweak previous; by Jason McIntyre · 13 years ago
  30. 4a5dff3 Add initial framework for more powerful formatting of command output and by Nicholas Marriott · 13 years ago
  31. 4697b35 -lm is no longer needed, from Tiago Cunha. by Nicholas Marriott · 13 years ago
  32. 0588168 Support \ for line continuation in the configuration file, from Julius Plenz. by Nicholas Marriott · 13 years ago
  33. f01b719 Add pane-base-index option, from Ben Barbour. by Nicholas Marriott · 13 years ago
  34. 029c34c Add a tty_bell wrapper function, from Dylan Alex Simon. by Nicholas Marriott · 13 years ago
  35. 47d41d0 There is no need to use sqrt()/INFINITY here which simplifies the code by Nicholas Marriott · 13 years ago
  36. 3657aa6 Fix a couple of memory leaks, from marcel partap. by Nicholas Marriott · 13 years ago
  37. 88e9079 Add a -r flag to switch-client to toggle the client read-only flag. From by Nicholas Marriott · 13 years ago
  38. f95f792 Add up/down/left/right keys in vi edit mode. From "livibetter" SF bug 3385651. by Nicholas Marriott · 13 years ago
  39. 2fc84c7 Use key_bindings_remove for unbind-key -a to allow it to work from key by Nicholas Marriott · 13 years ago
  40. 6b734d1 Correctly skip existing numbers when generating the name for a new session. by Nicholas Marriott · 13 years ago
  41. cf90f2a fix error in previous; by Jason McIntyre · 13 years ago
  42. cc5bcbf Extend the mode-mouse option to add a third choice which means the mouse by Nicholas Marriott · 13 years ago
  43. be179f6 Do not require a client here, or pipe-pane will not work from the command line. by Nicholas Marriott · 13 years ago
  44. 0252796 Sort options alphabetically, from Tiago Cunha. by Nicholas Marriott · 13 years ago
  45. 7e423ea Unused variable. by Nicholas Marriott · 13 years ago
  46. 9dacc17 Pass the right size to calloc (* not **). by Nicholas Marriott · 13 years ago
  47. d5269a2 Do not continue to send data to suspended/locked clients or there will by Nicholas Marriott · 13 years ago
  48. a8e9654 flags[] should be initialized. From Thomas Adam. by Nicholas Marriott · 13 years ago
  49. 2de9b1e Make confirm-before prompt customizable with -p option like by Nicholas Marriott · 13 years ago
  50. b4b3d9c Fix a couple of comments. by Nicholas Marriott · 13 years ago
  51. 26aa068 Show full targets for lsp/lsw -a. by Nicholas Marriott · 13 years ago
  52. a70379d Use screen_reinit for respawn-pane to keep history and call input_init by Nicholas Marriott · 13 years ago
  53. 5e90476 Change the list-keys format so that it shows the keys using actual tmux by Nicholas Marriott · 13 years ago
  54. f12158b Add an option to trigger the terminal bell when there is an alert, from by Nicholas Marriott · 13 years ago
  55. 94f86ed Include the existing window and session name in the prompt when renaming by Nicholas Marriott · 13 years ago
  56. ad60a2c Allow the initial context on prompts to be set with the new -I option to by Nicholas Marriott · 13 years ago
  57. 1202284 PANE_FREEZE doesn't do anything anymore, so remove it. by Nicholas Marriott · 13 years ago
  58. 0503f83 Add a couple of extra xterm-style keys that gnome terminal provides, by Nicholas Marriott · 13 years ago
  59. 65177b8 Add a respawn-pane command, from Marcel Partap. by Nicholas Marriott · 13 years ago
  60. 2b60c64 Get rid of the layout string code which tries to walk through the layout by Nicholas Marriott · 13 years ago
  61. f537870 Fix a typo, spotted by Michal Mazurek.. by Nicholas Marriott · 14 years ago
  62. 34e5ec1 Trim another useless if statement, from Ailin Nemui. by Nicholas Marriott · 14 years ago
  63. 480e48a Memory leak in error path, from Tiago Cunha. by Nicholas Marriott · 14 years ago
  64. 70d2322 Nuke a redundant if statement, from Tiago Cunha. by Nicholas Marriott · 14 years ago
  65. 240cae4 tweak the TERMINFO section; ok nicm by Jason McIntyre · 14 years ago
  66. 1af2021 Pass prompts through status_replace so that they can be more helpful by Nicholas Marriott · 14 years ago
  67. 3ea5e06 Support DECSCUSR sequence to set the cursor style with two new by Nicholas Marriott · 14 years ago
  68. 944b5e6 Support xterm(1) cursor colour change sequences through terminfo(5) Cc by Nicholas Marriott · 14 years ago
  69. 96e7f33 Support setting the xterm clipboard when copying from copy mode using by Nicholas Marriott · 14 years ago
  70. 58908fd Add three new copy-mode commands - select-line, copy-line, by Nicholas Marriott · 14 years ago
  71. f702dbf Use xfree not free, from Tiago Cunha. by Nicholas Marriott · 14 years ago
  72. fb527c1 Use button mouse mode not any for copy mode, fixes issues with by Nicholas Marriott · 14 years ago
  73. ec3efab Reset last pane properly when using break-pane as well, fixes a problem by Nicholas Marriott · 14 years ago
  74. 583c885 Reset last pane on swap-pane across windows, fixes crash noticed by hsim by Nicholas Marriott · 14 years ago
  75. acfabf3 Only select pane on click, not drag. From hsim at gmx.li. by Nicholas Marriott · 14 years ago
  76. 538af37 Fix a couple of memory leaks, from Tiago Cunha. by Nicholas Marriott · 14 years ago
  77. 6f08472 Fix a memory leak if cmd_pane_session succeeds, from Tiago Cunha. by Nicholas Marriott · 14 years ago
  78. f3741f0 Add a new option, mouse-resize-pane. When on, panes may be resized by by Nicholas Marriott · 14 years ago
  79. 295ace6 Use the tsl and fsl terminfo(5) capabilities to update terminal title by Nicholas Marriott · 14 years ago
  80. b0a88eb Change window with mouse wheel over status line if mouse-select-window by Nicholas Marriott · 14 years ago
  81. a70df70 Don't need vis.h anymore. by Nicholas Marriott · 14 years ago
  82. b1dfc74 Don't use strnvis for the title as it breaks UTF-8. set-titles is now by Nicholas Marriott · 14 years ago
  83. 7dddf56 Check if mouse-select-pane is ON not off when setting mouse flags, by Nicholas Marriott · 14 years ago
  84. 075816e Only redraw the status line on command update, not the entire client (big DOH). by Nicholas Marriott · 14 years ago
  85. eb288aa Provide #h for short hostname (no domain) from Michal Mazurek. by Nicholas Marriott · 14 years ago
  86. dc8fb9f Tweak copy behaviour slightly in vi mode to be closer to real vi. From by Nicholas Marriott · 14 years ago
  87. 8738141 When mode-mouse is on (it is off by default), automatically enter copy by Nicholas Marriott · 14 years ago
  88. 3970853 POSIX only guarantees uname() will return a non-negative value on success. by Matthew Dempsky · 14 years ago
  89. 0f97ac4 The mouse should only work in copy mode if mode-mouse is set, not just by Nicholas Marriott · 14 years ago
  90. 0bb2119 Add an option (mouse-select-window) which allows the mouse to be used by by Nicholas Marriott · 14 years ago
  91. 4e75e82 new sentence, new line; by Jason McIntyre · 14 years ago
  92. f443203 Add -t to list-clients, based on a diff from Zac Sprackett. by Nicholas Marriott · 14 years ago
  93. 044c0f9 Fix character position check, from Tiago Resende. by Nicholas Marriott · 14 years ago
  94. 3dc7b80 -s comes before -t and also add -s to command syntax. Prompted by jmc. by Nicholas Marriott · 14 years ago
  95. 735f87b Add -s option to detach all clients attached to a session, from Zac Sprackett. by Nicholas Marriott · 14 years ago
  96. 98d450a Switch back from KERN_PROC2/kinfo_proc2 to KERN_PROC/kinfo_proc now by Philip Guenther · 14 years ago
  97. 48a1169 Since buffers are now global, bump the default buffer-limit a bit higher by Nicholas Marriott · 14 years ago
  98. 0a09d04 If the terminal supports sitm for italics, use it instead of standout by Nicholas Marriott · 14 years ago
  99. ec89eb9 Change so that an empty session name always means the current sessions by Nicholas Marriott · 14 years ago
  100. c8a14de Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0' by Miod Vallat · 14 years ago