summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2010-04-25Add a tiled layout, originally from Liam Bedford a while ago, fixed upNicholas Marriott
2010-04-23When converting A-Z into a control character, want to subtract 64 notNicholas Marriott
2010-04-21Mark zombie windows as dead in choose-window list, from Romain Francoise.Nicholas Marriott
2010-04-21Rewrite key string conversions to be readable and to work properly forNicholas Marriott
2010-04-18Catch SIGCHLD to avoid a zombie, from patrick keshishian.Nicholas Marriott
2010-04-17Fix typo in escape state table leading to fatal() when \033} or \033~Nicholas Marriott
2010-04-17If remain-on-exit is set, both the error callback and a SIGCHLD couldNicholas Marriott
2010-04-17Fix use-after-free of the window link when it is part of a groupedNicholas Marriott
2010-04-07Remove XXX comment and just close received fd if calloc() fails.Nicholas Marriott
2010-04-06Merge copy mode and output mode, dropping the latter. Idea and code fromNicholas Marriott
2010-04-05Mention title setting, and the new default.Nicholas Marriott
2010-04-04rather than using an empty "" as the default window title, put the hostnameBob Beck
2010-04-04tweak;Jason McIntyre
2010-04-04Should be -s for src pane.Nicholas Marriott
2010-04-04Dead assignment, found with clang.Nicholas Marriott
2010-04-04Run job commands explicitly in the global enviroment (which can beNicholas Marriott
2010-04-04Squash a function that is only called in a callback into the callbackNicholas Marriott
2010-03-31Don't accept keys with modifiers as input. Fixes crash reported by BrianNicholas Marriott
2010-03-27Don't leak job command in #().Nicholas Marriott
2010-03-27-a flag to insert a window after an existing one, moving other windowsNicholas Marriott
2010-03-26dispense with some wacky escape sequences;Jason McIntyre
2010-03-22Dead functions, lint.Nicholas Marriott
2010-03-22Reset output functions too when changing client after attaching, toNicholas Marriott
2010-03-22paste-buffer should be per pane, from C. Coutinho.Nicholas Marriott
2010-03-22Nuke unused variable.Nicholas Marriott
2010-03-22Add vi-style "jump" commands for copy mode, from Micah Cowan.Nicholas Marriott
2010-03-22Support up, down, left, right movement through panes with -UDLR flags toNicholas Marriott
2010-03-22Accept a full key match (not a partial) even if there is data left inNicholas Marriott
2010-03-22New input parser based on http://vt100.net/emu/dec_ansi_parser.Nicholas Marriott
2010-03-14Fix a use-after-free when cancelling copy mode, or trying to repeat cancel.Nicholas Marriott
2010-03-02Permit keys in copy mode to be prefixed by a repeat count, entered withNicholas Marriott
2010-03-01Extend the end-of-line key so that in normal mode a second press movesNicholas Marriott
2010-03-01Check for colour and attribute modifications early so the translatedNicholas Marriott
2010-02-24Typo fix from Tim van der Molen.Nicholas Marriott
2010-02-24Don't set the terminal to nonblocking on detach until we have finished with itNicholas Marriott
2010-02-22Option to set the characters considered word separators in copy mode, fromNicholas Marriott
2010-02-22In load-buffer, read until EOF rather than using stat() and reading a fixedNicholas Marriott
2010-02-22Another copy mode fix from Micah Cowan: in rectangle copy mode, the cursorNicholas Marriott
2010-02-22Display -t argument to new-session, from Tiago Cunha.Nicholas Marriott
2010-02-19have_arg matches buf so it is no longer necessary, spotted by Tim van derNicholas Marriott
2010-02-19copy mode uses the real screen as backing and if it is updated while copying,Nicholas Marriott
2010-02-17Make next-word stop at beginning of word even if it is at the start of theNicholas Marriott
2010-02-17Man page additions/improvements, thanks to Robin Lee Powell.Nicholas Marriott
2010-02-17Don't strip add newline if only copying part of wrapped line. Problem spottedNicholas Marriott
2010-02-11Add "N" key to search the opposite way from the last search (reverse of "n"),Nicholas Marriott
2010-02-10Clarify default status-right, from Seth Wright.Nicholas Marriott
2010-02-08Add an option to disable the smcup/rmcup alternate screen behaviour insideNicholas Marriott
2010-02-07next-layout is bound to Space not C-Space.Nicholas Marriott
2010-02-06Use the array.h code for the causes list.Nicholas Marriott
2010-02-06Support attaching a client read-only with a new -r flag to the attach-sessionNicholas Marriott