1. 4f480c9 $Id$ -> $OpenBSD$. by Nicholas Marriott · 13 years ago
  2. 50f5d2a Use snprintf for constructing attribute string, from Tim Ruehsen. by Nicholas Marriott · 13 years ago
  3. 95f48a2 Add a wrap-search option to turn off wrapping of searches in copy by Nicholas Marriott · 13 years ago
  4. 87d092d Michael Krysiak points out that some terminals (eg mintty) have cursor by Nicholas Marriott · 13 years ago
  5. e87d4b4 Need to call recalculate_sizes() when changing window with the mouse, by Nicholas Marriott · 13 years ago
  6. f152379 Add -q option to set-option to turn off info message, from marcel partap. by Nicholas Marriott · 13 years ago
  7. 889fe42 Break out termios initialization into a separate function, from George Nachman. by Nicholas Marriott · 13 years ago
  8. 164e85c Do not clear to end of line if the line is full, fixes missing last by Nicholas Marriott · 13 years ago
  9. 0b34fef Use the region lower not the pane size to work out where the bottom line is. by Nicholas Marriott · 13 years ago
  10. 928f406 Tweak last fix to actually hit the right end of pane. by Nicholas Marriott · 13 years ago
  11. 7ad0525 Fix warnings. Doh. by Nicholas Marriott · 13 years ago
  12. d3c842d Check event_initialized before event_del if event may not have been set by Nicholas Marriott · 13 years ago
  13. a597e35 Redirect libevent logging to tmux's log. by Nicholas Marriott · 13 years ago
  14. 0489213 Revert screen-write.c r1.54 and fix the bug properly. After wrapping a by Nicholas Marriott · 13 years ago
  15. c8c0d68 Send secondary DA to terminals with XT in terminfo when starting up and by Nicholas Marriott · 13 years ago
  16. 523ed38 Respond to secondary DA requests. by Nicholas Marriott · 13 years ago
  17. 005566f Fix a warning. Doh. by Nicholas Marriott · 13 years ago
  18. 698361c Add a helper function for enabling an optimization to make some code clearer. by Nicholas Marriott · 13 years ago
  19. 71df37c Store context off before moving the cursor when wrapping, to fix long by Nicholas Marriott · 13 years ago
  20. 4e05a2c Add -P/-F flags to break-pane too, from George Nachman. by Nicholas Marriott · 13 years ago
  21. 575bfa4 Erm, use EL in a way that actually works... by Nicholas Marriott · 13 years ago
  22. 31ddae7 Use EL to clear to end of line if possible. by Nicholas Marriott · 13 years ago
  23. 1bbb793 Always remember last cursor position when moving up or down, not just by Nicholas Marriott · 13 years ago
  24. 799f437 Remove some bits leftover from unused backoff code. by Nicholas Marriott · 13 years ago
  25. be63fef Add a missing call to window_set_name, from George Nachman. by Nicholas Marriott · 13 years ago
  26. ac9ebc2 Use a lock file and flock() to serialize server start, avoids problems by Nicholas Marriott · 13 years ago
  27. 18012f5 free -> xfree. by Nicholas Marriott · 13 years ago
  28. 03dca66 Add -F format to new-window and split-window to use with the -P flag, by Nicholas Marriott · 13 years ago
  29. 178a207 Accept hex values as keys, needed for send-keys, based on a diff from by Nicholas Marriott · 13 years ago
  30. 30f4c30 Add A and I keys for vi status line editing. by Nicholas Marriott · 13 years ago
  31. 8b68ea1 Terminate strftime buffer properly and free format string, whoops. From by Nicholas Marriott · 13 years ago
  32. f4fdddc Support "bracketed paste" mode. This adds a -p flag to paste-buffer - if by Nicholas Marriott · 13 years ago
  33. 4b8bb77 The wlmouse offset should be part of the client, not the server. From by Nicholas Marriott · 13 years ago
  34. 07ac168 Add move-pane command (like join-pane but allows the same window). Also by Nicholas Marriott · 13 years ago
  35. 4d9ccd3 Add printf attribute to a couple of functions, from Tim Ruehsen. by Nicholas Marriott · 13 years ago
  36. 952ffdd Remove accidentally committed option. by Nicholas Marriott · 13 years ago
  37. 4e7de21 Allow a single option to be specified to show-options to show just that option. by Nicholas Marriott · 13 years ago
  38. aaf0bfc Use format for display-message, based on a diff from George Nachman. by Nicholas Marriott · 13 years ago
  39. fe055c8 Sort some entries, from Ben Boeckel. by Nicholas Marriott · 13 years ago
  40. fddbd44 Add a wrapper function tty_set_size from George Nachman. by Nicholas Marriott · 13 years ago
  41. 67949de Don't die if fail to get root directory, from Ben Boeckel. by Nicholas Marriott · 13 years ago
  42. 3f49137 Check for the right return value from sscanf. by Nicholas Marriott · 13 years ago
  43. fe7cf0b Document option values, particularly that omitting on|off for a flag is by Nicholas Marriott · 13 years ago
  44. efb639e Add -l flag to send-keys to send input literally (without translating by Nicholas Marriott · 13 years ago
  45. 8363d19 Move window name changes into wrapper function window_set_name, from by Nicholas Marriott · 13 years ago
  46. fdeaa73 Do not change pane when changing window with mouse on status line, by Nicholas Marriott · 13 years ago
  47. d1ae2d9 Get client_width and client_height the right way round, from Stephen Thirlwall. by Nicholas Marriott · 13 years ago
  48. 908a22e Provide defined ways to set the various default-path possibilities: ~ by Nicholas Marriott · 13 years ago
  49. 49a5a58 Add pane id to each pane in layout description (while still accepting by Nicholas Marriott · 13 years ago
  50. 677ed3e id -> ID; ok nicm by Jason McIntyre · 13 years ago
  51. f188345 Don't print double spaces in list output. by Nicholas Marriott · 13 years ago
  52. 0e59bc7 Give each window a unique id, like panes but prefixed with @. Based on by Nicholas Marriott · 13 years ago
  53. 937173f Enforce history-limit option when clearing the screen, memory leak by Nicholas Marriott · 13 years ago
  54. 230d0fb Add an option to move the status line to the top of the screen, by Nicholas Marriott · 13 years ago
  55. 9bbc63e Call bufferevent_free before closing file descriptor associated with it by Nicholas Marriott · 13 years ago
  56. a7a44bf Terminate strftime buffer properly even if a really long format string by Nicholas Marriott · 13 years ago
  57. d2d2df1 Fix memory leak in error path, from Tiago Cunha. by Nicholas Marriott · 13 years ago
  58. 678e674 Remove unused backoff code that doesn't do any good. by Nicholas Marriott · 13 years ago
  59. b92e81a Show pane size in top right of display panes mode. by Nicholas Marriott · 13 years ago
  60. e870a3f it's -> its. by Nicholas Marriott · 13 years ago
  61. 8ed9124 Use RB trees not SPLAY. by Nicholas Marriott · 13 years ago
  62. 535286c Drop the ability to have a list of keys in the prefix in favour of two by Nicholas Marriott · 13 years ago
  63. 7f24020 Add strings to allow the aixterm bright colours to be used when by Nicholas Marriott · 13 years ago
  64. be7b56a One day I will actually fix ALL the warnings before I commit... by Nicholas Marriott · 13 years ago
  65. 66f0451 Add a -R flag to send-keys to reset the terminal. Written ages ago and by Nicholas Marriott · 13 years ago
  66. cd10f73 Only hide flags on the current window when the session is attached, from by Nicholas Marriott · 13 years ago
  67. 8332413 Add some const and fix a warning. by Nicholas Marriott · 13 years ago
  68. 8cf19ab Add some trivial additional status line attributes from jwcxz at users by Nicholas Marriott · 13 years ago
  69. 199d148 Remove trailing spaces. by Nicholas Marriott · 13 years ago
  70. dcad131 Add an option to disable the window rename escape sequence, from Romain by Nicholas Marriott · 13 years ago
  71. e6519d3 Add space movement keys for vi mode in the status line from Ben Boeckel. by Nicholas Marriott · 13 years ago
  72. 299a8fd Calculate last position correctly for UTF-8 wide characters, reported by by Nicholas Marriott · 13 years ago
  73. eeaf92a Add a man page section on window names and pane titles, from Felix Rosencrantz. by Nicholas Marriott · 13 years ago
  74. 16f9667 Show how to set default-path to revert to tmux's old behaviour of opening by Stuart Henderson · 13 years ago
  75. 92aef64 Add CNL and CPL escape sequences. by Nicholas Marriott · 13 years ago
  76. fdd1d0b Allow $HOME as default-path in tmux.conf so the same config file can be used by Stefan Sperling · 13 years ago
  77. d377a68 Add \033[s and \033[u to save and restore cursor position. by Nicholas Marriott · 13 years ago
  78. 5db593e Extend history that can be captured to INT_MIN rather than by Nicholas Marriott · 13 years ago
  79. d71e4b9 Reset flags on every loop or it is displayed too often, from Chris Johnsen. by Nicholas Marriott · 13 years ago
  80. da145e7 formatting errors, found using freebsd's "igor"; by Jason McIntyre · 13 years ago
  81. d655566 Fix so that when mouse-select-pane and mouse-select-window are both by Nicholas Marriott · 13 years ago
  82. f308ba9 Change the way the working directory for new processes is discovered. If by Nicholas Marriott · 13 years ago
  83. e04d13f Support "jump to" like vi in copy mode using t and T keys. Also add x by Nicholas Marriott · 13 years ago
  84. c44d2d8 Log terminal overrides. by Nicholas Marriott · 13 years ago
  85. 31f13e4 Add home and end keys for command prompt, from Matthias Lederhofer. by Nicholas Marriott · 13 years ago
  86. 2397083 Make M-f and M-b work the same at the command prompt as in copy mode, by Nicholas Marriott · 13 years ago
  87. fc5f880 Add word movement and editing command for command prompt editing, from by Nicholas Marriott · 13 years ago
  88. fd25d35 Move word-separators to be a session rather than window option, from Ben by Nicholas Marriott · 13 years ago
  89. 7c9bc37 Add a pane_index format string and use it, from Ben Boeckel. by Nicholas Marriott · 13 years ago
  90. 57df442 Make window_pane_index work the same as window_index, from Ben Boeckel. by Nicholas Marriott · 13 years ago
  91. 9f738dd Fix a trivial copy-and-paste error (sx->sy), from Chris Johnsen. by Nicholas Marriott · 13 years ago
  92. 6c1c304 Missing bits for new keys and buffer indexes, from Tiago Cunha by Nicholas Marriott · 13 years ago
  93. e5bf63c Option to change status line (message) background when using vi keys and by Nicholas Marriott · 13 years ago
  94. e5d6df8 minor formatting fix; by Jason McIntyre · 13 years ago
  95. b2ee98b Add screen*:XT to terminal-overrides for tmux-in-tmux, from Romain Francoise. by Nicholas Marriott · 13 years ago
  96. 0ff42d9 Missing -o on usage for pipe-pane, from Tiago Cunha. by Nicholas Marriott · 13 years ago
  97. 5ed3daf Didn't really think the else behaviour through - requiring argv to by Nicholas Marriott · 13 years ago
  98. f5a73c5 When copying, make repeat count indicate buffer to replace if used. by Nicholas Marriott · 13 years ago
  99. e3225bc Alias NPage/PPage as PageDown/PgDn/PageUp/PgUp to reduce occasional confusion. by Nicholas Marriott · 13 years ago
  100. f0aad68 Support for \e[3J to clear the history. Also send the corresponding by Nicholas Marriott · 13 years ago