summaryrefslogtreecommitdiff
path: root/usr.bin/tmux
AgeCommit message (Expand)Author
2014-10-08Add xreallocarray and remove nmemb argument from xrealloc.Nicholas Marriott
2014-10-08Use xrealloc(NULL, n, m) instead of xmalloc(n * m) to get overflowNicholas Marriott
2014-10-02Top function key is F12 now.Nicholas Marriott
2014-10-02Take account of window-status-separator when checking window position,Nicholas Marriott
2014-10-02Update status when pane selected with mouse, from Balazs Kezes.Nicholas Marriott
2014-10-02Copy ACS characters as UTF-8, from Balazs Kezes.Nicholas Marriott
2014-10-01Call waitpid on SIGCHLD even if client not attached, it is possible (onNicholas Marriott
2014-09-25Support using pane id as part of session or window specifier (so %1Nicholas Marriott
2014-09-25Support ! for last pane.Nicholas Marriott
2014-09-17Fix some comments (c -> colour) and join unnecessary line splits.Nicholas Marriott
2014-09-08Add window_last_flag and window_zoomed_flag. From John Morrissey.Nicholas Marriott
2014-09-01Fix typo (paneas -> panes).Nicholas Marriott
2014-09-01Wake up any clients waiting with the wait-for command when the serverNicholas Marriott
2014-09-01Various minor style and spacing nits.Nicholas Marriott
2014-08-25Don't allow pasting into input-disabled panes, from Anish R Athalye.Nicholas Marriott
2014-08-11No need to repeat other-end more than once, from Juho Pohjala. Also addNicholas Marriott
2014-08-11Fix two copy mode problems:Nicholas Marriott
2014-08-11Add flags to selectp to enable and disable input to a pane, from AnishNicholas Marriott
2014-08-09Remove support for the continuous reporting "any" mouse mode which neverNicholas Marriott
2014-07-21Revert the up/down wheel emulation for now, there will be a better wayNicholas Marriott
2014-07-21lockf is entirely useless and it was a mistake to change to it, go backNicholas Marriott
2014-07-21Drop explicit support for F13-F20 and change to match the xterm terminfoNicholas Marriott
2014-07-13Show an error if cmd_find_session can't find the current session, likeNicholas Marriott
2014-07-13An EOF is a good reason to close a connection.Kenneth R Westerback
2014-07-13If a client is killed while suspended with ^Z so has gone through theNicholas Marriott
2014-07-04Track whether a process is a zombie or not yet fully built via flagsPhilip Guenther
2014-06-25Handle escaped back slashes and missing new lines at end of line by usingTobias Stoeckmann
2014-06-23Allow keys and send-keys to invisible panes, from saggy-kun at users dotNicholas Marriott
2014-06-23Count mouse clicks correctly, from Balazs Kezes.Nicholas Marriott
2014-06-20Comment style nits.Nicholas Marriott
2014-06-20Make -S- and -E- mean the start and end to capture-pane to avoid havingNicholas Marriott
2014-06-19Copy newline when at EOL in vi(1) mode, from Balazs Kezes.Nicholas Marriott
2014-06-19Reset the buttons when the wheel is used, from Balazs Kezes.Nicholas Marriott
2014-06-19Some terminals send spurious releases for mouse wheel in SGR mouse mode,Nicholas Marriott
2014-06-06Properly track switching G0 and G1 modes between US-ASCII and VT100 lineNicholas Marriott
2014-06-05Reset properly when c0-change-trigger is increased from zero so panesNicholas Marriott
2014-05-27Handle the top bit of xterm(1)-style modifier keys, based on a diff fromNicholas Marriott
2014-05-27Add some formats for pane bounds.Nicholas Marriott
2014-05-14Change key-table to mode-table to allow for some future work. From KeithNicholas Marriott
2014-05-14Simplify copy lines, from Keith Amling.Nicholas Marriott
2014-05-14Now that cmdlists are reference counted, there is no need for two-stepNicholas Marriott
2014-05-13Don't allow multiple buffers with the same name, from Thomas Adam.Nicholas Marriott
2014-05-13If multiple arguments are given to new-session, new-window,Nicholas Marriott
2014-05-13Add a copy mode key binding to copy to a named buffer. From J Raynor.Nicholas Marriott
2014-05-13Add support for named buffers. If you don't name a buffer, things workNicholas Marriott
2014-05-09Just use char ** for argv like normal people, not char *const *.Nicholas Marriott
2014-05-08Send up and down keys for mouse wheel in alternate screen mode (when itNicholas Marriott
2014-05-08Instead of forcing mouse scroll to 1 in choose mode, scale it downNicholas Marriott
2014-05-08Plug a memory leak, from J Raynor.Nicholas Marriott
2014-05-08Both the two previous ways of navigating panes by direction haveNicholas Marriott