summaryrefslogtreecommitdiffstats
path: root/server-fn.c
AgeCommit message (Expand)Author
2024-04-05Merge branch 'obsd-master'Thomas Adam
2024-04-04Pick newest session as documented, not oldest, from Magnus Gross.nicm
2024-03-21Merge branch 'obsd-master'Thomas Adam
2024-03-21Do not notify window-layout-changed if the window is about to benicm
2024-02-13Merge branch 'obsd-master'Thomas Adam
2024-02-13Add two new values for the destroy-unattached option to destroy sessionsnicm
2023-09-01Merge branch 'obsd-master'Thomas Adam
2023-09-01Add detach-on-destroy previous and next, mostly from Alexis Hildebrandt.nicm
2022-03-08Merge branch 'obsd-master' into masterThomas Adam
2022-03-08Add remain-on-exit-format to set text shown when pane is dead.nicm
2021-08-17Merge branch 'obsd-master' into masterThomas Adam
2021-08-17Set the right session if detach-on-destroy is off.nicm
2021-08-14Merge branch 'obsd-master' into masterThomas Adam
2021-08-13Change focus to be driven by events rather than walking all panes at endnicm
2021-02-01Merge branch 'obsd-master' into masterThomas Adam
2021-02-01Add a no-detached choice to detach-on-destroy which detaches only ifnicm
2021-01-04Merge branch 'obsd-master' into masterThomas Adam
2021-01-04Add a variant of remain-on-exit that only keeps the pane if the programnicm
2020-07-30Merge branch 'obsd-master'Thomas Adam
2020-07-30Trim newline from ctime, from Thomas Adam.nicm
2020-07-04Merge branch 'obsd-master'Thomas Adam
2020-07-04kill-window -a cannot just walk the list of windows because ifnicm
2020-05-16Add a client flag 'active-pane' which stores the active pane in thenicm
2020-05-16Do not hoke into struct window_pane from the tty code and instead setnicm
2020-05-14Add a client flag 'active-pane' which stores the active pane in the client andNicholas Marriott
2020-05-01Do not hoke into struct window_pane from the tty code and instead setNicholas Marriott
2020-04-16Merge branch 'obsd-master'Thomas Adam
2020-04-16Show signal name when process exits rather than number.nicm
2019-12-12Merge branch 'obsd-master'Thomas Adam
2019-12-12Rewrite the code for reading and writing files. Now, if the client isnicm
2019-06-20Merge branch 'obsd-master'Thomas Adam
2019-06-20Add a per-pane option set. Pane options inherit from window options (sonicm
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-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-12Merge branch 'obsd-master'Thomas Adam
2019-03-12DECRC and DECSC apparently need to preserve origin mode as well, basednicm
2018-11-30Merge branch 'obsd-master'Thomas Adam
2018-11-30Clear PANE_EXITED flag when starting new child process in case the panenicm
2018-10-18Support for windows larger than visible on the attached client. This hasnicm
2018-08-20Support for windows larger than the client.Nicholas Marriott
2018-08-19Merge branch 'obsd-master'Thomas Adam
2018-08-19Add a client redraw-window flag instead of the redraw-all flag and fornicm
2018-08-18Merge branch 'obsd-master'Thomas Adam
2018-08-18SESSION_UNATTACHED flag is no longer necessary now we have an attachednicm
2018-04-10Merge branch 'obsd-master'Thomas Adam
2018-04-10Add x and X to choose-tree (with a confirmation prompt) to kill annicm
2018-02-28Merge branch 'obsd-master'Thomas Adam
2018-02-28Add -Z flag to choose-tree, choose-client, choose-buffer tonicm