aboutsummaryrefslogtreecommitdiff
path: root/grid.c
Commit message (Expand)AuthorAge
* Sync OpenBSD patchset 1122:Tiago Cunha2012-05-30
* Expand the Id keyword. Tiago Cunha2011-07-09
* Merge output (more) and copy modes into one single mode (called copy).Micah Cowan2010-04-05
* Sync OpenBSD patchset 581:Tiago Cunha2009-12-04
* Sync OpenBSD patchset 547:Tiago Cunha2009-11-19
* Sync OpenBSD patchset 409:Tiago Cunha2009-10-15
* Sync OpenBSD patchset 328:Tiago Cunha2009-09-15
* Sync OpenBSD patchset 283:Tiago Cunha2009-08-21
* Sync OpenBSD patchset 282:Tiago Cunha2009-08-21
* Sync OpenBSD patchset 239:Tiago Cunha2009-08-10
* Sync OpenBSD patchset 226:Tiago Cunha2009-08-09
* Sync OpenBSD patchset 153:Tiago Cunha2009-07-22
* Stupid cvsps.Nicholas Marriott2009-07-17
* Typo in grid_duplicate_lines (sy for dy) causing it to write into the wrongNicholas Marriott2009-07-17
* Typo in grid_duplicate_lines (sy for dy) causing it to write into the wrongNicholas Marriott2009-07-16
* Support "alternate screen" mode (terminfo smcup/rmcup) typically used by fullNicholas Marriott2009-07-14
* If it exist, load a system-wide configuration file /etc/tmux.conf before anyNicholas Marriott2009-07-14
* Limit the history to hlimit not hlimit - 1. This makes a history-limit settingNicholas Marriott2009-07-12
* Whitespace and more syncing.Nicholas Marriott2009-06-25
* Restore $Id$ and add script to do so.Nicholas Marriott2009-06-25
* Miscellaneous unused functions, including one which was basically aNicholas Marriott2009-06-25
* Change find-window and monitor-content to use fnmatch(3). For convenience andNicholas Marriott2009-06-25
* Add a dedicated function to convert a line into a string and use it to simpli...Nicholas Marriott2009-06-25
* Space trimmage mega-diff.Nicholas Marriott2009-05-04
* Add UTF-8 to grid_compare..Nicholas Marriott2009-03-30
* Better UTF-8 support, including combined characters. Unicode data is now storedNicholas Marriott2009-03-28
* _fill functions are no longer needed. Nuke them.Nicholas Marriott2009-03-28
* Whoops. Missed a few changes.Nicholas Marriott2009-03-28
* Step 2 of the Grand Plan To Make UTF-8 Better.Nicholas Marriott2009-03-28
* struct grid_data -> struct grid. Stage 1 of the Grand Plan To Make UTF-8 Better.Nicholas Marriott2009-03-28
* Don't leak top line of history and status screen.Nicholas Marriott2009-02-16
* Don't redraw status line unless it has actually changed. Stops extraneousNicholas Marriott2009-02-10
* Tidy a few warnings.Nicholas Marriott2009-01-17
* Correct comment.Nicholas Marriott2009-01-11
* Trim spaces.Nicholas Marriott2009-01-10
* Don't die when out of bounds if non-DEBUG. Stops people hitting me when bugs ...Nicholas Marriott2009-01-08
* Calculate y properly.Nicholas Marriott2008-09-28
* Trim.Nicholas Marriott2008-09-26
* Internal screen data rewrite for better 256 colour/UTF-8 support.Nicholas Marriott2008-09-25