summaryrefslogtreecommitdiffstats
path: root/grid.c
AgeCommit message (Expand)Author
2012-07-11Sync OpenBSD patchset 1150:Tiago Cunha
2012-05-30Sync OpenBSD patchset 1122:Tiago Cunha
2011-07-09Expand the Id keyword. Tiago Cunha
2010-04-05Merge output (more) and copy modes into one single mode (called copy).Micah Cowan
2009-12-04Sync OpenBSD patchset 581:Tiago Cunha
2009-11-19Sync OpenBSD patchset 547:Tiago Cunha
2009-10-15Sync OpenBSD patchset 409:Tiago Cunha
2009-09-15Sync OpenBSD patchset 328:Tiago Cunha
2009-08-21Sync OpenBSD patchset 283:Tiago Cunha
2009-08-21Sync OpenBSD patchset 282:Tiago Cunha
2009-08-10Sync OpenBSD patchset 239:Tiago Cunha
2009-08-09Sync OpenBSD patchset 226:Tiago Cunha
2009-07-22Sync OpenBSD patchset 153:Tiago Cunha
2009-07-17Stupid cvsps.Nicholas Marriott
2009-07-17Typo in grid_duplicate_lines (sy for dy) causing it to write into the wrongNicholas Marriott
2009-07-16Typo in grid_duplicate_lines (sy for dy) causing it to write into the wrongNicholas Marriott
2009-07-14Support "alternate screen" mode (terminfo smcup/rmcup) typically used by fullNicholas Marriott
2009-07-14If it exist, load a system-wide configuration file /etc/tmux.conf before anyNicholas Marriott
2009-07-12Limit the history to hlimit not hlimit - 1. This makes a history-limit settingNicholas Marriott
2009-06-25Whitespace and more syncing.Nicholas Marriott
2009-06-25Restore $Id$ and add script to do so.Nicholas Marriott
2009-06-25Miscellaneous unused functions, including one which was basically aNicholas Marriott
2009-06-25Change find-window and monitor-content to use fnmatch(3). For convenience andNicholas Marriott
2009-06-25Add a dedicated function to convert a line into a string and use it to simpli...Nicholas Marriott
2009-05-04Space trimmage mega-diff.Nicholas Marriott
2009-03-30Add UTF-8 to grid_compare..Nicholas 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-02-16Don't leak top line of history and status screen.Nicholas Marriott
2009-02-10Don't redraw status line unless it has actually changed. Stops extraneousNicholas Marriott
2009-01-17Tidy a few warnings.Nicholas Marriott
2009-01-11Correct comment.Nicholas Marriott
2009-01-10Trim spaces.Nicholas Marriott
2009-01-08Don't die when out of bounds if non-DEBUG. Stops people hitting me when bugs ...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