aboutsummaryrefslogtreecommitdiff
path: root/window.c
Commit message (Expand)AuthorAge
...
* | 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
* | Merge branch 'obsd-master'Thomas Adam2019-03-18
|\|
| * Add format variables for the default formats for the various modesnicm2019-03-18
* | Merge branch 'obsd-master'Thomas Adam2019-03-14
|\|
| * Add a wrapper (struct style) around styles rather than using thenicm2019-03-14
* | Merge branch 'obsd-master'Thomas Adam2019-03-12
|\|
| * Fix resizing of control clients, should be ignored until SIZECHANGED flag set.nicm2019-03-12
* | Merge branch 'obsd-master'Thomas Adam2019-03-12
|\|
| * Allow multiple modes to be open in a pane. A stack of open modes is keptnicm2019-03-12
* | Merge branch 'obsd-master'Thomas Adam2019-03-07
|\|
| * Add a separate mode struct for the active window mode if any.nicm2019-03-07
* | Merge branch 'obsd-master'Thomas Adam2018-12-18
|\|
| * Pass window into mode functions.nicm2018-12-18
* | Merge branch 'obsd-master'Thomas Adam2018-11-30
|\|
| * Clear PANE_EXITED flag when starting new child process in case the panenicm2018-11-30
* | Merge branch 'obsd-master'Thomas Adam2018-11-19
|\|
| * 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
* | Revert "Add a B flag to mark windows bigger than the client."Nicholas Marriott2018-09-26
* | Change the B into a +.Nicholas Marriott2018-09-25
* | Add a B flag to mark windows bigger than the client.Nicholas Marriott2018-09-25
* | window_get_active_at needs to check visible also.Nicholas Marriott2018-09-10
* | Bring back window_pane_visible to stop input going to panes which areNicholas Marriott2018-09-10
* | Support for windows larger than the client.Nicholas Marriott2018-08-20
* | Merge branch 'obsd-master'Thomas Adam2018-08-02
|\|
| * Log command arguments.nicm2018-08-02
* | Merge branch 'obsd-master'Thomas Adam2018-05-24
|\|
| * Make server_client_get_cwd used (almost) everywhere we need to work outnicm2018-05-24
* | Merge branch 'obsd-master'Thomas Adam2018-05-24
|\|
| * Improve logging of the environment etc for new panes.nicm2018-05-24
* | Merge branch 'obsd-master'Thomas Adam2018-03-16
|\|
| * Insert full size panes at the right position, from KOIE Hidetaka innicm2018-03-16