summaryrefslogtreecommitdiffstats
path: root/window.c
AgeCommit message (Expand)Author
2019-05-07Merge branch 'obsd-master'Thomas Adam
2019-05-07Do not use evbuffer_add_buffer because it is destructive and doesn'tnicm
2019-05-03Merge branch 'obsd-master'Thomas Adam
2019-05-03Allow panes to be empty (no command), output can be piped to them withnicm
2019-04-26Merge branch 'obsd-master'Thomas Adam
2019-04-26Destroy panes before options to avoid crash when forced into a mode by anicm
2019-04-17Break new window and pane creation common code from various commands andnicm
2019-04-07Break new window and pane creation common code from various commands andNicholas Marriott
2019-03-19Merge branch 'obsd-master'Thomas Adam
2019-03-18Free temporary screens when writing format.nicm
2019-03-18Merge branch 'obsd-master'Thomas Adam
2019-03-18Extend the #[] style syntax and use that together with previous formatnicm
2019-03-18Merge branch 'obsd-master'Thomas Adam
2019-03-18Merge branch 'obsd-master'Thomas Adam
2019-03-18Mode init needs to be fired with the mode on the list or it will not benicm
2019-03-18Add format variables for the default formats for the various modesnicm
2019-03-14Merge branch 'obsd-master'Thomas Adam
2019-03-14Add a wrapper (struct style) around styles rather than using thenicm
2019-03-12Merge branch 'obsd-master'Thomas Adam
2019-03-12Fix resizing of control clients, should be ignored until SIZECHANGED flag set.nicm
2019-03-12Merge branch 'obsd-master'Thomas Adam
2019-03-12Allow multiple modes to be open in a pane. A stack of open modes is keptnicm
2019-03-07Merge branch 'obsd-master'Thomas Adam
2019-03-07Add a separate mode struct for the active window mode if any.nicm
2018-12-18Merge branch 'obsd-master'Thomas Adam
2018-12-18Pass window into mode functions.nicm
2018-11-30Merge branch 'obsd-master'Thomas Adam
2018-11-30Clear PANE_EXITED flag when starting new child process in case the panenicm
2018-11-19Merge branch 'obsd-master'Thomas Adam
2018-11-19evbuffer_new and bufferevent_new can both fail (when malloc fails) andnicm
2018-10-18Support for windows larger than visible on the attached client. This hasnicm
2018-09-26Revert "Add a B flag to mark windows bigger than the client."Nicholas Marriott
2018-09-25Change the B into a +.Nicholas Marriott
2018-09-25Add a B flag to mark windows bigger than the client.Nicholas Marriott
2018-09-10window_get_active_at needs to check visible also.Nicholas Marriott
2018-09-10Bring back window_pane_visible to stop input going to panes which areNicholas Marriott
2018-08-20Support for windows larger than the client.Nicholas Marriott
2018-08-05calloc the mode data instead of malloc and initialize everything.nicm
2018-08-02Merge branch 'obsd-master'Thomas Adam
2018-08-02Log command arguments.nicm
2018-05-24Merge branch 'obsd-master'Thomas Adam
2018-05-24Merge branch 'obsd-master'Thomas Adam
2018-05-24Make server_client_get_cwd used (almost) everywhere we need to work outnicm
2018-05-24Improve logging of the environment etc for new panes.nicm
2018-03-16Merge branch 'obsd-master'Thomas Adam
2018-03-16Insert full size panes at the right position, from KOIE Hidetaka innicm
2017-11-10Merge branch 'obsd-master'Thomas Adam
2017-11-09If we successfully change the directory, set PWD too to give the shell anicm
2017-10-20Merge branch 'obsd-master'Thomas Adam
2017-10-12Show exit status and time in the remain-on-exit pane text, mostly fromnicm