| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Do not use const on struct window_pane, it causes more trouble than it |  nicm | 2019-03-14 | 1 | -2/+2 |
* | Fix resizing of control clients, should be ignored until SIZECHANGED flag set. |  nicm | 2019-03-12 | 1 | -3/+3 |
* | Allow multiple modes to be open in a pane. A stack of open modes is kept |  nicm | 2019-03-12 | 1 | -27/+62 |
* | Add a separate mode struct for the active window mode if any. |  nicm | 2019-03-07 | 1 | -12/+16 |
* | Pass window into mode functions. |  nicm | 2018-12-18 | 1 | -3/+3 |
* | Clear PANE_EXITED flag when starting new child process in case the pane |  nicm | 2018-11-30 | 1 | -1/+5 |
* | evbuffer_new and bufferevent_new can both fail (when malloc fails) and |  nicm | 2018-11-19 | 1 | -1/+3 |
* | Support for windows larger than visible on the attached client. This has |  nicm | 2018-10-18 | 1 | -39/+23 |
* | calloc the mode data instead of malloc and initialize everything. |  nicm | 2018-08-05 | 1 | -2/+1 |
* | Log command arguments. |  nicm | 2018-08-02 | 1 | -3/+2 |
* | Make server_client_get_cwd used (almost) everywhere we need to work out |  nicm | 2018-05-24 | 1 | -2/+3 |
* | Improve logging of the environment etc for new panes. |  nicm | 2018-05-24 | 1 | -4/+7 |
* | Insert full size panes at the right position, from KOIE Hidetaka in |  nicm | 2018-03-16 | 1 | -5/+11 |
* | If we successfully change the directory, set PWD too to give the shell a |  nicm | 2017-11-09 | 1 | -5/+10 |
* | Show exit status and time in the remain-on-exit pane text, mostly from |  nicm | 2017-10-12 | 1 | -1/+2 |
* | Do not forbid targets to specify non-visible panes - the checks for |  nicm | 2017-08-28 | 1 | -12/+9 |
* | Because ignore SIGCHLD early, letting signal_del restore it doesn't work |  nicm | 2017-07-14 | 1 | -2/+2 |
* | Block signals between forking and clearing signal handlers (or calling |  nicm | 2017-07-12 | 1 | -6/+14 |
* | Move signal code into proc.c. |  nicm | 2017-07-12 | 1 | -2/+2 |
* | Change previous to not wait for both process exit and pty close - |  nicm | 2017-07-03 | 1 | -6/+10 |
* | Do not close panes until process has exited and any outstanding data |  nicm | 2017-07-03 | 1 | -2/+19 |
* | Apply the xterm key flag when needed for send-keys, fixes problem |  nicm | 2017-06-28 | 1 | -2/+2 |
* | Be more strict about escape sequences that rename windows or set titles: |  nicm | 2017-06-04 | 1 | -2/+3 |
* | Because we defer actually resizing applications (calling TIOCSWINSZ) |  nicm | 2017-05-31 | 1 | -3/+3 |
* | Rewrite of choose mode, both to simplify and tidy the code and to add |  nicm | 2017-05-30 | 1 | -29/+4 |
* | Add ||, && format operators and C: to search pane content. |  nicm | 2017-05-29 | 1 | -2/+26 |
* | Store copy mode search string in pane so search-again command works even |  nicm | 2017-05-12 | 1 | -1/+2 |
* | Some new notifications, mainly for active pane and current window and |  nicm | 2017-05-04 | 1 | -3/+12 |
* | Log what is happening with window and session reference counts much more |  nicm | 2017-04-28 | 1 | -9/+15 |
* | Remove a reference from the right window when removing from a winlink's |  nicm | 2017-04-28 | 1 | -2/+2 |
* | Use fdforkpty() instead of our own unwrapped versions. |  nicm | 2017-04-20 | 1 | -2/+2 |
* | Now that struct winlink has a session pointer, can remove some arguments. |  nicm | 2017-04-20 | 1 | -5/+5 |
* | There is no real need for window_printable_flags to allocate, make it |  nicm | 2017-04-20 | 1 | -5/+5 |
* | Fix pane movement by direction (up, down, left, right) when |  nicm | 2017-03-21 | 1 | -8/+10 |
* | Log where panes are created. |  nicm | 2017-03-13 | 1 | -4/+8 |
* | If splitw -b is used, insert the new pane before the current one in the |  nicm | 2017-02-27 | 1 | -9/+12 |
* | Minor bits: fix an array size, add comment, make grid_cell_entry static. |  nicm | 2017-02-22 | 1 | -1/+2 |
* | Remove event watermarks, don't work well enough to be worth it. |  nicm | 2017-02-08 | 1 | -26/+3 |
* | Shorten a long line, and don't leak buffer in paste_add if size is zero. |  nicm | 2017-01-24 | 1 | -2/+3 |
* | Open /dev/ptm before pledge() and save it to be used for PTMGET later |  nicm | 2017-01-23 | 1 | -2/+2 |
* | Put all palette functions together in the file. |  nicm | 2017-01-12 | 1 | -21/+21 |
* | Erm the aixterm colours should start at 8, not 7. |  nicm | 2017-01-12 | 1 | -2/+2 |
* | Fix setting the palette of aixterm colours (90-97). |  nicm | 2017-01-12 | 1 | -5/+25 |
* | Add support for the OSC 4 and OSC 104 palette setting escape sequences, |  nicm | 2017-01-07 | 1 | -10/+51 |
* | Initialize modeprefix to 1 properly in window_pane_create, from Artem Fokin. |  nicm | 2016-11-16 | 1 | -1/+2 |
* | The target validity check used window_pane_visible but that may be false |  nicm | 2016-11-16 | 1 | -6/+12 |
* | Alerts are too slow, so rather than walking all sessions and windows, |  nicm | 2016-10-19 | 1 | -17/+24 |
* | Store the right size in the pipe offset for pipe-pane. |  nicm | 2016-10-18 | 1 | -2/+2 |
* | Use the notify name string instead of going via an enum and change |  nicm | 2016-10-16 | 1 | -4/+4 |
* | Give window_create and window_create1 better names. |  nicm | 2016-10-15 | 1 | -6/+6 |