Age | Commit message (Expand) | Author |
2016-09-28 | Rate limit TIOCSWINSZ on a timer to avoid programs getting hammered with | Nicholas Marriott |
2016-09-16 | Swap watermarks from high (4096) to low (128) when we get full buffers | Nicholas Marriott |
2016-09-12 | Allow repeat count to be specified in mode key tables with bind-key -R, | Nicholas Marriott |
2016-09-04 | Add support for performing a full width split (with splitw -f), rather | Nicholas Marriott |
2016-09-02 | Remember the number of lines scrolled into the history (versus cleared | Nicholas Marriott |
2016-08-03 | Fix minimum size when pane status line is enabled, reported by Y Petremann. | Nicholas Marriott |
2016-07-15 | Tweak output of environment logging. | Nicholas Marriott |
2016-07-15 | Log environment to new panes. | Nicholas Marriott |
2016-07-15 | Don't update cells in each block of data read from a pane immediately, | Nicholas Marriott |
2016-07-15 | Instead of representing colours in several different forms with various | Nicholas Marriott |
2016-06-16 | Allow a command to be specified to display-panes, similar to | Nicholas Marriott |
2016-06-15 | Copy mode needs to keep the original grid intact so it can copy from it | Nicholas Marriott |
2016-06-06 | Cache selected state so that cells going from selected to unselected are not | Nicholas Marriott |
2016-06-06 | Insert new panes after the pane being split in the list rather than | Nicholas Marriott |
2016-05-30 | Cache the window styles and do not look up the window-style options | Nicholas Marriott |
2016-05-27 | Use getprogname() instead of __progname to make portability easier. | Nicholas Marriott |
2016-05-12 | - Rework load_cfg() error handling a little. | Tim van der Molen |
2016-05-01 | Use the same code for half page scrolling as full, from Michal Mazurek. | Nicholas Marriott |
2016-04-30 | tty_client_ready can not be internal to tty.c again. | Nicholas Marriott |
2016-04-29 | Add option to include status text in the pane borders. If | Nicholas Marriott |
2016-04-29 | The backoff timer is causing no end of trouble with disconnected clients | Nicholas Marriott |
2016-04-29 | Make the grid_cell passed into screen_write_* const. | Nicholas Marriott |
2016-04-27 | Add next/previous paragraph, from J Raynor. | Nicholas Marriott |
2016-03-18 | Instead of reusing MouseUp at the finish of a drag, add a new key | Nicholas Marriott |
2016-03-02 | Handle wcwidth() and mbtowc() failures in better style and drop | Nicholas Marriott |
2016-03-01 | Use system wcwidth() instead of carrying around UTF-8 width tables. | Nicholas Marriott |
2016-01-31 | Whoops, need this for the previous reverse trim commit too. | Nicholas Marriott |
2016-01-29 | Support for RGB colour, using the extended cell mechanism to avoid | Nicholas Marriott |
2016-01-19 | Split out getting the current state from the target search so it can be | Nicholas Marriott |
2016-01-19 | I no longer use my SourceForge address so replace it. | Nicholas Marriott |
2016-01-16 | Add hooks for alerts (bell, silence, activity), from Thomas Adam. | Nicholas Marriott |
2016-01-15 | A couple of missing printflike attributes, from Andrey Starodubtsev. | Nicholas Marriott |
2015-12-16 | send-keys -R should reset the input parser to ground state (so it can be | Nicholas Marriott |
2015-12-16 | Add infrastructure to work out the best target given a pane or window | Nicholas Marriott |
2015-12-15 | Some hooks API changes to fire a hook while waiting another cmdq and | Nicholas Marriott |
2015-12-15 | Make the marked pane a cmd_find_state. | Nicholas Marriott |
2015-12-14 | Use cmd_find_clear_state instead of an extra function doing the same. | Nicholas Marriott |
2015-12-14 | Instead of combined flags for -c, -s, -t, split into different sets | Nicholas Marriott |
2015-12-13 | Use member names in cmd_entry definitions so I stop getting confused | Nicholas Marriott |
2015-12-13 | -c needs to be able for fail for display-message. | Nicholas Marriott |
2015-12-13 | Use struct cmd_find_state directly and remove cmd_state_flag, also | Nicholas Marriott |
2015-12-13 | Change cmd_find_target to use a state struct from the caller. | Nicholas Marriott |
2015-12-13 | Remove the cmd_find_{session,window,pane,index} functions (which are | Nicholas Marriott |
2015-12-13 | Instead of every command resolving the target (-t or -s) itself, prepare | Nicholas Marriott |
2015-12-12 | Add key-table option to set the default key table for a session, allows | Nicholas Marriott |
2015-12-12 | Allow prefix and prefix2 to be set to None to disable (useful if you | Nicholas Marriott |
2015-12-11 | Style nits and line wrapping of function declarations. | Nicholas Marriott |
2015-12-11 | We cannot do hooks_find and then hooks_remove because it might have come | Nicholas Marriott |
2015-12-11 | Add cmdq as an argument to format_create and add a format for the | Nicholas Marriott |
2015-12-08 | Remove format_create_flags and just pass flags to format_create. | Nicholas Marriott |