aboutsummaryrefslogtreecommitdiff
path: root/window.c
Commit message (Expand)AuthorAge
* allow-rename and alternate-screen can be pane options.nicm2019-06-20
* Add a per-pane option set. Pane options inherit from window options (sonicm2019-06-20
* Add a cmdq_continue function rather than twiddling the flag directly.nicm2019-06-18
* Add regular expression support for the format search, match andnicm2019-06-13
* Exiting alternate screen mode should restore cursor position andnicm2019-06-09
* Remove a leftover abort and some fixes from cppcheck.nicm2019-05-30
* Do not use evbuffer_add_buffer because it is destructive and doesn'tnicm2019-05-07
* Allow panes to be empty (no command), output can be piped to them withnicm2019-05-03
* Destroy panes before options to avoid crash when forced into a mode by anicm2019-04-26
* Break new window and pane creation common code from various commands andnicm2019-04-17
* Free temporary screens when writing format.nicm2019-03-18
* Extend the #[] style syntax and use that together with previous formatnicm2019-03-18
* Mode init needs to be fired with the mode on the list or it will not benicm2019-03-18
* Add format variables for the default formats for the various modesnicm2019-03-18
* Add a wrapper (struct style) around styles rather than using thenicm2019-03-14
* Fix resizing of control clients, should be ignored until SIZECHANGED flag set.nicm2019-03-12
* Allow multiple modes to be open in a pane. A stack of open modes is keptnicm2019-03-12
* Add a separate mode struct for the active window mode if any.nicm2019-03-07
* Pass window into mode functions.nicm2018-12-18
* Clear PANE_EXITED flag when starting new child process in case the panenicm2018-11-30
* evbuffer_new and bufferevent_new can both fail (when malloc fails) andnicm2018-11-19
* Support for windows larger than visible on the attached client. This hasnicm2018-10-18
* calloc the mode data instead of malloc and initialize everything.nicm2018-08-05
* Log command arguments.nicm2018-08-02
* Make server_client_get_cwd used (almost) everywhere we need to work outnicm2018-05-24
* Improve logging of the environment etc for new panes.nicm2018-05-24
* Insert full size panes at the right position, from KOIE Hidetaka innicm2018-03-16
* If we successfully change the directory, set PWD too to give the shell anicm2017-11-09
* Show exit status and time in the remain-on-exit pane text, mostly fromnicm2017-10-12
* Do not forbid targets to specify non-visible panes - the checks fornicm2017-08-28
* Because ignore SIGCHLD early, letting signal_del restore it doesn't worknicm2017-07-14
* Block signals between forking and clearing signal handlers (or callingnicm2017-07-12
* Move signal code into proc.c.nicm2017-07-12
* Change previous to not wait for both process exit and pty close -nicm2017-07-03
* Do not close panes until process has exited and any outstanding datanicm2017-07-03
* Apply the xterm key flag when needed for send-keys, fixes problemnicm2017-06-28
* Be more strict about escape sequences that rename windows or set titles:nicm2017-06-04
* Because we defer actually resizing applications (calling TIOCSWINSZ)nicm2017-05-31
* Rewrite of choose mode, both to simplify and tidy the code and to addnicm2017-05-30
* Add ||, && format operators and C: to search pane content.nicm2017-05-29
* Store copy mode search string in pane so search-again command works evennicm2017-05-12
* Some new notifications, mainly for active pane and current window andnicm2017-05-04
* Log what is happening with window and session reference counts much morenicm2017-04-28
* Remove a reference from the right window when removing from a winlink'snicm2017-04-28
* Use fdforkpty() instead of our own unwrapped versions.nicm2017-04-20
* Now that struct winlink has a session pointer, can remove some arguments.nicm2017-04-20
* There is no real need for window_printable_flags to allocate, make itnicm2017-04-20
* Fix pane movement by direction (up, down, left, right) whennicm2017-03-21
* Log where panes are created.nicm2017-03-13
* If splitw -b is used, insert the new pane before the current one in thenicm2017-02-27