- c550e66 Dead functions, lint. by Nicholas Marriott · 15 years ago
- 0ac6efa Add vi-style "jump" commands for copy mode, from Micah Cowan. by Nicholas Marriott · 15 years ago
- 6f04866 Support up, down, left, right movement through panes with -UDLR flags to by Nicholas Marriott · 15 years ago
- 4baafd8 New input parser based on http://vt100.net/emu/dec_ansi_parser. by Nicholas Marriott · 15 years ago
- 7bc3f5d Permit keys in copy mode to be prefixed by a repeat count, entered with by Nicholas Marriott · 15 years ago
- 3a89d1e copy mode uses the real screen as backing and if it is updated while copying, by Nicholas Marriott · 15 years ago
- 44ded35 Add "N" key to search the opposite way from the last search (reverse of "n"), by Nicholas Marriott · 15 years ago
- 4651180 Use the array.h code for the causes list. by Nicholas Marriott · 15 years ago
- bb53c20 Support attaching a client read-only with a new -r flag to the attach-session by Nicholas Marriott · 15 years ago
- 3ef3802 Rectangle copy support, from Robin Lee Powell. by Nicholas Marriott · 15 years ago
- 8aba77b Instead of bailing out on the first configuration file error, carry on, by Nicholas Marriott · 15 years ago
- 5e6a7c8 vi-style B, W and E keys in copy mode to navigate between words treating only by Nicholas Marriott · 15 years ago
- 06ce9da Add scroll-up/scroll-down for choose/more mode, from Micah Cowan. by Nicholas Marriott · 15 years ago
- 3e2cc2d Alter next-word to have vi-like movement behaviour, and add next-word-end with by Nicholas Marriott · 15 years ago
- 1e5a94f Top/bottom of history mode keys, diff from Micah Cowan, tweaked by me. by Nicholas Marriott · 15 years ago
- 6a45fab New command, join-pane, to split and move an existing pane into the space (like by Nicholas Marriott · 15 years ago
- 7e4f8b4 Options to set the colour of the pane borders, with different colours for the by Nicholas Marriott · 15 years ago
- 19ea306 Allow keys to be replaced and reorder the table so that terminfo-defined keys by Nicholas Marriott · 15 years ago
- 30962cb New server option, escape-time, to set the timeout used to detect if escapes by Nicholas Marriott · 15 years ago
- a4c9a80 Add "server options" which are server-wide and not bound to a session or by Nicholas Marriott · 15 years ago
- 6311bd1 Permit panes to be referred to as "top", "bottom", "top-left" etc, if the right by Nicholas Marriott · 15 years ago
- 15a64b8 Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last by Nicholas Marriott · 15 years ago
- 6c98626 Eliminate duplicate code and ease the passage for server-wide options by adding by Nicholas Marriott · 15 years ago
- 0926a23 New command, capture-pane, which copies the entire pane contents to a paste by Nicholas Marriott · 15 years ago
- 29a5931 Handle partial xterm function key sequences. by Nicholas Marriott · 15 years ago
- 106ee8f This doesn't need to be u_int. by Nicholas Marriott · 15 years ago
- 8cb410c Tidy up various bits of the paste code, make the data buffer char * and add by Nicholas Marriott · 15 years ago
- 4ca857e Remove a couple of unused arguments where possible, and add /* ARGSUSED */ to by Nicholas Marriott · 15 years ago
- 094bca5 Output the right keys for application and number keypad modes (they were the by Nicholas Marriott · 15 years ago
- 33b337f Change status line drawing to create the window list in a separate screen and by Nicholas Marriott · 15 years ago
- 543fb99 Two new options, window-status-format and window-status-current-format, which by Nicholas Marriott · 15 years ago
- ac5b7d5 Don't interpret #() for display-message, it usually doesn't make sense and may by Nicholas Marriott · 15 years ago
- a78cc98 Cleanup by moving various (mostly horrible) little bits handling UTF-8 grid by Nicholas Marriott · 15 years ago
- 8db145d Add a per-client log of status line messages displayed while that client by Nicholas Marriott · 15 years ago
- 10e05f9 Tweak a comment and add some spacing. by Nicholas Marriott · 15 years ago
- 76ef877 Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in the by Nicholas Marriott · 15 years ago
- 8e47966 Destroy panes immediately rather than checking them all every loop. by Nicholas Marriott · 15 years ago
- 5d39746 Zap unused functions, prompted by deraadt. by Nicholas Marriott · 15 years ago
- 2756437 Only need to chmod +x or -x the socket when a client is created, lost or by Nicholas Marriott · 15 years ago
- b92fcf2 Whoops, this is needed for last commit as well. by Nicholas Marriott · 15 years ago
- 80e0158 Switch the tty key tree over to an (unbalanced) ternary tree which allows by Nicholas Marriott · 15 years ago
- a790e16 Key flags are only used for initialisation so they are not needed in the main by Nicholas Marriott · 15 years ago
- 38e1394 Now all timers are events, there is no longer any need to wake up every 50 ms - by Nicholas Marriott · 15 years ago
- b58bf49 Switch tty key input over to happen on a read event. This is a bit more by Nicholas Marriott · 15 years ago
- 8044443 Convert the key repeat timer to an event. by Nicholas Marriott · 15 years ago
- 44d6a2c Change window name change to use a timer event rather than a gettimeofday() by Nicholas Marriott · 15 years ago
- 946ed97 Move status timer check into the global once-per-second timer, this could maybe by Nicholas Marriott · 15 years ago
- b1264a7 Use timeout events for the identify and message timers. by Nicholas Marriott · 15 years ago
- b3c4956 Don't reenlist the client imsg event every loop, instead have a small function by Nicholas Marriott · 15 years ago
- 5bebbd8 Bye-bye buffer*.c. by Nicholas Marriott · 15 years ago
- a02c7e8 Convert the window pane (pty master side) fd over to use a bufferevent. by Nicholas Marriott · 15 years ago
- 91ad830 Switch window pane pipe redirect fd over to a bufferevent. by Nicholas Marriott · 15 years ago
- 7342615 Switch tty fds over to a bufferevent. by Nicholas Marriott · 15 years ago
- 4d60913 Switch jobs over to use a bufferevent. by Nicholas Marriott · 15 years ago
- abf3a5d Initial changes to move tmux to libevent. by Nicholas Marriott · 15 years ago
- 0785f28 Add an activity time for clients, like for sessions, and change session and by Nicholas Marriott · 15 years ago
- 5761ab6 If it isn't available explicitly, work out the current client in a similar way by Nicholas Marriott · 15 years ago
- 5289da2 Change session and client activity and creation time members to have more by Nicholas Marriott · 15 years ago
- c95f1d1 tv member of struct paste_buffer is updated but not otherwise used, so remove by Nicholas Marriott · 15 years ago
- 86182f3 Double the escape timer (the time after a \033 is received before tmux gives up by Nicholas Marriott · 15 years ago
- 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
- dc3fdc8 If any client currently displaying a window pane has more than 1 KB of output by Nicholas Marriott · 15 years ago
- 37ffdff Move the poll registration functions into the server-*.c files. by Nicholas Marriott · 15 years ago
- fd2ef18 Rewrite xterm-keys code (both input and output) so that works (doesn't always by Nicholas Marriott · 15 years ago
- c92c2bf Support the (mostly new) function key+modifier caps (kIC-kIC7). Most of these by Nicholas Marriott · 15 years ago
- db4452d Rename keypad keys to something more useful. by Nicholas Marriott · 15 years ago
- 3a7636f Remove the -d flag to tmux and just use op/AX to detect default colours. by Nicholas Marriott · 15 years ago
- eddcc3d Split the server code handling clients, jobs and windows off into separate by Nicholas Marriott · 15 years ago
- 90ad041 Client tidying: get rid of client_ctx struct in favour of two variables in by Nicholas Marriott · 15 years ago
- a22c06a Remove unused function. by Nicholas Marriott · 15 years ago
- 1af09d6 Try to reduce the UTF-8 mess. by Nicholas Marriott · 15 years ago
- 62f234c UTF-8 combined character fixes. by Nicholas Marriott · 15 years ago
- d1e6388 Nuke stray blank line. by Nicholas Marriott · 15 years ago
- 43d62c1 Instead of having a complicated check to see if the cursor is in the last by Nicholas Marriott · 15 years ago
- ad566a8 Move lines into the history when scrolling even if the scroll region is not by Nicholas Marriott · 15 years ago
- 38df960 Add mode keys to move the cursor to the top, middle and bottom of the screen. by Nicholas Marriott · 15 years ago
- d7626cd When drawing lines that have wrapped naturally, don't force a newline but by Nicholas Marriott · 15 years ago
- 8608c69 When backspace is received at the beginning of a line and the previous line was by Nicholas Marriott · 15 years ago
- 687c4a9 Use relative cursor movement instead of absolute when possible and when by Nicholas Marriott · 15 years ago
- 7624599 Similarly add a tty_cursor_pane function to tidy up most of the calls. by Nicholas Marriott · 15 years ago
- 972a6f5 _absolute is redundant, just use tty_region. by Nicholas Marriott · 15 years ago
- f05b32f Cleanup: use two functions for region setting, one for absolute and one inside by Nicholas Marriott · 15 years ago
- 64b5f39 Add a pipe-pane command to allow a pane to be piped to a shell command, for by Nicholas Marriott · 15 years ago
- ff4b4e6 Collect status from dead jobs and don't invoke the callback until both by Nicholas Marriott · 15 years ago
- 4bc0f6e Clean up by introducing a wrapper struct for mouse clicks rather than passing by Nicholas Marriott · 15 years ago
- 095ecf2 Put all jobs on a global all_jobs list and use that in server.c instead of by Nicholas Marriott · 15 years ago
- 5aa49e6 Split list-panes off from list-windows. by Nicholas Marriott · 15 years ago
- 6bca92d Rather than running status-left, status-right and window title #() with popen by Nicholas Marriott · 15 years ago
- 4658c06 New option, mouse-select-pane. If on, the mouse may be used to select the by Nicholas Marriott · 15 years ago
- 9dd72b9 Add "grouped sessions" which have independent name, options, current window and by Nicholas Marriott · 15 years ago
- b7d031c Support for individual session idle time locking. May be enabled by turning off by Nicholas Marriott · 15 years ago
- bf38a31 The UTF-8 detection idea doesn't work and I am reasonably happy with the by Nicholas Marriott · 15 years ago
- 35ca994 Remove scroll mode which is now redundant, copy mode should be used instead. by Nicholas Marriott · 15 years ago
- 9400fda Make C-Up and C-Down in copy mode scroll the screen up and down one line by Nicholas Marriott · 15 years ago
- 4ca2200 If no target client is specified to commands which accept one, try to guess the by Nicholas Marriott · 15 years ago
- 8fa1858 New lock-client and lock-session commands to lock an individual client or all by Nicholas Marriott · 15 years ago
- fecf8dc Remove PROMPT_HIDDEN code which is now unused. by Nicholas Marriott · 15 years ago
- 9200a0b Support -c like sh(1) to execute a command, useful when tmux is a login by Nicholas Marriott · 15 years ago
- b01dcd7 Remove the internal tmux locking and instead detach each client and run the by Nicholas Marriott · 15 years ago
- 962fa20 Trim some code by moving the ioctl(TIOCGWINSZ) after SIGWINCH from the client by Nicholas Marriott · 15 years ago