| Commit message (Expand) | Author | Age |
* | Set a flag on cells are genuinely empty (cleared and never written to) | nicm | 2019-03-12 |
* | DECRC and DECSC apparently need to preserve origin mode as well, based | nicm | 2019-03-12 |
* | Fix HPA in origin mode. | nicm | 2019-03-12 |
* | Fix resizing of control clients, should be ignored until SIZECHANGED flag set. | nicm | 2019-03-12 |
* | Allow multiple modes to be open in a pane. A stack of open modes is kept | nicm | 2019-03-12 |
* | Add support for origin mode (DECOM, SM/RM ?6), from Marc Reisner. | nicm | 2019-03-12 |
* | Make the mode used to view command output (a variant of copy mode) use | nicm | 2019-03-08 |
* | Add a separate mode struct for the active window mode if any. | nicm | 2019-03-07 |
* | Make adding mode formats a function pointer as well. | nicm | 2019-03-07 |
* | Use starting client cwd in config file, GitHub issue 1606. | nicm | 2019-02-16 |
* | Pass window into mode functions. | nicm | 2018-12-18 |
* | Do not use PWD unless it actually matches the real working directory. | nicm | 2018-11-22 |
* | Add a "terminal" colour which can be used instead of "default" in style | nicm | 2018-10-25 |
* | Support for windows larger than visible on the attached client. This has | nicm | 2018-10-18 |
* | Support for extended underline styles on terminals which offer them, | nicm | 2018-10-18 |
* | Do not move the cursor when the mouse wheel is used, GitHub issue 1493. | nicm | 2018-10-03 |
* | Allow panes to be 1 line or column by redrawing instead of using the | nicm | 2018-09-25 |
* | Keep any text killed in the command prompt with C-w and yank it with | nicm | 2018-08-29 |
* | Move job struct into job.c. | nicm | 2018-08-23 |
* | Add StatusLeft and StatusRight mouse key modifiers for the left and | nicm | 2018-08-22 |
* | Move offset of window list into status struct. | nicm | 2018-08-20 |
* | Add a flag to force redrawing of the status line even if the content | nicm | 2018-08-19 |
* | Add a client redraw-window flag instead of the redraw-all flag and for | nicm | 2018-08-19 |
* | SESSION_UNATTACHED flag is no longer necessary now we have an attached | nicm | 2018-08-18 |
* | Some tidying and helper functions. | nicm | 2018-08-18 |
* | Bump the UTF-8 character array up to 18 to allow for more combining | nicm | 2018-08-09 |
* | Log command arguments. | nicm | 2018-08-02 |
* | session_groups can be static also. | nicm | 2018-08-02 |
* | Minor tidying. | nicm | 2018-08-02 |
* | Make display-panes block the client until a pane is chosen or it times out. | nicm | 2018-08-02 |
* | Move struct screen_sel into screen.c and tidy up members that are only | nicm | 2018-07-31 |
* | Remove a leftover unused struct. | nicm | 2018-07-30 |
* | Add an "Any" key to run a command if a key is pressed that is not bound | nicm | 2018-07-16 |
* | Add set-hook -R to run a hook immediately (useful to set multiple hooks | nicm | 2018-07-04 |
* | Add accessors for grid linedata member, for some future work. From Dan | nicm | 2018-07-04 |
* | Instead of working out which pane to resize with the mouse by walking | nicm | 2018-06-08 |
* | Make server_client_get_cwd used (almost) everywhere we need to work out | nicm | 2018-05-24 |
* | Change how display-message uses the client. Originally it was only | nicm | 2018-04-18 |
* | Add x and X to choose-tree (with a confirmation prompt) to kill an | nicm | 2018-04-10 |
* | Insert full size panes at the right position, from KOIE Hidetaka in | nicm | 2018-03-16 |
* | Add a missing client-detached hook when the server shuts down, and do | nicm | 2018-03-08 |
* | Add -Z flag to choose-tree, choose-client, choose-buffer to | nicm | 2018-02-28 |
* | Reflowing the grid in-place involved way too much memmove() for a big | nicm | 2018-02-16 |
* | Add struct status_line to hold status line members of struct client, not | nicm | 2018-02-05 |
* | Upstream ncurses has introduced terminfo capabilities to specify RGB | nicm | 2018-02-04 |
* | Remove unused hooks_run function, from Thomas Adam. | nicm | 2018-01-18 |
* | Report better error from server when socket create fails, GitHub issue | nicm | 2017-12-19 |
* | Add a common function for spreading out cells and use it for the two | nicm | 2017-11-15 |
* | Completely rewrite the reflow code to correctly handle double width | nicm | 2017-11-15 |
* | Support mouse on preview in tree mode. | nicm | 2017-11-03 |