Age | Commit message (Expand) | Author |
2019-05-12 | Add simple menus to tree, client, buffer modes. | Nicholas Marriott |
2019-05-12 | Remove menu_create_from_items, I thought I would use it for some later | Nicholas Marriott |
2019-05-10 | Add support for simple menus usable with mouse or keyboard. New command | Nicholas Marriott |
2019-05-10 | Add a function to draw a simple menu onto a screen. | Nicholas Marriott |
2019-05-09 | Save mouse buttons as well as position. | Nicholas Marriott |
2019-05-09 | send-keys also needs to insert key commands in the right order. | Nicholas Marriott |
2019-05-08 | Add a flag to redraw only the overlay, and remove the overlay on resize. | Nicholas Marriott |
2019-05-07 | Move around the display-panes identify code to make it a bit more | Nicholas Marriott |
2019-05-07 | Treat keys in identify mode (display-panes) specially and handle them | Nicholas Marriott |
2019-05-07 | Do not use evbuffer_add_buffer because it is destructive and doesn't | Nicholas Marriott |
2019-05-03 | Allow panes to be empty (no command), output can be piped to them with | Nicholas Marriott |
2019-05-03 | Correct ordering when adding after an existing item. | Nicholas Marriott |
2019-05-03 | Instead of processing keys all together, put them up on the client | Nicholas Marriott |
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 |