Age | Commit message (Expand) | Author |
2020-02-14 | Fix top/bottom pane calculation with pane border status enabled, | Nicholas Marriott |
2020-01-13 | Treat plausible but invalid keys (like C-BSpace) as literal like any | Nicholas Marriott |
2019-12-12 | Rewrite the code for reading and writing files. Now, if the client is | Nicholas Marriott |
2019-11-28 | Make a best effort to set xpixel and ypixel for each pane and add | Nicholas Marriott |
2019-10-28 | Start with empty rather than NULL window name to avoid NULL printf if | Nicholas Marriott |
2019-09-10 | Make client exit if pane where input is going is closed. | Nicholas Marriott |
2019-08-28 | The resize event was never deciding to actually resize the pane if there | Nicholas Marriott |
2019-08-14 | Add -Z flag to rotate-window, select-pane, swap-pane, switch-client to | Nicholas Marriott |
2019-06-30 | Do not double free window if pane fails to start. | Nicholas Marriott |
2019-06-26 | Fix a typo in window_pane_find_down (w not wp) and a missing PANE_STATUS_TOP. | Nicholas Marriott |
2019-06-26 | Log window and pane resizes. | Nicholas Marriott |
2019-06-26 | Add #define for the pane status line option position numbers. | Nicholas Marriott |
2019-06-24 | Trim trailing spaces when matching. | Nicholas Marriott |
2019-06-20 | allow-rename and alternate-screen can be pane options. | Nicholas Marriott |
2019-06-20 | Add a per-pane option set. Pane options inherit from window options (so | Nicholas Marriott |
2019-06-18 | Add a cmdq_continue function rather than twiddling the flag directly. | Nicholas Marriott |
2019-06-13 | Add regular expression support for the format search, match and | Nicholas Marriott |
2019-06-09 | Exiting alternate screen mode should restore cursor position and | Nicholas Marriott |
2019-05-30 | Remove a leftover abort and some fixes from cppcheck. | 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-04-26 | Destroy panes before options to avoid crash when forced into a mode by a | Nicholas Marriott |
2019-04-17 | Break new window and pane creation common code from various commands and | Nicholas Marriott |
2019-03-18 | Free temporary screens when writing format. | Nicholas Marriott |
2019-03-18 | Extend the #[] style syntax and use that together with previous format | Nicholas Marriott |
2019-03-18 | Mode init needs to be fired with the mode on the list or it will not be | Nicholas Marriott |
2019-03-18 | Add format variables for the default formats for the various modes | 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 | 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-07 | Add a separate mode struct for the active window mode if any. | Nicholas Marriott |
2018-12-18 | Pass window into mode functions. | Nicholas Marriott |
2018-11-30 | Clear PANE_EXITED flag when starting new child process in case the pane | Nicholas Marriott |
2018-11-19 | evbuffer_new and bufferevent_new can both fail (when malloc fails) and | Nicholas Marriott |
2018-10-18 | Support for windows larger than visible on the attached client. This has | Nicholas Marriott |
2018-08-05 | calloc the mode data instead of malloc and initialize everything. | Nicholas Marriott |
2018-08-02 | Log command arguments. | Nicholas Marriott |
2018-05-24 | Make server_client_get_cwd used (almost) everywhere we need to work out | Nicholas Marriott |
2018-05-24 | Improve logging of the environment etc for new panes. | Nicholas Marriott |
2018-03-16 | Insert full size panes at the right position, from KOIE Hidetaka in | Nicholas Marriott |
2017-11-09 | If we successfully change the directory, set PWD too to give the shell a | Nicholas Marriott |
2017-10-12 | Show exit status and time in the remain-on-exit pane text, mostly from | Nicholas Marriott |
2017-08-28 | Do not forbid targets to specify non-visible panes - the checks for | Nicholas Marriott |
2017-07-14 | Because ignore SIGCHLD early, letting signal_del restore it doesn't work | Nicholas Marriott |
2017-07-12 | Block signals between forking and clearing signal handlers (or calling | Nicholas Marriott |
2017-07-12 | Move signal code into proc.c. | Nicholas Marriott |
2017-07-03 | Change previous to not wait for both process exit and pty close - | Nicholas Marriott |
2017-07-03 | Do not close panes until process has exited and any outstanding data | Nicholas Marriott |
2017-06-28 | Apply the xterm key flag when needed for send-keys, fixes problem | Nicholas Marriott |