summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/grid-view.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move the code to set up a padding cell into grid.c.nicm2020-06-021-1/+8
* grid_view_delete_cells does need to clear, GitHub issue 1871.nicm2019-08-161-1/+2
* Fix grid clear code to correctly clear with the default backgroundnicm2019-07-161-2/+1
* Add accessors for grid linedata member, for some future work. From Dannicm2018-07-041-2/+2
* Instead of overloading the line clear function to mean free ifnicm2017-08-301-3/+3
* Scrolling needs to use background colour.nicm2017-05-121-8/+10
* Handle insert cells when cursor at edge of screen correctly, and do anicm2017-02-161-2/+2
* Collect sequences of printable ASCII characters and process themnicm2017-02-081-1/+10
* Add support for BCE (background colour erase). This makes various escapenicm2016-10-131-29/+34
* Remember the number of lines scrolled into the history (versus clearednicm2016-09-021-1/+2
* I no longer use my SourceForge address so replace it.nicm2016-01-191-2/+2
* Two spacing and spelling nits.nicm2015-11-131-2/+2
* Long overdue change to the way we store cells in the grid: now, insteadnicm2015-11-131-14/+7
* Revert to r1.16 since this is still clearly broken and I can't see hownicm2015-01-061-8/+3
* Another fix for insertion from Balazs Kezes. On insertion, size the linenicm2014-12-011-4/+5
* Restore change in r1.17 but add checks to prevent the line lengthnicm2014-11-121-3/+7
* Revert r1.17 as it breaks inserting in some cases.nicm2014-11-101-3/+3
* Two improvements to reflow from Balazs Kezes:nicm2014-11-081-3/+3
* Some more long lines.nicm2014-04-171-3/+5
* GRID_DEBUG is no longer needed.nicm2014-03-311-23/+1
* Preserve trailing spaces with capture-pane -J, from George Nachman.nicm2013-03-251-2/+2
* Add -C and -J to capture pane to escape control sequences and to joinnicm2013-03-221-2/+2
* Add -e flag to capture-pane to include embedded ANSI SGR escapenicm2013-03-221-2/+2
* Rather than having two grids for each pane, one for ASCII and one fornicm2013-01-181-24/+2
* Enforce history-limit option when clearing the screen, memory leaknicm2012-01-291-2/+4
* When clearing the entire screen, clear lines that are used into thenicm2011-01-251-1/+25
* Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastnicm2009-12-031-4/+4
* Move lines into the history when scrolling even if the scroll region is notnicm2009-10-131-9/+14
* Support "alternate screen" mode (terminfo smcup/rmcup) typically used by fullnicm2009-07-131-2/+2
* Change inserting and deleting lines inside the scroll region to properly clearnicm2009-07-091-4/+12
* Tidy by removing unused argument from grid_view_{insert,delete}_line_regionnicm2009-07-091-9/+5
* Fix two errors with character/line insertion and deletion: the maximum numbernicm2009-06-291-3/+5
* Add a dedicated function to convert a line into a string and use it to simplify the search window function.nicm2009-06-241-1/+13
* Import tmux, a terminal multiplexor allowing (among other things) a singlenicm2009-06-011-0/+211