summaryrefslogtreecommitdiffstats
path: root/window.c
AgeCommit message (Expand)Author
2024-04-10Merge branch 'obsd-master'Thomas Adam
2024-04-10Do not get muddled and crash if focusing a pane that is exiting,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-13Do not allow paste into panes which have exited, from Romain Francoisenicm
2023-11-02Merge branch 'obsd-master'Thomas Adam
2023-10-23Unzoom window at start of destroy so it doesn't happen later (whennicm
2023-07-10Merge branch 'obsd-master'Thomas Adam
2023-07-10Use a stack for last panes line windows, from Thomas Bertschinger innicm
2023-04-27Merge branch 'obsd-master'Thomas Adam
2023-03-27Add a format to show if there are unseen changes while in a mode, fromnicm
2023-01-08Merge branch 'obsd-master'Thomas Adam
2023-01-08Have client return 1 if process is interrupted to an input pane.nicm
2023-01-06Merge branch 'obsd-master'Thomas Adam
2023-01-06If a pane is killed, cancel reading from the file. GitHub issue 3422.nicm
2022-08-24Merge branch 'obsd-master'Thomas Adam
2022-08-24Check for NULL returns from bufferevent_new.nicm
2022-06-17Merge branch 'obsd-master'Thomas Adam
2022-06-17Check cursor options when a pane is created, not just when they are changed.nicm
2022-05-30Spacing/style nits.nicm
2022-04-06Some style nits.Nicholas Marriott
2022-03-16Merge branch 'obsd-master' into masterThomas Adam
2022-03-16Add an option to set the character used for unused areas of thenicm
2022-02-03Merge branch 'obsd-master' into masterThomas Adam
2022-02-03Update focus when active pane changes after pane destroyed.nicm
2021-10-07Merge branch 'obsd-master' into masterThomas Adam
2021-10-07Handle splitw -I correctly when used from an attached client, GitHubnicm
2021-08-27Merge branch 'obsd-master' into masterThomas Adam
2021-08-27Allow control mode clients to set a hard limit on the window width andnicm
2021-08-20Merge branch 'obsd-master' into masterThomas Adam
2021-08-20Fill colour palette correctly from option for new panes, GitHub issuenicm
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-08-12Merge branch 'obsd-master' into masterThomas Adam
2021-08-11Break the colour palette into a struct rather than just a single arraynicm
2021-06-10Change resize timers and flags into one timer and a queue which isnicm
2021-06-10Include current client in size calculation for new sessions, GitHubnicm
2021-04-28Change resize timers and flags into one timer and a queue to fix problems withNicholas Marriott
2021-04-21Include current client in size calcultion for new sessions, GitHub issue 2662.Nicholas Marriott
2021-03-11Merge branch 'obsd-master' into masterThomas Adam
2021-03-11Add split-window -Z to start the pane zoomed, GitHub issue 2591.nicm
2021-02-22Merge branch 'obsd-master' into masterThomas Adam
2021-02-22There are many format variables now so allocating all the default onesnicm
2021-01-20Merge branch 'obsd-master' into masterThomas Adam
2021-01-20Change so that window_flags escapes # automatically which means configsnicm
2020-12-15Merge branch 'obsd-master' into masterThomas Adam
2020-12-15Make synchronize-panes a pane option and add -U flag to set-option tonicm
2020-06-13Merge branch 'obsd-master'Thomas Adam
2020-06-13Add -b flags to insert a window before (like the existing -a for after)nicm