1. dcc100f Use a macro-based mask for obtaining a key or modifier-set from the by Nicholas Marriott · 14 years ago
  2. 510ec3f Fix problems with window sizing seen by Raghavendra D Prabhu when by Nicholas Marriott · 14 years ago
  3. 43fa9a9 When the mode-mouse option is on, support dragging to make a selection by Nicholas Marriott · 14 years ago
  4. 1618f3e Move imsg into libutil and add a man page. by Nicholas Marriott · 15 years ago
  5. 4f5c5b3 Pass in the session, rather than the client, to window modes' key() by Nicholas Marriott · 15 years ago
  6. e0f4697 Identical behaviour to select-prompt can now be obtained with by Nicholas Marriott · 15 years ago
  7. c4a2fdf Put this back in with the initialisation in the right order. by Nicholas Marriott · 15 years ago
  8. af5e0bd Revert last change, it appears to be broken somehow. by Nicholas Marriott · 15 years ago
  9. ec1d37b Make signal handler setup/teardown two common functions instead of six, by Nicholas Marriott · 15 years ago
  10. ac9daf9 Merge copy mode and output mode, dropping the latter. Idea and code from by Nicholas Marriott · 15 years ago
  11. b02cd35 Run job commands explicitly in the global enviroment (which can be by Nicholas Marriott · 15 years ago
  12. 7425122 Squash a function that is only called in a callback into the callback function. by Nicholas Marriott · 15 years ago
  13. c550e66 Dead functions, lint. by Nicholas Marriott · 15 years ago
  14. 0ac6efa Add vi-style "jump" commands for copy mode, from Micah Cowan. by Nicholas Marriott · 15 years ago
  15. 6f04866 Support up, down, left, right movement through panes with -UDLR flags to by Nicholas Marriott · 15 years ago
  16. 4baafd8 New input parser based on http://vt100.net/emu/dec_ansi_parser. by Nicholas Marriott · 15 years ago
  17. 7bc3f5d Permit keys in copy mode to be prefixed by a repeat count, entered with by Nicholas Marriott · 15 years ago
  18. 3a89d1e copy mode uses the real screen as backing and if it is updated while copying, by Nicholas Marriott · 15 years ago
  19. 44ded35 Add "N" key to search the opposite way from the last search (reverse of "n"), by Nicholas Marriott · 15 years ago
  20. 4651180 Use the array.h code for the causes list. by Nicholas Marriott · 15 years ago
  21. bb53c20 Support attaching a client read-only with a new -r flag to the attach-session by Nicholas Marriott · 15 years ago
  22. 3ef3802 Rectangle copy support, from Robin Lee Powell. by Nicholas Marriott · 15 years ago
  23. 8aba77b Instead of bailing out on the first configuration file error, carry on, by Nicholas Marriott · 15 years ago
  24. 5e6a7c8 vi-style B, W and E keys in copy mode to navigate between words treating only by Nicholas Marriott · 15 years ago
  25. 06ce9da Add scroll-up/scroll-down for choose/more mode, from Micah Cowan. by Nicholas Marriott · 15 years ago
  26. 3e2cc2d Alter next-word to have vi-like movement behaviour, and add next-word-end with by Nicholas Marriott · 15 years ago
  27. 1e5a94f Top/bottom of history mode keys, diff from Micah Cowan, tweaked by me. by Nicholas Marriott · 15 years ago
  28. 6a45fab New command, join-pane, to split and move an existing pane into the space (like by Nicholas Marriott · 15 years ago
  29. 7e4f8b4 Options to set the colour of the pane borders, with different colours for the by Nicholas Marriott · 15 years ago
  30. 19ea306 Allow keys to be replaced and reorder the table so that terminfo-defined keys by Nicholas Marriott · 15 years ago
  31. 30962cb New server option, escape-time, to set the timeout used to detect if escapes by Nicholas Marriott · 15 years ago
  32. a4c9a80 Add "server options" which are server-wide and not bound to a session or by Nicholas Marriott · 15 years ago
  33. 6311bd1 Permit panes to be referred to as "top", "bottom", "top-left" etc, if the right by Nicholas Marriott · 15 years ago
  34. 15a64b8 Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last by Nicholas Marriott · 15 years ago
  35. 6c98626 Eliminate duplicate code and ease the passage for server-wide options by adding by Nicholas Marriott · 15 years ago
  36. 0926a23 New command, capture-pane, which copies the entire pane contents to a paste by Nicholas Marriott · 15 years ago
  37. 29a5931 Handle partial xterm function key sequences. by Nicholas Marriott · 15 years ago
  38. 106ee8f This doesn't need to be u_int. by Nicholas Marriott · 15 years ago
  39. 8cb410c Tidy up various bits of the paste code, make the data buffer char * and add by Nicholas Marriott · 15 years ago
  40. 4ca857e Remove a couple of unused arguments where possible, and add /* ARGSUSED */ to by Nicholas Marriott · 15 years ago
  41. 094bca5 Output the right keys for application and number keypad modes (they were the by Nicholas Marriott · 15 years ago
  42. 33b337f Change status line drawing to create the window list in a separate screen and by Nicholas Marriott · 15 years ago
  43. 543fb99 Two new options, window-status-format and window-status-current-format, which by Nicholas Marriott · 15 years ago
  44. ac5b7d5 Don't interpret #() for display-message, it usually doesn't make sense and may by Nicholas Marriott · 15 years ago
  45. a78cc98 Cleanup by moving various (mostly horrible) little bits handling UTF-8 grid by Nicholas Marriott · 15 years ago
  46. 8db145d Add a per-client log of status line messages displayed while that client by Nicholas Marriott · 15 years ago
  47. 10e05f9 Tweak a comment and add some spacing. by Nicholas Marriott · 15 years ago
  48. 76ef877 Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in the by Nicholas Marriott · 15 years ago
  49. 8e47966 Destroy panes immediately rather than checking them all every loop. by Nicholas Marriott · 15 years ago
  50. 5d39746 Zap unused functions, prompted by deraadt. by Nicholas Marriott · 15 years ago
  51. 2756437 Only need to chmod +x or -x the socket when a client is created, lost or by Nicholas Marriott · 15 years ago
  52. b92fcf2 Whoops, this is needed for last commit as well. by Nicholas Marriott · 15 years ago
  53. 80e0158 Switch the tty key tree over to an (unbalanced) ternary tree which allows by Nicholas Marriott · 15 years ago
  54. a790e16 Key flags are only used for initialisation so they are not needed in the main by Nicholas Marriott · 15 years ago
  55. 38e1394 Now all timers are events, there is no longer any need to wake up every 50 ms - by Nicholas Marriott · 15 years ago
  56. b58bf49 Switch tty key input over to happen on a read event. This is a bit more by Nicholas Marriott · 15 years ago
  57. 8044443 Convert the key repeat timer to an event. by Nicholas Marriott · 15 years ago
  58. 44d6a2c Change window name change to use a timer event rather than a gettimeofday() by Nicholas Marriott · 15 years ago
  59. 946ed97 Move status timer check into the global once-per-second timer, this could maybe by Nicholas Marriott · 15 years ago
  60. b1264a7 Use timeout events for the identify and message timers. by Nicholas Marriott · 15 years ago
  61. b3c4956 Don't reenlist the client imsg event every loop, instead have a small function by Nicholas Marriott · 15 years ago
  62. 5bebbd8 Bye-bye buffer*.c. by Nicholas Marriott · 15 years ago
  63. a02c7e8 Convert the window pane (pty master side) fd over to use a bufferevent. by Nicholas Marriott · 15 years ago
  64. 91ad830 Switch window pane pipe redirect fd over to a bufferevent. by Nicholas Marriott · 15 years ago
  65. 7342615 Switch tty fds over to a bufferevent. by Nicholas Marriott · 15 years ago
  66. 4d60913 Switch jobs over to use a bufferevent. by Nicholas Marriott · 15 years ago
  67. abf3a5d Initial changes to move tmux to libevent. by Nicholas Marriott · 15 years ago
  68. 0785f28 Add an activity time for clients, like for sessions, and change session and by Nicholas Marriott · 15 years ago
  69. 5761ab6 If it isn't available explicitly, work out the current client in a similar way by Nicholas Marriott · 15 years ago
  70. 5289da2 Change session and client activity and creation time members to have more by Nicholas Marriott · 15 years ago
  71. c95f1d1 tv member of struct paste_buffer is updated but not otherwise used, so remove by Nicholas Marriott · 15 years ago
  72. 86182f3 Double the escape timer (the time after a \033 is received before tmux gives up by Nicholas Marriott · 15 years ago
  73. 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
  74. dc3fdc8 If any client currently displaying a window pane has more than 1 KB of output by Nicholas Marriott · 15 years ago
  75. 37ffdff Move the poll registration functions into the server-*.c files. by Nicholas Marriott · 15 years ago
  76. fd2ef18 Rewrite xterm-keys code (both input and output) so that works (doesn't always by Nicholas Marriott · 15 years ago
  77. c92c2bf Support the (mostly new) function key+modifier caps (kIC-kIC7). Most of these by Nicholas Marriott · 15 years ago
  78. db4452d Rename keypad keys to something more useful. by Nicholas Marriott · 15 years ago
  79. 3a7636f Remove the -d flag to tmux and just use op/AX to detect default colours. by Nicholas Marriott · 15 years ago
  80. eddcc3d Split the server code handling clients, jobs and windows off into separate by Nicholas Marriott · 15 years ago
  81. 90ad041 Client tidying: get rid of client_ctx struct in favour of two variables in by Nicholas Marriott · 15 years ago
  82. a22c06a Remove unused function. by Nicholas Marriott · 15 years ago
  83. 1af09d6 Try to reduce the UTF-8 mess. by Nicholas Marriott · 15 years ago
  84. 62f234c UTF-8 combined character fixes. by Nicholas Marriott · 15 years ago
  85. d1e6388 Nuke stray blank line. by Nicholas Marriott · 15 years ago
  86. 43d62c1 Instead of having a complicated check to see if the cursor is in the last by Nicholas Marriott · 15 years ago
  87. ad566a8 Move lines into the history when scrolling even if the scroll region is not by Nicholas Marriott · 15 years ago
  88. 38df960 Add mode keys to move the cursor to the top, middle and bottom of the screen. by Nicholas Marriott · 15 years ago
  89. d7626cd When drawing lines that have wrapped naturally, don't force a newline but by Nicholas Marriott · 15 years ago
  90. 8608c69 When backspace is received at the beginning of a line and the previous line was by Nicholas Marriott · 15 years ago
  91. 687c4a9 Use relative cursor movement instead of absolute when possible and when by Nicholas Marriott · 15 years ago
  92. 7624599 Similarly add a tty_cursor_pane function to tidy up most of the calls. by Nicholas Marriott · 15 years ago
  93. 972a6f5 _absolute is redundant, just use tty_region. by Nicholas Marriott · 15 years ago
  94. f05b32f Cleanup: use two functions for region setting, one for absolute and one inside by Nicholas Marriott · 15 years ago
  95. 64b5f39 Add a pipe-pane command to allow a pane to be piped to a shell command, for by Nicholas Marriott · 15 years ago
  96. ff4b4e6 Collect status from dead jobs and don't invoke the callback until both by Nicholas Marriott · 15 years ago
  97. 4bc0f6e Clean up by introducing a wrapper struct for mouse clicks rather than passing by Nicholas Marriott · 15 years ago
  98. 095ecf2 Put all jobs on a global all_jobs list and use that in server.c instead of by Nicholas Marriott · 15 years ago
  99. 5aa49e6 Split list-panes off from list-windows. by Nicholas Marriott · 15 years ago
  100. 6bca92d Rather than running status-left, status-right and window title #() with popen by Nicholas Marriott · 15 years ago