Age | Commit message (Expand) | Author |
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 |
2020-06-02 | Move the code to set up a padding cell into grid.c. | Nicholas Marriott |
2019-08-16 | grid_view_delete_cells does need to clear, GitHub issue 1871. | Nicholas Marriott |
2019-07-16 | Fix grid clear code to correctly clear with the default background | Nicholas Marriott |
2018-07-04 | Add accessors for grid linedata member, for some future work. From Dan | Nicholas Marriott |
2017-08-30 | Instead of overloading the line clear function to mean free if | Nicholas Marriott |
2017-05-12 | Scrolling needs to use background colour. | Nicholas Marriott |
2017-02-16 | Handle insert cells when cursor at edge of screen correctly, and do a | Nicholas Marriott |
2017-02-08 | Collect sequences of printable ASCII characters and process them | Nicholas Marriott |
2016-10-13 | Add support for BCE (background colour erase). This makes various escape | Nicholas Marriott |
2016-09-02 | Remember the number of lines scrolled into the history (versus cleared | Nicholas Marriott |
2016-01-19 | I no longer use my SourceForge address so replace it. | Nicholas Marriott |
2015-11-13 | Two spacing and spelling nits. | Nicholas Marriott |
2015-11-13 | Long overdue change to the way we store cells in the grid: now, instead | Nicholas Marriott |
2015-01-06 | Revert to r1.16 since this is still clearly broken and I can't see how | Nicholas Marriott |
2014-12-01 | Another fix for insertion from Balazs Kezes. On insertion, size the line | Nicholas Marriott |
2014-11-12 | Restore change in r1.17 but add checks to prevent the line length | Nicholas Marriott |
2014-11-10 | Revert r1.17 as it breaks inserting in some cases. | Nicholas Marriott |
2014-11-08 | Two improvements to reflow from Balazs Kezes: | Nicholas Marriott |
2014-04-17 | Some more long lines. | Nicholas Marriott |
2014-03-31 | GRID_DEBUG is no longer needed. | Nicholas Marriott |
2013-03-25 | Preserve trailing spaces with capture-pane -J, from George Nachman. | Nicholas Marriott |
2013-03-22 | Add -C and -J to capture pane to escape control sequences and to join | Nicholas Marriott |
2013-03-22 | Add -e flag to capture-pane to include embedded ANSI SGR escape | Nicholas Marriott |
2013-01-18 | Rather than having two grids for each pane, one for ASCII and one for | Nicholas Marriott |
2012-01-29 | Enforce history-limit option when clearing the screen, memory leak | Nicholas Marriott |
2011-01-25 | When clearing the entire screen, clear lines that are used into the | Nicholas Marriott |
2009-12-03 | Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last | Nicholas Marriott |
2009-10-13 | Move lines into the history when scrolling even if the scroll region is not | Nicholas Marriott |
2009-07-13 | Support "alternate screen" mode (terminfo smcup/rmcup) typically used by full | Nicholas Marriott |
2009-07-09 | Change inserting and deleting lines inside the scroll region to properly clear | Nicholas Marriott |
2009-07-09 | Tidy by removing unused argument from grid_view_{insert,delete}_line_region | Nicholas Marriott |
2009-06-29 | Fix two errors with character/line insertion and deletion: the maximum number | Nicholas Marriott |
2009-06-24 | Add a dedicated function to convert a line into a string and use it to simpli... | Nicholas Marriott |
2009-06-01 | Import tmux, a terminal multiplexor allowing (among other things) a single | Nicholas Marriott |