Age | Commit message (Expand) | Author |
2024-04-10 | Do not get muddled and crash if focusing a pane that is exiting, | Nicholas Marriott |
2024-03-21 | Do not notify window-layout-changed if the window is about to be | Nicholas Marriott |
2024-02-13 | Do not allow paste into panes which have exited, from Romain Francoise | Nicholas Marriott |
2023-10-23 | Unzoom window at start of destroy so it doesn't happen later (when | Nicholas Marriott |
2023-07-10 | Use a stack for last panes line windows, from Thomas Bertschinger in | Nicholas Marriott |
2023-03-27 | Add a format to show if there are unseen changes while in a mode, from | Nicholas Marriott |
2023-01-08 | Have client return 1 if process is interrupted to an input pane. | Nicholas Marriott |
2023-01-06 | If a pane is killed, cancel reading from the file. GitHub issue 3422. | Nicholas Marriott |
2022-08-24 | Check for NULL returns from bufferevent_new. | Nicholas Marriott |
2022-06-17 | Check cursor options when a pane is created, not just when they are changed. | Nicholas Marriott |
2022-05-30 | Spacing/style nits. | Nicholas Marriott |
2022-03-16 | Add an option to set the character used for unused areas of the | Nicholas Marriott |
2022-02-03 | Update focus when active pane changes after pane destroyed. | Nicholas Marriott |
2021-10-07 | Handle splitw -I correctly when used from an attached client, GitHub | Nicholas Marriott |
2021-08-27 | Allow control mode clients to set a hard limit on the window width and | Nicholas Marriott |
2021-08-20 | Fill colour palette correctly from option for new panes, GitHub issue | Nicholas Marriott |
2021-08-13 | Change focus to be driven by events rather than walking all panes at end | Nicholas Marriott |
2021-08-11 | Break the colour palette into a struct rather than just a single array | Nicholas Marriott |
2021-06-10 | Change resize timers and flags into one timer and a queue which is | Nicholas Marriott |
2021-06-10 | Include current client in size calculation for new sessions, GitHub | Nicholas Marriott |
2021-03-11 | Add split-window -Z to start the pane zoomed, GitHub issue 2591. | Nicholas Marriott |
2021-02-22 | There are many format variables now so allocating all the default ones | Nicholas Marriott |
2021-01-20 | Change so that window_flags escapes # automatically which means configs | Nicholas Marriott |
2020-12-15 | Make synchronize-panes a pane option and add -U flag to set-option to | Nicholas Marriott |
2020-06-13 | Add -b flags to insert a window before (like the existing -a for after) | Nicholas Marriott |
2020-06-05 | Change how panes are resized so that the code is clearer and if the pane | Nicholas Marriott |
2020-06-01 | Instead of sending all data to control mode clients as fast as possible, | Nicholas Marriott |
2020-05-21 | Support code for control mode flow control: allow clients to have | Nicholas Marriott |
2020-05-16 | Move lazy resize from the pane to the window, there is no point in | Nicholas Marriott |
2020-05-16 | Separate key flags and modifiers, log key flags, make the "xterm" flag | Nicholas Marriott |
2020-05-16 | Do not hoke into struct window_pane from the tty code and instead set | Nicholas Marriott |
2020-05-16 | Drop having a separate type for style options and make them all strings, | Nicholas Marriott |
2020-05-16 | Use a grid cell not a style for the pane style. | Nicholas Marriott |
2020-04-13 | Make client -c and -t handling common in cmd-queue.c and try to be | Nicholas Marriott |
2020-04-13 | Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make its | Nicholas Marriott |
2020-04-10 | Now that copy mode copies the pane content rather than keeping a | Nicholas Marriott |
2020-04-09 | Pass correct flags to fnmatch. | Nicholas Marriott |
2020-04-06 | Change copy mode to make copy of the pane history so it does not need to | Nicholas Marriott |
2020-03-31 | Move alternate screen into the screen rather than the pane. | Nicholas Marriott |
2020-03-31 | Detach reply escape sequences from the pane so they work in popups. | Nicholas Marriott |
2020-03-19 | Change input path so it doesn't require a pane. | Nicholas Marriott |
2020-03-16 | FIx type for %u, from Thomas Adam. | Nicholas Marriott |
2020-02-14 | Fix top/bottom pane calculation with pane border status enabled, | Nicholas Marriott |
2020-01-13 | Treat plausible but invalid keys (like C-BSpace) as literal like any | Nicholas Marriott |
2019-12-12 | Rewrite the code for reading and writing files. Now, if the client is | Nicholas Marriott |
2019-11-28 | Make a best effort to set xpixel and ypixel for each pane and add | Nicholas Marriott |
2019-10-28 | Start with empty rather than NULL window name to avoid NULL printf if | Nicholas Marriott |
2019-09-10 | Make client exit if pane where input is going is closed. | Nicholas Marriott |
2019-08-28 | The resize event was never deciding to actually resize the pane if there | Nicholas Marriott |
2019-08-14 | Add -Z flag to rotate-window, select-pane, swap-pane, switch-client to | Nicholas Marriott |