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