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