Age | Commit message (Expand) | Author |
2019-04-28 | Support multiple occurances of the same argument. Use this for a new | Nicholas Marriott |
2019-04-26 | Merge hooks into options and make each one an array option. This allows | Nicholas Marriott |
2019-04-25 | Make options_tostring allocate its result instead of using a stack | Nicholas Marriott |
2019-04-23 | Indicate an array option with a flag rather than a special type so that | Nicholas Marriott |
2019-04-17 | Break new window and pane creation common code from various commands and | Nicholas Marriott |
2019-04-02 | Add an argument to copy commands to set the prefix for the buffer name, | Nicholas Marriott |
2019-04-02 | Store and restore cursor across reflow by working out a position based | Nicholas Marriott |
2019-03-25 | Add StatusDefault binding for the mouse on any otherwise unassigned | Nicholas Marriott |
2019-03-20 | Improve cursor positioning after reflow by storing the position as an | Nicholas Marriott |
2019-03-18 | The individual -fg, -bg and -attr options have been deprecated (in | Nicholas Marriott |
2019-03-18 | Extend the #[] style syntax and use that together with previous format | Nicholas Marriott |
2019-03-18 | Add format variables for the default formats for the various modes | Nicholas Marriott |
2019-03-18 | Make array options a sparse tree instead of an array of char * and | Nicholas Marriott |
2019-03-16 | Use a pointer for the active screen in the status line instead of | Nicholas Marriott |
2019-03-16 | Tidy and rename some bits of status line code. | Nicholas Marriott |
2019-03-15 | Add a way to set individual defaults for an array option. | Nicholas Marriott |
2019-03-15 | Move status line free into its own function. | Nicholas Marriott |
2019-03-15 | Remove unused member of struct client. | Nicholas Marriott |
2019-03-15 | Add a -v flag to display-message to show verbose messages as the format | Nicholas Marriott |
2019-03-14 | Store the time in the format tree rather than passing it around. | Nicholas Marriott |
2019-03-14 | Add a wrapper (struct style) around styles rather than using the | Nicholas Marriott |
2019-03-14 | Do not use const on struct window_pane, it causes more trouble than it | Nicholas Marriott |
2019-03-12 | Set a flag on cells are genuinely empty (cleared and never written to) | Nicholas Marriott |
2019-03-12 | DECRC and DECSC apparently need to preserve origin mode as well, based | Nicholas Marriott |
2019-03-12 | Fix HPA in origin mode. | Nicholas Marriott |
2019-03-12 | Fix resizing of control clients, should be ignored until SIZECHANGED flag set. | Nicholas Marriott |
2019-03-12 | Allow multiple modes to be open in a pane. A stack of open modes is kept | Nicholas Marriott |
2019-03-12 | Add support for origin mode (DECOM, SM/RM ?6), from Marc Reisner. | Nicholas Marriott |
2019-03-08 | Make the mode used to view command output (a variant of copy mode) use | Nicholas Marriott |
2019-03-07 | Add a separate mode struct for the active window mode if any. | Nicholas Marriott |
2019-03-07 | Make adding mode formats a function pointer as well. | Nicholas Marriott |
2019-02-16 | Use starting client cwd in config file, GitHub issue 1606. | Nicholas Marriott |
2018-12-18 | Pass window into mode functions. | Nicholas Marriott |
2018-11-22 | Do not use PWD unless it actually matches the real working directory. | Nicholas Marriott |
2018-10-25 | Add a "terminal" colour which can be used instead of "default" in style | Nicholas Marriott |
2018-10-18 | Support for windows larger than visible on the attached client. This has | Nicholas Marriott |
2018-10-18 | Support for extended underline styles on terminals which offer them, | Nicholas Marriott |
2018-10-03 | Do not move the cursor when the mouse wheel is used, GitHub issue 1493. | Nicholas Marriott |
2018-09-25 | Allow panes to be 1 line or column by redrawing instead of using the | Nicholas Marriott |
2018-08-29 | Keep any text killed in the command prompt with C-w and yank it with | Nicholas Marriott |
2018-08-23 | Move job struct into job.c. | 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 flag to force redrawing of the status line even if the content | Nicholas Marriott |
2018-08-19 | Add a client redraw-window flag instead of the redraw-all flag and for | Nicholas Marriott |
2018-08-18 | SESSION_UNATTACHED flag is no longer necessary now we have an attached | Nicholas Marriott |
2018-08-18 | Some tidying and helper functions. | Nicholas Marriott |
2018-08-09 | Bump the UTF-8 character array up to 18 to allow for more combining | Nicholas Marriott |
2018-08-02 | Log command arguments. | Nicholas Marriott |
2018-08-02 | session_groups can be static also. | Nicholas Marriott |