aboutsummaryrefslogtreecommitdiff
path: root/window.c
Commit message (Expand)AuthorAge
* Make client -c and -t handling common in cmd-queue.c and try to benicm2020-04-13
* Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make itsnicm2020-04-13
* Now that copy mode copies the pane content rather than keeping anicm2020-04-10
* Pass correct flags to fnmatch.nicm2020-04-09
* Change copy mode to make copy of the pane history so it does not need tonicm2020-04-06
* Move alternate screen into the screen rather than the pane.nicm2020-03-31
* Change input path so it doesn't require a pane.nicm2020-03-19
* FIx type for %u, from Thomas Adam.nicm2020-03-16
* Fix top/bottom pane calculation with pane border status enabled,nicm2020-02-14
* Treat plausible but invalid keys (like C-BSpace) as literal like anynicm2020-01-13
* Rewrite the code for reading and writing files. Now, if the client isnicm2019-12-12
* Make a best effort to set xpixel and ypixel for each pane and addnicm2019-11-28
* Start with empty rather than NULL window name to avoid NULL printf ifnicm2019-10-28
* Make client exit if pane where input is going is closed.nicm2019-09-10
* The resize event was never deciding to actually resize the pane if therenicm2019-08-28
* Add -Z flag to rotate-window, select-pane, swap-pane, switch-client tonicm2019-08-14
* Do not double free window if pane fails to start.nicm2019-06-30
* Fix a typo in window_pane_find_down (w not wp) and a missing PANE_STATUS_TOP.nicm2019-06-26
* Log window and pane resizes.nicm2019-06-26
* Add #define for the pane status line option position numbers.nicm2019-06-26
* Trim trailing spaces when matching.nicm2019-06-24
* 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