| Commit message (Expand) | Author | Age |
* | Check cursor options when a pane is created, not just when they are changed. | nicm | 2022-06-17 |
* | Spacing/style nits. | nicm | 2022-05-30 |
* | Add an option to set the character used for unused areas of the | nicm | 2022-03-16 |
* | Update focus when active pane changes after pane destroyed. | nicm | 2022-02-03 |
* | Handle splitw -I correctly when used from an attached client, GitHub | nicm | 2021-10-07 |
* | Allow control mode clients to set a hard limit on the window width and | nicm | 2021-08-27 |
* | Fill colour palette correctly from option for new panes, GitHub issue | nicm | 2021-08-20 |
* | Change focus to be driven by events rather than walking all panes at end | nicm | 2021-08-13 |
* | Break the colour palette into a struct rather than just a single array | nicm | 2021-08-11 |
* | Change resize timers and flags into one timer and a queue which is | nicm | 2021-06-10 |
* | Include current client in size calculation for new sessions, GitHub | nicm | 2021-06-10 |
* | Add split-window -Z to start the pane zoomed, GitHub issue 2591. | nicm | 2021-03-11 |
* | There are many format variables now so allocating all the default ones | nicm | 2021-02-22 |
* | Change so that window_flags escapes # automatically which means configs | nicm | 2021-01-20 |
* | Make synchronize-panes a pane option and add -U flag to set-option to | nicm | 2020-12-15 |
* | Add -b flags to insert a window before (like the existing -a for after) | nicm | 2020-06-13 |
* | Change how panes are resized so that the code is clearer and if the pane | nicm | 2020-06-05 |
* | Instead of sending all data to control mode clients as fast as possible, | nicm | 2020-06-01 |
* | Support code for control mode flow control: allow clients to have | nicm | 2020-05-21 |
* | Move lazy resize from the pane to the window, there is no point in | nicm | 2020-05-16 |
* | Do not hoke into struct window_pane from the tty code and instead set | nicm | 2020-05-16 |
* | Drop having a separate type for style options and make them all strings, | nicm | 2020-05-16 |
* | Use a grid cell not a style for the pane style. | nicm | 2020-05-16 |
* | Make client -c and -t handling common in cmd-queue.c and try to be | nicm | 2020-04-13 |
* | Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make its | nicm | 2020-04-13 |
* | Now that copy mode copies the pane content rather than keeping a | nicm | 2020-04-10 |
* | Pass correct flags to fnmatch. | nicm | 2020-04-09 |
* | Change copy mode to make copy of the pane history so it does not need to | nicm | 2020-04-06 |
* | Move alternate screen into the screen rather than the pane. | nicm | 2020-03-31 |
* | Change input path so it doesn't require a pane. | nicm | 2020-03-19 |
* | FIx type for %u, from Thomas Adam. | nicm | 2020-03-16 |
* | Fix top/bottom pane calculation with pane border status enabled, | nicm | 2020-02-14 |
* | Treat plausible but invalid keys (like C-BSpace) as literal like any | nicm | 2020-01-13 |
* | Rewrite the code for reading and writing files. Now, if the client is | nicm | 2019-12-12 |
* | Make a best effort to set xpixel and ypixel for each pane and add | nicm | 2019-11-28 |
* | Start with empty rather than NULL window name to avoid NULL printf if | nicm | 2019-10-28 |
* | Make client exit if pane where input is going is closed. | nicm | 2019-09-10 |
* | The resize event was never deciding to actually resize the pane if there | nicm | 2019-08-28 |
* | Add -Z flag to rotate-window, select-pane, swap-pane, switch-client to | nicm | 2019-08-14 |
* | Do not double free window if pane fails to start. | nicm | 2019-06-30 |
* | Fix a typo in window_pane_find_down (w not wp) and a missing PANE_STATUS_TOP. | nicm | 2019-06-26 |
* | Log window and pane resizes. | nicm | 2019-06-26 |
* | Add #define for the pane status line option position numbers. | nicm | 2019-06-26 |
* | Trim trailing spaces when matching. | nicm | 2019-06-24 |
* | allow-rename and alternate-screen can be pane options. | nicm | 2019-06-20 |
* | Add a per-pane option set. Pane options inherit from window options (so | nicm | 2019-06-20 |
* | Add a cmdq_continue function rather than twiddling the flag directly. | nicm | 2019-06-18 |
* | Add regular expression support for the format search, match and | nicm | 2019-06-13 |
* | Exiting alternate screen mode should restore cursor position and | nicm | 2019-06-09 |
* | Remove a leftover abort and some fixes from cppcheck. | nicm | 2019-05-30 |