1. 2b60c64 Get rid of the layout string code which tries to walk through the layout by Nicholas Marriott · 13 years ago
  2. f537870 Fix a typo, spotted by Michal Mazurek.. by Nicholas Marriott · 13 years ago
  3. 34e5ec1 Trim another useless if statement, from Ailin Nemui. by Nicholas Marriott · 14 years ago
  4. 480e48a Memory leak in error path, from Tiago Cunha. by Nicholas Marriott · 14 years ago
  5. 70d2322 Nuke a redundant if statement, from Tiago Cunha. by Nicholas Marriott · 14 years ago
  6. 240cae4 tweak the TERMINFO section; ok nicm by Jason McIntyre · 14 years ago
  7. 1af2021 Pass prompts through status_replace so that they can be more helpful by Nicholas Marriott · 14 years ago
  8. 3ea5e06 Support DECSCUSR sequence to set the cursor style with two new by Nicholas Marriott · 14 years ago
  9. 944b5e6 Support xterm(1) cursor colour change sequences through terminfo(5) Cc by Nicholas Marriott · 14 years ago
  10. 96e7f33 Support setting the xterm clipboard when copying from copy mode using by Nicholas Marriott · 14 years ago
  11. 58908fd Add three new copy-mode commands - select-line, copy-line, by Nicholas Marriott · 14 years ago
  12. f702dbf Use xfree not free, from Tiago Cunha. by Nicholas Marriott · 14 years ago
  13. fb527c1 Use button mouse mode not any for copy mode, fixes issues with by Nicholas Marriott · 14 years ago
  14. ec3efab Reset last pane properly when using break-pane as well, fixes a problem by Nicholas Marriott · 14 years ago
  15. 583c885 Reset last pane on swap-pane across windows, fixes crash noticed by hsim by Nicholas Marriott · 14 years ago
  16. acfabf3 Only select pane on click, not drag. From hsim at gmx.li. by Nicholas Marriott · 14 years ago
  17. 538af37 Fix a couple of memory leaks, from Tiago Cunha. by Nicholas Marriott · 14 years ago
  18. 6f08472 Fix a memory leak if cmd_pane_session succeeds, from Tiago Cunha. by Nicholas Marriott · 14 years ago
  19. f3741f0 Add a new option, mouse-resize-pane. When on, panes may be resized by by Nicholas Marriott · 14 years ago
  20. 295ace6 Use the tsl and fsl terminfo(5) capabilities to update terminal title by Nicholas Marriott · 14 years ago
  21. b0a88eb Change window with mouse wheel over status line if mouse-select-window by Nicholas Marriott · 14 years ago
  22. a70df70 Don't need vis.h anymore. by Nicholas Marriott · 14 years ago
  23. b1dfc74 Don't use strnvis for the title as it breaks UTF-8. set-titles is now by Nicholas Marriott · 14 years ago
  24. 7dddf56 Check if mouse-select-pane is ON not off when setting mouse flags, by Nicholas Marriott · 14 years ago
  25. 075816e Only redraw the status line on command update, not the entire client (big DOH). by Nicholas Marriott · 14 years ago
  26. eb288aa Provide #h for short hostname (no domain) from Michal Mazurek. by Nicholas Marriott · 14 years ago
  27. dc8fb9f Tweak copy behaviour slightly in vi mode to be closer to real vi. From by Nicholas Marriott · 14 years ago
  28. 8738141 When mode-mouse is on (it is off by default), automatically enter copy by Nicholas Marriott · 14 years ago
  29. 3970853 POSIX only guarantees uname() will return a non-negative value on success. by Matthew Dempsky · 14 years ago
  30. 0f97ac4 The mouse should only work in copy mode if mode-mouse is set, not just by Nicholas Marriott · 14 years ago
  31. 0bb2119 Add an option (mouse-select-window) which allows the mouse to be used by by Nicholas Marriott · 14 years ago
  32. 4e75e82 new sentence, new line; by Jason McIntyre · 14 years ago
  33. f443203 Add -t to list-clients, based on a diff from Zac Sprackett. by Nicholas Marriott · 14 years ago
  34. 044c0f9 Fix character position check, from Tiago Resende. by Nicholas Marriott · 14 years ago
  35. 3dc7b80 -s comes before -t and also add -s to command syntax. Prompted by jmc. by Nicholas Marriott · 14 years ago
  36. 735f87b Add -s option to detach all clients attached to a session, from Zac Sprackett. by Nicholas Marriott · 14 years ago
  37. 98d450a Switch back from KERN_PROC2/kinfo_proc2 to KERN_PROC/kinfo_proc now by Philip Guenther · 14 years ago
  38. 48a1169 Since buffers are now global, bump the default buffer-limit a bit higher by Nicholas Marriott · 14 years ago
  39. 0a09d04 If the terminal supports sitm for italics, use it instead of standout by Nicholas Marriott · 14 years ago
  40. ec89eb9 Change so that an empty session name always means the current sessions by Nicholas Marriott · 14 years ago
  41. c8a14de Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0' by Miod Vallat · 14 years ago
  42. 5d519ba Add a flag to cmd_find_session so that attach-session can prefer by Nicholas Marriott · 14 years ago
  43. f16ea60 Bind C-u to delete-line in vi mode like ksh does, suggested by thib. by Nicholas Marriott · 14 years ago
  44. f8a2188 "or" should be on a line on its own here so it is not emphasised as well. by Nicholas Marriott · 14 years ago
  45. f7e9aed For convenience, work out what type of option is being set by name by Nicholas Marriott · 14 years ago
  46. beb6db9 Checking for particular options and redrawing is not necessary as we by Nicholas Marriott · 14 years ago
  47. 25d551e Update an out-of-date and inaccurate comment. by Nicholas Marriott · 14 years ago
  48. d88c20e Change -t on display-message to be target-pane for the #[A-Z] by Nicholas Marriott · 14 years ago
  49. f19a4bf Add -a and -s options to lsp to list all panes in the server or session by Nicholas Marriott · 14 years ago
  50. 82e0165 Allow a start and end line to be specified for capture-pane which may be by Nicholas Marriott · 14 years ago
  51. fa6abac Style: uint -> u_int and a missing else. by Nicholas Marriott · 14 years ago
  52. 71e8e26 Set the terminal blocking again earlier, before sending the reset sequences. by Nicholas Marriott · 14 years ago
  53. 7ce8fee Don't include meta twice when working out the flags to output for by Nicholas Marriott · 14 years ago
  54. 808502a Give each pane created in a tmux server a unique id (starting from 0), by Nicholas Marriott · 14 years ago
  55. d74e5bf Fix to properly wrap wide characters, from Micah Cowan. by Nicholas Marriott · 14 years ago
  56. 54456d5 Fix an incorrect test which was always true (oupper is always < olower), by Nicholas Marriott · 14 years ago
  57. 0a404aa Prevent tiled producing a corrupt layout when only one column is needed, by Nicholas Marriott · 14 years ago
  58. 79e30da Support passing through escape sequences to the underlying terminal by by Nicholas Marriott · 14 years ago
  59. d5ed5fb Two fixes by Micah Cowan: make mouse work properly beyond >127 on signed by Nicholas Marriott · 14 years ago
  60. c36f67a Fix a typo that meant we did not reset the background colour when it was by Nicholas Marriott · 14 years ago
  61. 7954126 Add a -P option to detach to HUP the client's parent process (usually by Nicholas Marriott · 14 years ago
  62. ce91520 Size on split-window is -l not -s. Doh. by Nicholas Marriott · 14 years ago
  63. 8ec3e57 Don't require -d with -x or -y since it could be in the config file. by Nicholas Marriott · 14 years ago
  64. 7462c03 Redraw pane borders when switching to last pane. by Nicholas Marriott · 14 years ago
  65. 567741c Free old argument even if setting to NULL. by Nicholas Marriott · 14 years ago
  66. 9fc2c34 Accept tcgetattr/tcsetattr failure, fixes problems with fatal() if the by Nicholas Marriott · 14 years ago
  67. b6bb350 Use input_clear to reset the APC, DCS, OSC state or it could be reused by Nicholas Marriott · 14 years ago
  68. bcc7c68 Unused declaration. by Nicholas Marriott · 14 years ago
  69. db7a89b Simplify the way jobs work and drop the persist type, so all jobs are by Nicholas Marriott · 14 years ago
  70. 4dfb29f Use LIST_* not SLIST_*. by Nicholas Marriott · 14 years ago
  71. ecc22c5 When clearing the entire screen, clear lines that are used into the by Nicholas Marriott · 14 years ago
  72. 1270f8f Check if the index is in use and fail before creating the child process, by Nicholas Marriott · 14 years ago
  73. 1df3355 While here, maximum percentage is 100 not INT_MAX. Oops. by Nicholas Marriott · 14 years ago
  74. 8820aa9 Size is -l not -s. by Nicholas Marriott · 14 years ago
  75. 3872e24 Allow top-bit-set characters to be used for key bindings, from Tiago Cunha. by Nicholas Marriott · 14 years ago
  76. b802304 Set $TMUX without the session when background jobs are run. by Nicholas Marriott · 14 years ago
  77. 1377427 Fix bind-key -t. by Nicholas Marriott · 14 years ago
  78. 3de1700 Only set a mouse mode for mouse-select-pane if none already set by the by Nicholas Marriott · 14 years ago
  79. 8f8e81c Mouse highlight mode (1001) requires a program to cooperate so by Nicholas Marriott · 14 years ago
  80. 4f34e25 Support -x and -y for new-session to specify the initial size of the by Nicholas Marriott · 14 years ago
  81. 9ad9e8c The maximum history-limit was accidentally reduced, fix it back to INT_MAX. by Nicholas Marriott · 14 years ago
  82. fa4a75c Clarify alternate-screen description a little. by Nicholas Marriott · 14 years ago
  83. 2d82567 Er, fix next and previous session functions to actually work, part 2. by Nicholas Marriott · 14 years ago
  84. 588ebb5 Fix next and previous session functions to actually work. by Nicholas Marriott · 14 years ago
  85. 96ab50a Log termios backspace for each client since it is used to recognise by Nicholas Marriott · 14 years ago
  86. b3438c8 Use TMPDIR if set, from Han Boetes. by Nicholas Marriott · 14 years ago
  87. 47e18f4 unbind-key -a is allowed no arguments. by Nicholas Marriott · 14 years ago
  88. 17f1cd5 Remove a bit of text that makes exit-unattached description unclear. by Nicholas Marriott · 14 years ago
  89. c3041eb Add missing arguments to some options. by Nicholas Marriott · 14 years ago
  90. 69cb1f8 Move all calls to fcntl(...O_NONBLOCK) into a function and clear the by Nicholas Marriott · 14 years ago
  91. 703160b Accept colours of the hex form #ffffff and translate to the nearest from by Nicholas Marriott · 14 years ago
  92. 64f02da Whoops, command-prompt can take 0 or 1 argument. by Nicholas Marriott · 14 years ago
  93. 96c37fa Now that parsing is common, merge some of the small, related commands by Nicholas Marriott · 14 years ago
  94. 55346b0 argc will be 1 not 2 with no option value. by Nicholas Marriott · 14 years ago
  95. 7502cb3 Clean up and simplify tmux command argument parsing. by Nicholas Marriott · 14 years ago
  96. ac3b78a Support for UTF-8 mouse input (\033[1005h). This was added in xterm 262 by Nicholas Marriott · 14 years ago
  97. 5158dd9 Handle a # at the end of a replacement string (such as status-left) by Nicholas Marriott · 14 years ago
  98. 3e81240 Move the user-visible parts of all options (names, types, limit, default by Nicholas Marriott · 14 years ago
  99. a4515ce suspend-client has used -t for the client target (like everything else) by Nicholas Marriott · 14 years ago
  100. f833b88 Last few tables that should be const. by Nicholas Marriott · 14 years ago