Age | Commit message (Expand) | Author |
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 |
2017-06-04 | Be more strict about escape sequences that rename windows or set titles: | Nicholas Marriott |
2017-05-31 | Because we defer actually resizing applications (calling TIOCSWINSZ) | Nicholas Marriott |
2017-05-30 | Rewrite of choose mode, both to simplify and tidy the code and to add | Nicholas Marriott |
2017-05-29 | Add ||, && format operators and C: to search pane content. | Nicholas Marriott |
2017-05-12 | Store copy mode search string in pane so search-again command works even | Nicholas Marriott |
2017-05-04 | Some new notifications, mainly for active pane and current window and | Nicholas Marriott |
2017-04-28 | Log what is happening with window and session reference counts much more | Nicholas Marriott |
2017-04-28 | Remove a reference from the right window when removing from a winlink's | Nicholas Marriott |
2017-04-20 | Use fdforkpty() instead of our own unwrapped versions. | Nicholas Marriott |
2017-04-20 | Now that struct winlink has a session pointer, can remove some arguments. | Nicholas Marriott |
2017-04-20 | There is no real need for window_printable_flags to allocate, make it | Nicholas Marriott |
2017-03-21 | Fix pane movement by direction (up, down, left, right) when | Nicholas Marriott |
2017-03-13 | Log where panes are created. | Nicholas Marriott |
2017-02-27 | If splitw -b is used, insert the new pane before the current one in the | Nicholas Marriott |
2017-02-22 | Minor bits: fix an array size, add comment, make grid_cell_entry static. | Nicholas Marriott |
2017-02-08 | Remove event watermarks, don't work well enough to be worth it. | Nicholas Marriott |
2017-01-24 | Shorten a long line, and don't leak buffer in paste_add if size is zero. | Nicholas Marriott |
2017-01-23 | Open /dev/ptm before pledge() and save it to be used for PTMGET later | Nicholas Marriott |
2017-01-12 | Put all palette functions together in the file. | Nicholas Marriott |
2017-01-12 | Erm the aixterm colours should start at 8, not 7. | Nicholas Marriott |
2017-01-12 | Fix setting the palette of aixterm colours (90-97). | Nicholas Marriott |
2017-01-07 | Add support for the OSC 4 and OSC 104 palette setting escape sequences, | Nicholas Marriott |
2016-11-16 | Initialize modeprefix to 1 properly in window_pane_create, from Artem Fokin. | Nicholas Marriott |
2016-11-16 | The target validity check used window_pane_visible but that may be false | Nicholas Marriott |
2016-10-19 | Alerts are too slow, so rather than walking all sessions and windows, | Nicholas Marriott |
2016-10-18 | Store the right size in the pipe offset for pipe-pane. | Nicholas Marriott |
2016-10-16 | Use the notify name string instead of going via an enum and change | Nicholas Marriott |
2016-10-15 | Give window_create and window_create1 better names. | Nicholas Marriott |
2016-10-13 | Add support for BCE (background colour erase). This makes various escape | Nicholas Marriott |
2016-10-11 | Add static in window-*.c and move some internal functions out of tmux.h. | Nicholas Marriott |
2016-10-11 | Fundamental change to how copy mode key bindings work: | Nicholas Marriott |
2016-09-28 | Rate limit TIOCSWINSZ on a timer to avoid programs getting hammered with | Nicholas Marriott |
2016-09-16 | Swap watermarks from high (4096) to low (128) when we get full buffers | Nicholas Marriott |
2016-07-15 | Tweak output of environment logging. | Nicholas Marriott |
2016-07-15 | Log environment to new panes. | Nicholas Marriott |
2016-06-16 | Allow a command to be specified to display-panes, similar to | Nicholas Marriott |
2016-06-15 | Copy mode needs to keep the original grid intact so it can copy from it | Nicholas Marriott |
2016-06-06 | Insert new panes after the pane being split in the list rather than | Nicholas Marriott |