summaryrefslogtreecommitdiffstats
path: root/window.c
AgeCommit message (Expand)Author
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
2020-06-05Merge branch 'obsd-master'Thomas Adam
2020-06-05Change how panes are resized so that the code is clearer and if the panenicm
2020-06-01Merge branch 'obsd-master'Thomas Adam
2020-06-01Instead of sending all data to control mode clients as fast as possible,nicm
2020-05-21Merge branch 'obsd-master'Thomas Adam
2020-05-21Support code for control mode flow control: allow clients to havenicm
2020-05-16Move lazy resize from the pane to the window, there is no point innicm
2020-05-16Do not hoke into struct window_pane from the tty code and instead setnicm
2020-05-16Drop having a separate type for style options and make them all strings,nicm
2020-05-16Use a grid cell not a style for the pane style.nicm
2020-05-16Move lazy resize from the pane to the window, there is no point in resizing theNicholas Marriott
2020-05-15Separate key flags and modifiers, log key flags, make the "xterm" flag moreNicholas Marriott
2020-05-01Do not hoke into struct window_pane from the tty code and instead setNicholas Marriott
2020-04-29Need to redraw borders now when some things change. Also change default so thatNicholas Marriott
2020-04-28Drop having a separate type for style options and make them all strings, whichNicholas Marriott
2020-04-27Use a grid cell not a style for the pane style.Nicholas Marriott
2020-04-14Merge branch 'obsd-master'Thomas Adam
2020-04-13Make client -c and -t handling common in cmd-queue.c and try to benicm
2020-04-13Merge branch 'obsd-master'Thomas Adam
2020-04-13Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make itsnicm
2020-04-13Merge branch 'obsd-master'Thomas Adam