Age | Commit message (Expand) | Author |
10 days | Turn off scrollbar when pane is in alternate screen, from Michael Grant, | Nicholas Marriott |
2024-10-01 | Use global cursor style and colour options for modes instead of default, | Nicholas Marriott |
2024-08-21 | Revamp extended keys support to more closely match xterm and support | Nicholas Marriott |
2024-03-21 | Do not consider a selection present if it is empty, from Michael Grant | Nicholas Marriott |
2023-12-27 | Always initialize screen mode, GitHub issue 3750 from Ding Fei. | Nicholas Marriott |
2023-09-19 | Fix a couple of mouse mode flag names. | Nicholas Marriott |
2023-06-26 | When exiting alternate screen, there is no need to reflow when going | Nicholas Marriott |
2022-06-30 | Add support for OSC 8 hyperlinks (a VTE extension now supported by other | Nicholas Marriott |
2022-05-30 | Spacing/style nits. | Nicholas Marriott |
2022-04-01 | Preserve CRLF flag when respawning. | Nicholas Marriott |
2021-11-03 | Add a cursor-style option, from Alexis Hildebrandt in GitHub issue 2960. | Nicholas Marriott |
2021-11-01 | Add a cursor-colour option, from Alexis Hildebrandt in GitHub issue | Nicholas Marriott |
2021-10-05 | Separate "very visible" flag from blinking flag, it should not affect | Nicholas Marriott |
2021-09-09 | Fix parsing of aliases again (GitHub issue 2842), also make argument | Nicholas Marriott |
2021-08-20 | Remove stray spaces after function names. | Nicholas Marriott |
2021-06-10 | Improve logging of screen mode changes. | Nicholas Marriott |
2021-06-10 | Change cursor style handling so tmux understands which sequences contain | Nicholas Marriott |
2021-06-10 | Add an "always" value to the extended-keys option to always forward | Nicholas Marriott |
2021-03-12 | Fix so tmux correctly sends the cvvis (cursor very visible) capability | Nicholas Marriott |
2021-01-26 | Always resize the original screen before copying when exiting the | Nicholas Marriott |
2020-10-30 | Do not leak path when freeing screen, from Sergey Nizovtsev. | Nicholas Marriott |
2020-05-16 | Store and restore cursor position when copy mode is resized, from | Nicholas Marriott |
2020-04-22 | Update the cursor position when deleting lines from screens without | Nicholas Marriott |
2020-04-18 | A resize can realloc so cannot cache the value of the list pointer. | Nicholas Marriott |
2020-04-18 | There is no point in keeping a bunch of different text buffers for each | Nicholas Marriott |
2020-04-17 | Make sure the cursor position is still on screen after we have trimmed | Nicholas Marriott |
2020-04-15 | Instead of fixing with the cursor position when the copied screen is | Nicholas Marriott |
2020-04-15 | Use grid_empty_line rather than memset when adding new lines on resize. | Nicholas Marriott |
2020-04-07 | Do not restore history flag if it was never set. | Nicholas Marriott |
2020-03-31 | Move alternate screen into the screen rather than the pane. | Nicholas Marriott |
2020-02-05 | Make list-keys description clearer in tmux.1 and remove an unused variable. | Nicholas Marriott |
2020-02-03 | Instead of passing titles through vis() which doubles backslashes, just | Nicholas Marriott |
2019-11-15 | Handle OSC 7 (a VTE extension) and put the result in a new format (pane_path). | Nicholas Marriott |
2019-04-02 | Store and restore cursor across reflow by working out a position based | Nicholas Marriott |
2019-03-20 | Improve cursor positioning after reflow by storing the position as an | Nicholas Marriott |
2019-01-15 | Do not highlight characters which will not be copied, reported by | Nicholas Marriott |
2018-07-31 | Move struct screen_sel into screen.c and tidy up members that are only | Nicholas Marriott |
2018-07-04 | Add accessors for grid linedata member, for some future work. From Dan | Nicholas Marriott |
2017-11-15 | Completely rewrite the reflow code to correctly handle double width | Nicholas Marriott |
2017-11-02 | There is no point in reflowing panes which have not changed width. | Nicholas Marriott |
2017-10-05 | Add support for the xterm(1) title stack, from Brad Town, GitHub issue | Nicholas Marriott |
2017-06-04 | Be more strict about escape sequences that rename windows or set titles: | Nicholas Marriott |
2017-02-08 | Collect sequences of printable ASCII characters and process them | Nicholas Marriott |
2016-11-24 | Make the selection able to exist independent of the cursor position, so | Nicholas Marriott |
2016-10-13 | Add support for BCE (background colour erase). This makes various escape | Nicholas Marriott |
2016-10-12 | Redraw selection in tty_draw_line, so it appears when redrawing whole | Nicholas Marriott |
2016-10-11 | Add static in window-*.c and move some internal functions out of tmux.h. | Nicholas Marriott |
2016-10-10 | Loads more static, except for cmd-*.c and window-*.c. | Nicholas Marriott |
2016-09-02 | Remember the number of lines scrolled into the history (versus cleared | Nicholas Marriott |
2016-07-15 | Don't update cells in each block of data read from a pane immediately, | Nicholas Marriott |