aboutsummaryrefslogtreecommitdiff
path: root/window.c
Commit message (Expand)AuthorAge
* Merge branch 'obsd-master'Thomas Adam2020-01-13
|\
| * Treat plausible but invalid keys (like C-BSpace) as literal like anynicm2020-01-13
* | Merge branch 'obsd-master'Thomas Adam2019-12-12
|\|
| * Rewrite the code for reading and writing files. Now, if the client isnicm2019-12-12
* | Fix bad merge.Nicholas Marriott2019-11-28
* | Merge branch 'obsd-master'Thomas Adam2019-11-28
|\|
| * Make a best effort to set xpixel and ypixel for each pane and addnicm2019-11-28
* | Merge branch 'obsd-master'Thomas Adam2019-10-28
|\|
| * Start with empty rather than NULL window name to avoid NULL printf ifnicm2019-10-28
* | Merge branch 'obsd-master'Thomas Adam2019-09-11
|\|
| * Make client exit if pane where input is going is closed.nicm2019-09-10
* | Merge branch 'obsd-master'Thomas Adam2019-08-28
|\|
| * The resize event was never deciding to actually resize the pane if therenicm2019-08-28
* | Merge branch 'obsd-master'Thomas Adam2019-08-15
|\|
| * Add -Z flag to rotate-window, select-pane, swap-pane, switch-client tonicm2019-08-14
* | Merge branch 'obsd-master'Thomas Adam2019-06-30
|\|
| * Do not double free window if pane fails to start.nicm2019-06-30
* | Merge branch 'obsd-master'Thomas Adam2019-06-26
|\|
| * Fix a typo in window_pane_find_down (w not wp) and a missing PANE_STATUS_TOP.nicm2019-06-26
* | Merge branch 'obsd-master'Thomas Adam2019-06-26
|\|
| * Log window and pane resizes.nicm2019-06-26
| * Add #define for the pane status line option position numbers.nicm2019-06-26
* | Merge branch 'obsd-master'Thomas Adam2019-06-24
|\|
| * Trim trailing spaces when matching.nicm2019-06-24
* | Merge branch 'obsd-master'Thomas Adam2019-06-20
|\|
| * allow-rename and alternate-screen can be pane options.nicm2019-06-20
* | Merge branch 'obsd-master'Thomas Adam2019-06-20
|\|
| * Add a per-pane option set. Pane options inherit from window options (sonicm2019-06-20
* | Merge branch 'obsd-master'Thomas Adam2019-06-18
|\|
| * Add a cmdq_continue function rather than twiddling the flag directly.nicm2019-06-18
* | Merge branch 'obsd-master'Thomas Adam2019-06-14
|\|
| * Add regular expression support for the format search, match andnicm2019-06-13
* | Merge branch 'obsd-master'Thomas Adam2019-06-09
|\|
| * Exiting alternate screen mode should restore cursor position andnicm2019-06-09
* | Merge branch 'obsd-master'Thomas Adam2019-05-30
|\|
| * Remove a leftover abort and some fixes from cppcheck.nicm2019-05-30
* | Merge branch 'obsd-master'Thomas Adam2019-05-07
|\|
| * Do not use evbuffer_add_buffer because it is destructive and doesn'tnicm2019-05-07
* | Merge branch 'obsd-master'Thomas Adam2019-05-03
|\|
| * Allow panes to be empty (no command), output can be piped to them withnicm2019-05-03
* | Merge branch 'obsd-master'Thomas Adam2019-04-26
|\|
| * 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
* | Break new window and pane creation common code from various commands andNicholas Marriott2019-04-07
* | Merge branch 'obsd-master'Thomas Adam2019-03-19
|\|
| * Free temporary screens when writing format.nicm2019-03-18
* | Merge branch 'obsd-master'Thomas Adam2019-03-18
|\|
| * Extend the #[] style syntax and use that together with previous formatnicm2019-03-18
* | Merge branch 'obsd-master'Thomas Adam2019-03-18
|\|
| * Mode init needs to be fired with the mode on the list or it will not benicm2019-03-18