1. 3657aa6 Fix a couple of memory leaks, from marcel partap. by Nicholas Marriott · 13 years ago
  2. 2de9b1e Make confirm-before prompt customizable with -p option like by Nicholas Marriott · 13 years ago
  3. ad60a2c Allow the initial context on prompts to be set with the new -I option to by Nicholas Marriott · 13 years ago
  4. 075816e Only redraw the status line on command update, not the entire client (big DOH). by Nicholas Marriott · 13 years ago
  5. eb288aa Provide #h for short hostname (no domain) from Michal Mazurek. by Nicholas Marriott · 13 years ago
  6. 0bb2119 Add an option (mouse-select-window) which allows the mouse to be used by by Nicholas Marriott · 14 years ago
  7. d88c20e Change -t on display-message to be target-pane for the #[A-Z] by Nicholas Marriott · 14 years ago
  8. db7a89b Simplify the way jobs work and drop the persist type, so all jobs are by Nicholas Marriott · 14 years ago
  9. 5158dd9 Handle a # at the end of a replacement string (such as status-left) by Nicholas Marriott · 14 years ago
  10. 3e81240 Move the user-visible parts of all options (names, types, limit, default by Nicholas Marriott · 14 years ago
  11. cc42614 Change from a per-session stack of buffers to one global stack which is by Nicholas Marriott · 14 years ago
  12. 2231e72 Add a function to create window flags rather than doing the same thing by Nicholas Marriott · 14 years ago
  13. 9802fea Oops, these functions return a const char *, so make the local variable by Nicholas Marriott · 14 years ago
  14. 7ce77ff Make the prompt history global for all clients which is much more useful than per-client history. by Nicholas Marriott · 14 years ago
  15. e26a351 Add an option to alert (monitor) for silence (lack of activity) in a by Nicholas Marriott · 14 years ago
  16. e63f054 Having a list of winlinks->alerts for each session is stupid, just store by Nicholas Marriott · 14 years ago
  17. d911279 Colour+attribute options for status line alerts, from Alex Alexander. by Nicholas Marriott · 14 years ago
  18. 56481a4 Don't accept keys with modifiers as input. Fixes crash reported by Brian by Nicholas Marriott · 15 years ago
  19. 41f90bd Don't leak job command in #(). by Nicholas Marriott · 15 years ago
  20. c550e66 Dead functions, lint. by Nicholas Marriott · 15 years ago
  21. 05213e4 Calculate offset correctly, fixes incorrect offset and prevents crash when by Nicholas Marriott · 15 years ago
  22. ba6dedb Actually use the copy made when no newline is found, from martynas@. by Nicholas Marriott · 15 years ago
  23. 84d2e6c Add server options to completion as well. by Nicholas Marriott · 15 years ago
  24. 15a64b8 Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last by Nicholas Marriott · 15 years ago
  25. 6c98626 Eliminate duplicate code and ease the passage for server-wide options by adding by Nicholas Marriott · 15 years ago
  26. 8cb410c Tidy up various bits of the paste code, make the data buffer char * and add by Nicholas Marriott · 15 years ago
  27. 4ca857e Remove a couple of unused arguments where possible, and add /* ARGSUSED */ to by Nicholas Marriott · 15 years ago
  28. 5d56225 Display UTF-8 properly in status line messages and prompt. Cursor handling is by Nicholas Marriott · 15 years ago
  29. 070e3b4 Remove oldest messages from log when limit is hit, not newest. by Nicholas Marriott · 15 years ago
  30. 2cea943 Get some brackets in the right place so ## works. Also fix a space in a comment. by Nicholas Marriott · 15 years ago
  31. 33b337f Change status line drawing to create the window list in a separate screen and by Nicholas Marriott · 15 years ago
  32. 543fb99 Two new options, window-status-format and window-status-current-format, which by Nicholas Marriott · 15 years ago
  33. ed781e8 Tidy up by breaking the # replacement code into a separate function, also add a by Nicholas Marriott · 15 years ago
  34. ac5b7d5 Don't interpret #() for display-message, it usually doesn't make sense and may by Nicholas Marriott · 15 years ago
  35. 8db145d Add a per-client log of status line messages displayed while that client by Nicholas Marriott · 15 years ago
  36. a9ca8df Permit top-bit-set characters to be entered in the status line. They could by Nicholas Marriott · 15 years ago
  37. b1264a7 Use timeout events for the identify and message timers. by Nicholas Marriott · 15 years ago
  38. 4d60913 Switch jobs over to use a bufferevent. by Nicholas Marriott · 15 years ago
  39. f575e39 Unused (but assigned to) variable, found by lint. by Nicholas Marriott · 15 years ago
  40. 2f813ef Add a flag for jobs that shouldn't be freed after they've died and use it for by Nicholas Marriott · 15 years ago
  41. 6bca92d Rather than running status-left, status-right and window title #() with popen by Nicholas Marriott · 15 years ago
  42. 9dd72b9 Add "grouped sessions" which have independent name, options, current window and by Nicholas Marriott · 15 years ago
  43. fecf8dc Remove PROMPT_HIDDEN code which is now unused. by Nicholas Marriott · 15 years ago
  44. b01dcd7 Remove the internal tmux locking and instead detach each client and run the by Nicholas Marriott · 15 years ago
  45. 273f1b3 Regularise some fatal messages. by Nicholas Marriott · 15 years ago
  46. 372a8cb Permit options such as status-bg to be configured using the entire 256 colour by Nicholas Marriott · 15 years ago
  47. ccba613 Give each paste buffer a size member instead of requiring them to be by Nicholas Marriott · 15 years ago
  48. e97006b Permit embedded colour and attributes in status-left and status-right using new by Nicholas Marriott · 15 years ago
  49. 61b7dc5 Add a transpose-chars command in edit mode (C-t in emacs mode only). From Kalle by Nicholas Marriott · 15 years ago
  50. f8aa582 Use "Password:" with no space for password prompts and don't display a *s for by Nicholas Marriott · 15 years ago
  51. 0431996 Add a new display-panes command, with two options (display-panes-colour and by Nicholas Marriott · 15 years ago
  52. 3f4418d Extend command-prompt with a -p option which is a comma-separated list of one by Nicholas Marriott · 15 years ago
  53. feaf91a Add a "delete line" key when editing in the status line or the search up/down by Nicholas Marriott · 15 years ago
  54. 09cbd0c Switch the prompt code to return an empty string when the user enters no by Nicholas Marriott · 15 years ago
  55. 90f8151 Options to set the colours and attributes for status-left/-right. From Thomas by Nicholas Marriott · 15 years ago
  56. bcddddf If colours are not supported by the terminal, try to emulate a coloured by Nicholas Marriott · 15 years ago
  57. 97f105c Plug some memory leaks. by Nicholas Marriott · 15 years ago
  58. 8678500 Next step towards customisable mode keys: build each default table of keys into by Nicholas Marriott · 15 years ago
  59. d95274c Change mode key bindings from big switches into a set of tables. Rather than by Nicholas Marriott · 15 years ago
  60. 13e29dd Get rid of empty mode_key_free function. by Nicholas Marriott · 15 years ago
  61. ad0aad2 Add a key to delete to end of line at the prompt (^K in emacs mode, C/D in vi). by Nicholas Marriott · 15 years ago
  62. 55d8c01 Calculate the space available for the prompt buffer and the cursor position by Nicholas Marriott · 15 years ago
  63. 044ebf1 Remove a couple of unused functions and fix a type ("FALLTHOUGH"), found by by Nicholas Marriott · 15 years ago
  64. b292f71 Add a status-justify option to allow the window list in the status line to be by Nicholas Marriott · 15 years ago
  65. e32e0d5 New options, window-status-current-{fg,bg,attr}, to set the fg, bg and by Nicholas Marriott · 15 years ago
  66. 6f5150a - New command display-message (alias display) to display a message in the by Nicholas Marriott · 15 years ago
  67. 65deba3 Memory could be leaked if a second prompt or message appeared while another was by Nicholas Marriott · 15 years ago
  68. 9642f03 Remove some duplicate code that was causing the status line to be redrawn even by Nicholas Marriott · 15 years ago
  69. 92da443 Make status_message_set a variadic printf-like function. No functional change - by Nicholas Marriott · 15 years ago
  70. ca617d6 Having to update NSETOPTION/NSETWINDOWOPTION when adding new options is a bit by Nicholas Marriott · 15 years ago
  71. f08c9b2 For some reason when clearing status/message it was redrawing the entire client by Nicholas Marriott · 15 years ago
  72. ae2ea52 Instead of faking up a status line in status_redraw, use the same code to by Nicholas Marriott · 15 years ago
  73. 22d51ec Add a "back to indentation" key in copy mode to move the cursor to the first by Nicholas Marriott · 15 years ago
  74. 1ec736a Status line fixes: don't truncate status-right now the length calculation is by Nicholas Marriott · 15 years ago
  75. 50bd094 If the prompt is hidden or a password is sent with -U, zero it before freeing by Nicholas Marriott · 15 years ago
  76. 6521427 New session option, status-utf8, to control the interpretation of top-bit-set by Nicholas Marriott · 15 years ago
  77. 7d45e29 Add a UTF-8 aware string length function and make UTF-8 in by Nicholas Marriott · 15 years ago
  78. 35876ea Import tmux, a terminal multiplexor allowing (among other things) a single by Nicholas Marriott · 15 years ago