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