Age | Commit message (Expand) | Author |
2019-05-28 | Redraw status line if size changes, GitHub issue 1762. Also fix length | Nicholas Marriott |
2019-05-23 | Fix length calculation for pasting UTF-8 characters in the status line, | Nicholas Marriott |
2019-05-11 | Do not reduce window height by status line height for control mode | Nicholas Marriott |
2019-05-03 | Fix reverse attribute in status line, GitHub issue 1709. | Nicholas Marriott |
2019-04-26 | Merge hooks into options and make each one an array option. This allows | Nicholas Marriott |
2019-04-25 | options_array_item_value cannot return NULL. | Nicholas Marriott |
2019-04-23 | Somehow missed these bits in last commit. | Nicholas Marriott |
2019-04-23 | Indicate an array option with a flag rather than a special type so that | Nicholas Marriott |
2019-03-18 | Extend the #[] style syntax and use that together with previous format | Nicholas Marriott |
2019-03-18 | Make array options a sparse tree instead of an array of char * and | Nicholas Marriott |
2019-03-18 | With force, kill previous job before starting new. Fixes problem | Nicholas Marriott |
2019-03-16 | Use a pointer for the active screen in the status line instead of | Nicholas Marriott |
2019-03-16 | Give status_save_old the client so it can do the reinit too. | Nicholas Marriott |
2019-03-16 | Tidy and rename some bits of status line code. | Nicholas Marriott |
2019-03-15 | Move status line free into its own function. | Nicholas Marriott |
2019-03-14 | Store the time in the format tree rather than passing it around. | Nicholas Marriott |
2019-03-12 | DECRC and DECSC apparently need to preserve origin mode as well, based | Nicholas Marriott |
2019-02-09 | Completion of command-alias members. | Nicholas Marriott |
2018-10-18 | Support for windows larger than visible on the attached client. This has | Nicholas Marriott |
2018-08-29 | Keep any text killed in the command prompt with C-w and yank it with | Nicholas Marriott |
2018-08-29 | Add C-Left and C-Right as aliases for M-b and M-f. | Nicholas Marriott |
2018-08-22 | Add StatusLeft and StatusRight mouse key modifiers for the left and | Nicholas Marriott |
2018-08-20 | Move offset of window list into status struct. | Nicholas Marriott |
2018-08-19 | Add a client redraw-window flag instead of the redraw-all flag and for | Nicholas Marriott |
2018-02-22 | Remove an unused variable. | Nicholas Marriott |
2018-02-05 | Add struct status_line to hold status line members of struct client, not | Nicholas Marriott |
2018-01-01 | Add C-g at command prompt for emacs people, GitHub issue 1213. | Nicholas Marriott |
2017-12-27 | Draw command prompt correctly with status line off. | Nicholas Marriott |
2017-12-18 | Remove unused variable from Thomas Adam. | Nicholas Marriott |
2017-11-02 | Add a "fast" version of screen_write_copy for tree mode that doesn't do | Nicholas Marriott |
2017-10-20 | Clear status line with spaces again so reverse works, spotted by sthen. | Nicholas Marriott |
2017-10-16 | Infrastructure for drawing status lines of more than one line in height, | Nicholas Marriott |
2017-05-29 | Add a flag to stop the prompt input being expanded. | Nicholas Marriott |
2017-05-29 | Store a copy of the old status line, will be needed soon for new choose mode. | Nicholas Marriott |
2017-05-17 | Tidy command prompt callbacks and pass in the client. | Nicholas Marriott |
2017-05-03 | Add a format for the last search string in copy mode and fix the prompt | Nicholas Marriott |
2017-05-01 | In order that people can use formats like #D in #() in the status line | Nicholas Marriott |
2017-04-22 | Memory leak from David CARLIER. | Nicholas Marriott |
2017-02-09 | Break the message storage function into its own function, useful for | Nicholas Marriott |
2017-02-03 | Cache status line position to reduce option lookups during output. | Nicholas Marriott |
2017-02-03 | Add a window or pane id "tag" to each format tree and use it to separate | Nicholas Marriott |
2017-01-13 | Make options_get_string return const string. | Nicholas Marriott |
2017-01-06 | Incremental search in copy mode (on for emacs keys by default) - much | Nicholas Marriott |
2017-01-05 | Highlight all occurrences of search string after searching in copy mode. | Nicholas Marriott |
2016-12-07 | Do not clear the prompt when a message is shown, just leave it around and | Nicholas Marriott |
2016-10-12 | Drop the edit mode key tables and just use fixed key bindings for the | Nicholas Marriott |
2016-10-12 | The repeat prompt in both emacs and vi (and the old one in tmux) doesn't | Nicholas Marriott |
2016-10-11 | Fundamental change to how copy mode key bindings work: | Nicholas Marriott |
2016-10-11 | Support UTF-8 entry into the command prompt. | Nicholas Marriott |
2016-10-10 | Loads more static, except for cmd-*.c and window-*.c. | Nicholas Marriott |