summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/window.c
AgeCommit message (Expand)Author
7 daysAdd two new style parameters, width and pad, which apply to scrollbars.Nicholas Marriott
7 daysTurn off scrollbar when pane is in alternate screen, from Michael Grant,Nicholas Marriott
2024-11-05Add support for a scrollbar at the side of each pane. New optionsNicholas Marriott
2024-10-05Send focus events to pane when entering or leaving popup, GitHub issueNicholas Marriott
2024-10-01Use global cursor style and colour options for modes instead of default,Nicholas Marriott
2024-10-01Change pasting to bypass the output key processing entirely and writeNicholas Marriott
2024-08-26Add window_pane_mode helper function to tell if a pane is in copy mode,Nicholas Marriott
2024-06-24Add a way (refresh-client -r) for control mode clients to provide OSC 10Nicholas Marriott
2024-04-10Do not get muddled and crash if focusing a pane that is exiting,Nicholas Marriott
2024-03-21Do not notify window-layout-changed if the window is about to beNicholas Marriott
2024-02-13Do not allow paste into panes which have exited, from Romain FrancoiseNicholas Marriott
2023-10-23Unzoom window at start of destroy so it doesn't happen later (whenNicholas Marriott
2023-07-10Use a stack for last panes line windows, from Thomas Bertschinger inNicholas Marriott
2023-03-27Add a format to show if there are unseen changes while in a mode, fromNicholas Marriott
2023-01-08Have client return 1 if process is interrupted to an input pane.Nicholas Marriott
2023-01-06If a pane is killed, cancel reading from the file. GitHub issue 3422.Nicholas Marriott
2022-08-24Check for NULL returns from bufferevent_new.Nicholas Marriott
2022-06-17Check cursor options when a pane is created, not just when they are changed.Nicholas Marriott
2022-05-30Spacing/style nits.Nicholas Marriott
2022-03-16Add an option to set the character used for unused areas of theNicholas Marriott
2022-02-03Update focus when active pane changes after pane destroyed.Nicholas Marriott
2021-10-07Handle splitw -I correctly when used from an attached client, GitHubNicholas Marriott
2021-08-27Allow control mode clients to set a hard limit on the window width andNicholas Marriott
2021-08-20Fill colour palette correctly from option for new panes, GitHub issueNicholas Marriott
2021-08-13Change focus to be driven by events rather than walking all panes at endNicholas Marriott
2021-08-11Break the colour palette into a struct rather than just a single arrayNicholas Marriott
2021-06-10Change resize timers and flags into one timer and a queue which isNicholas Marriott
2021-06-10Include current client in size calculation for new sessions, GitHubNicholas Marriott
2021-03-11Add split-window -Z to start the pane zoomed, GitHub issue 2591.Nicholas Marriott
2021-02-22There are many format variables now so allocating all the default onesNicholas Marriott
2021-01-20Change so that window_flags escapes # automatically which means configsNicholas Marriott
2020-12-15Make synchronize-panes a pane option and add -U flag to set-option toNicholas Marriott
2020-06-13Add -b flags to insert a window before (like the existing -a for after)Nicholas Marriott
2020-06-05Change how panes are resized so that the code is clearer and if the paneNicholas Marriott
2020-06-01Instead of sending all data to control mode clients as fast as possible,Nicholas Marriott
2020-05-21Support code for control mode flow control: allow clients to haveNicholas Marriott
2020-05-16Move lazy resize from the pane to the window, there is no point inNicholas Marriott
2020-05-16Separate key flags and modifiers, log key flags, make the "xterm" flagNicholas Marriott
2020-05-16Do not hoke into struct window_pane from the tty code and instead setNicholas Marriott
2020-05-16Drop having a separate type for style options and make them all strings,Nicholas Marriott
2020-05-16Use a grid cell not a style for the pane style.Nicholas Marriott
2020-04-13Make client -c and -t handling common in cmd-queue.c and try to beNicholas Marriott
2020-04-13Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make itsNicholas Marriott
2020-04-10Now that copy mode copies the pane content rather than keeping aNicholas Marriott
2020-04-09Pass correct flags to fnmatch.Nicholas Marriott
2020-04-06Change copy mode to make copy of the pane history so it does not need toNicholas Marriott
2020-03-31Move alternate screen into the screen rather than the pane.Nicholas Marriott
2020-03-31Detach reply escape sequences from the pane so they work in popups.Nicholas Marriott
2020-03-19Change input path so it doesn't require a pane.Nicholas Marriott
2020-03-16FIx type for %u, from Thomas Adam.Nicholas Marriott