Age | Commit message (Expand) | Author |
34 hours | Fix word navigation on lines with tabs, from Alexander Arch. | Nicholas Marriott |
14 days | Some fixes for searching for tabs, from Alexander Arch. | Nicholas Marriott |
2024-11-04 | Do not make padding cells extended (there can be a lot of them), from | Nicholas Marriott |
2024-10-25 | Flag tabs if possible in the grid cell so they can be preserved on | Nicholas Marriott |
2024-06-24 | Check the underline style colour against the correct default value again | Nicholas Marriott |
2023-07-13 | Use 8 for underscore colour defaults instead of 0 which is less | Nicholas Marriott |
2023-06-30 | Change a few types to fix warnings, from Thomas Klausner. | Nicholas Marriott |
2023-05-08 | Reorder struct grid_cell_entry | Theo Buehler |
2022-09-28 | Add a -T flag to capture-pane to stop at the last used cell instead of | Nicholas Marriott |
2022-07-06 | Support hyperlinks with capture-pane -e and add a mouse_hyperlink | Nicholas Marriott |
2022-06-30 | Add support for OSC 8 hyperlinks (a VTE extension now supported by other | Nicholas Marriott |
2022-06-21 | Store time lines are scrolled into history and display in copy mode. | Nicholas Marriott |
2022-03-30 | Capture up to used size not available size for each line. | Nicholas Marriott |
2021-12-21 | Support underscore style with capture-pane -e, GitHub issue 2928. | Nicholas Marriott |
2021-02-05 | Send Unicode directional isolate characters around horizontal pane | Nicholas Marriott |
2021-01-18 | There is no need to clear every line entirely before drawing to it, this | Nicholas Marriott |
2020-08-07 | Do not force line width to grid width because it may need to be larger | Nicholas Marriott |
2020-06-05 | Do not take the address of a potentially unaligned member. | Nicholas Marriott |
2020-06-04 | Reset wrapped flag when clearing or moving lines, GitHub issue 2215. | Nicholas Marriott |
2020-06-02 | Move the code to set up a padding cell into grid.c. | Nicholas Marriott |
2020-06-02 | Allow UTF-8 characters of width 0 to be stored, it is useful to be able | Nicholas Marriott |
2020-05-27 | Make padding cell a valid character. | Nicholas Marriott |
2020-05-26 | Remove leftover debug logging and fix comparison. | Nicholas Marriott |
2020-05-25 | Use the internal representation for UTF-8 keys instead of wchar_t and | Nicholas Marriott |
2020-05-25 | Tidy up new UTF-8 code and make it more generic. | Nicholas Marriott |
2020-05-25 | Instead of storing all UTF-8 characters in the extended cell which means | Nicholas Marriott |
2020-05-16 | Add screen write flags instead of individual bits and fix line length | Nicholas Marriott |
2020-05-16 | Store and restore cursor position when copy mode is resized, from | Nicholas Marriott |
2020-05-16 | Use a grid cell not a style for the pane style. | Nicholas Marriott |
2020-04-15 | Use grid_empty_line rather than memset when adding new lines on resize. | Nicholas Marriott |
2020-04-09 | Some more, and use of wp->window before wp NULL check in format.c. | Nicholas Marriott |
2020-03-31 | Add a -T flag to resize-pane to trim lines below the cursor, moving | Nicholas Marriott |
2020-03-21 | AIX colours are always stored as 90-97, not 100-107. From Johannes | Nicholas Marriott |
2020-03-19 | Do not set the history flag if there is no history. | Nicholas Marriott |
2019-12-03 | Style nits in function arguments. | Nicholas Marriott |
2019-09-24 | Some minor performance improvements - most notably, don't search the | Nicholas Marriott |
2019-08-01 | Remove check for same size - size has already been changed so this | Nicholas Marriott |
2019-07-16 | Fix grid clear code to correctly clear with the default background | Nicholas Marriott |
2019-07-06 | Correctly clear underscore colour in grid_get_cell1, also fix struct | Nicholas Marriott |
2019-06-27 | Add support for underscore colours with Setulc capability, mostly from | Nicholas Marriott |
2019-05-26 | Add formats for word and line under the mouse and use them to add some | Nicholas Marriott |
2019-05-13 | Add support for overline (SGR 53), from Ricardo Banffy. | Nicholas Marriott |
2019-04-02 | Store and restore cursor across reflow by working out a position based | Nicholas Marriott |
2019-04-01 | Restore a check to stop scrolled lines becoming larger than total lines, | Nicholas Marriott |
2019-03-20 | Improve cursor positioning after reflow by storing the position as an | Nicholas Marriott |
2019-03-18 | Mode init needs to be fired with the mode on the list or it will not be | Nicholas Marriott |
2019-03-12 | Set a flag on cells are genuinely empty (cleared and never written to) | Nicholas Marriott |
2018-10-25 | Add a "terminal" colour which can be used instead of "default" in style | Nicholas Marriott |
2018-10-18 | Support for extended underline styles on terminals which offer them, | Nicholas Marriott |
2018-07-11 | Helper function to shorten history. | Nicholas Marriott |