Age | Commit message (Expand) | Author |
2010-05-26 | Move imsg into libutil and add a man page. | Nicholas Marriott |
2010-05-26 | Rename some imsg bits to make namespace collisions less likely buf to | Nicholas Marriott |
2010-05-25 | Don't die if the client has been detached when the job finishes, just | Nicholas Marriott |
2010-05-25 | Fix an out-of-date comment. | Nicholas Marriott |
2010-05-23 | Pass in the session, rather than the client, to window modes' key() | Nicholas Marriott |
2010-05-19 | Enhance paste-buffer to allow lines to be separated by any string, from | Nicholas Marriott |
2010-05-14 | Colour+attribute options for status line alerts, from Alex Alexander. | Nicholas Marriott |
2010-05-14 | Accept (and document) "none" instead of "default" for attributes as it | Nicholas Marriott |
2010-05-14 | Use $OpenBSD$. | Nicholas Marriott |
2010-05-12 | Catch SIGHUP and terminate if running as a client. This prevents clients | Joel Sing |
2010-05-05 | Identical behaviour to select-prompt can now be obtained with | Nicholas Marriott |
2010-05-04 | Put this back in with the initialisation in the right order. | Nicholas Marriott |
2010-05-04 | Revert last change, it appears to be broken somehow. | Nicholas Marriott |
2010-05-03 | Make signal handler setup/teardown two common functions instead of six, | Nicholas Marriott |
2010-05-03 | Make C-] and other punctuation-based control key combinations work again. | Ryan Thomas McBride |
2010-05-02 | sort options. | Igor Sobrado |
2010-04-28 | Make the active pane border have a green foreground instead of | Nicholas Marriott |
2010-04-28 | Fix crash when resizing in copy mode, when cursor can end up outside screen. | Nicholas Marriott |
2010-04-27 | imsg.h does not need sys/tree.h. | Nicholas Marriott |
2010-04-25 | Add a tiled layout, originally from Liam Bedford a while ago, fixed up | Nicholas Marriott |
2010-04-23 | When converting A-Z into a control character, want to subtract 64 not | Nicholas Marriott |
2010-04-21 | Mark zombie windows as dead in choose-window list, from Romain Francoise. | Nicholas Marriott |
2010-04-21 | Rewrite key string conversions to be readable and to work properly for | Nicholas Marriott |
2010-04-18 | Catch SIGCHLD to avoid a zombie, from patrick keshishian. | Nicholas Marriott |
2010-04-17 | Fix typo in escape state table leading to fatal() when \033} or \033~ | Nicholas Marriott |
2010-04-17 | If remain-on-exit is set, both the error callback and a SIGCHLD could | Nicholas Marriott |
2010-04-17 | Fix use-after-free of the window link when it is part of a grouped | Nicholas Marriott |
2010-04-07 | Remove XXX comment and just close received fd if calloc() fails. | Nicholas Marriott |
2010-04-06 | Merge copy mode and output mode, dropping the latter. Idea and code from | Nicholas Marriott |
2010-04-05 | Mention title setting, and the new default. | Nicholas Marriott |
2010-04-04 | rather than using an empty "" as the default window title, put the hostname | Bob Beck |
2010-04-04 | tweak; | Jason McIntyre |
2010-04-04 | Should be -s for src pane. | Nicholas Marriott |
2010-04-04 | Dead assignment, found with clang. | Nicholas Marriott |
2010-04-04 | Run job commands explicitly in the global enviroment (which can be | Nicholas Marriott |
2010-04-04 | Squash a function that is only called in a callback into the callback | Nicholas Marriott |
2010-03-31 | Don't accept keys with modifiers as input. Fixes crash reported by Brian | Nicholas Marriott |
2010-03-27 | Don't leak job command in #(). | Nicholas Marriott |
2010-03-27 | -a flag to insert a window after an existing one, moving other windows | Nicholas Marriott |
2010-03-26 | dispense with some wacky escape sequences; | Jason McIntyre |
2010-03-22 | Dead functions, lint. | Nicholas Marriott |
2010-03-22 | Reset output functions too when changing client after attaching, to | Nicholas Marriott |
2010-03-22 | paste-buffer should be per pane, from C. Coutinho. | Nicholas Marriott |
2010-03-22 | Nuke unused variable. | Nicholas Marriott |
2010-03-22 | Add vi-style "jump" commands for copy mode, from Micah Cowan. | Nicholas Marriott |
2010-03-22 | Support up, down, left, right movement through panes with -UDLR flags to | Nicholas Marriott |
2010-03-22 | Accept a full key match (not a partial) even if there is data left in | Nicholas Marriott |
2010-03-22 | New input parser based on http://vt100.net/emu/dec_ansi_parser. | Nicholas Marriott |
2010-03-14 | Fix a use-after-free when cancelling copy mode, or trying to repeat cancel. | Nicholas Marriott |
2010-03-02 | Permit keys in copy mode to be prefixed by a repeat count, entered with | Nicholas Marriott |