summaryrefslogtreecommitdiffstats
path: root/grid-view.c
AgeCommit message (Expand)Author
2013-03-04Preserve trailing spaces with capture-pane -J, from George Nachman.Nicholas Marriott
2013-02-21Add -C and -J to capture pane to escape control sequences and to join wrappedNicholas Marriott
2013-02-19Add -e flag to capture-pane to include embedded ANSI SGR escape sequences, fromNicholas Marriott
2013-01-30Merge branch 'obsd-master'Thomas Adam
2013-01-18Rather than having two grids for each pane, one for ASCII and one forNicholas Marriott
2012-01-31Sync OpenBSD patchset 1016:Tiago Cunha
2012-01-29Enforce history-limit option when clearing the screen, memory leakNicholas Marriott
2011-07-09Expand the Id keyword. Tiago Cunha
2011-02-15Sync OpenBSD patchset 853:Tiago Cunha
2011-01-25When clearing the entire screen, clear lines that are used into theNicholas Marriott
2009-12-04Sync OpenBSD patchset 581:Tiago Cunha
2009-12-03Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastNicholas Marriott
2009-10-15Sync OpenBSD patchset 409:Tiago Cunha
2009-10-13Move lines into the history when scrolling even if the scroll region is notNicholas Marriott
2009-07-14Support "alternate screen" mode (terminfo smcup/rmcup) typically used by fullNicholas 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-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-07-01Fix two errors with character/line insertion and deletion: the maximum numberNicholas Marriott
2009-06-29Fix two errors with character/line insertion and deletion: the maximum numberNicholas Marriott
2009-06-25Whitespace and more syncing.Nicholas Marriott
2009-06-25Restore $Id$ and add script to do so.Nicholas Marriott
2009-06-25Add a dedicated function to convert a line into a string and use it to simpli...Nicholas 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
2009-03-28Better UTF-8 support, including combined characters. Unicode data is now storedNicholas Marriott
2009-03-28_fill functions are no longer needed. Nuke them.Nicholas Marriott
2009-03-28Whoops. Missed a few changes.Nicholas Marriott
2009-03-28Step 2 of the Grand Plan To Make UTF-8 Better.Nicholas Marriott
2009-03-28struct grid_data -> struct grid. Stage 1 of the Grand Plan To Make UTF-8 Better.Nicholas Marriott
2009-01-10Trim spaces.Nicholas Marriott
2009-01-05Some tweaks found by LLVM courtesy of IcePic.Nicholas Marriott
2008-12-11Don't segfault on last character.Nicholas Marriott
2008-09-28Calculate y properly.Nicholas Marriott
2008-09-26Trim.Nicholas Marriott
2008-09-25Internal screen data rewrite for better 256 colour/UTF-8 support.Nicholas Marriott