index
:
rtmux.git
master
rahm
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
grid.c
Commit message (
Expand
)
Author
Age
*
Expand the Id keyword.
Tiago Cunha
2011-07-09
*
Merge output (more) and copy modes into one single mode (called copy).
Micah Cowan
2010-04-05
*
Sync OpenBSD patchset 581:
Tiago Cunha
2009-12-04
*
Sync OpenBSD patchset 547:
Tiago Cunha
2009-11-19
*
Sync OpenBSD patchset 409:
Tiago Cunha
2009-10-15
*
Sync OpenBSD patchset 328:
Tiago Cunha
2009-09-15
*
Sync OpenBSD patchset 283:
Tiago Cunha
2009-08-21
*
Sync OpenBSD patchset 282:
Tiago Cunha
2009-08-21
*
Sync OpenBSD patchset 239:
Tiago Cunha
2009-08-10
*
Sync OpenBSD patchset 226:
Tiago Cunha
2009-08-09
*
Sync OpenBSD patchset 153:
Tiago Cunha
2009-07-22
*
Stupid cvsps.
Nicholas Marriott
2009-07-17
*
Typo in grid_duplicate_lines (sy for dy) causing it to write into the wrong
Nicholas Marriott
2009-07-17
*
Typo in grid_duplicate_lines (sy for dy) causing it to write into the wrong
Nicholas Marriott
2009-07-16
*
Support "alternate screen" mode (terminfo smcup/rmcup) typically used by full
Nicholas Marriott
2009-07-14
*
If it exist, load a system-wide configuration file /etc/tmux.conf before any
Nicholas Marriott
2009-07-14
*
Limit the history to hlimit not hlimit - 1. This makes a history-limit setting
Nicholas Marriott
2009-07-12
*
Whitespace and more syncing.
Nicholas Marriott
2009-06-25
*
Restore $Id$ and add script to do so.
Nicholas Marriott
2009-06-25
*
Miscellaneous unused functions, including one which was basically a
Nicholas Marriott
2009-06-25
*
Change find-window and monitor-content to use fnmatch(3). For convenience and
Nicholas Marriott
2009-06-25
*
Add a dedicated function to convert a line into a string and use it to simpli...
Nicholas Marriott
2009-06-25
*
Space trimmage mega-diff.
Nicholas Marriott
2009-05-04
*
Add UTF-8 to grid_compare..
Nicholas Marriott
2009-03-30
*
Better UTF-8 support, including combined characters. Unicode data is now stored
Nicholas Marriott
2009-03-28
*
_fill functions are no longer needed. Nuke them.
Nicholas Marriott
2009-03-28
*
Whoops. Missed a few changes.
Nicholas Marriott
2009-03-28
*
Step 2 of the Grand Plan To Make UTF-8 Better.
Nicholas Marriott
2009-03-28
*
struct grid_data -> struct grid. Stage 1 of the Grand Plan To Make UTF-8 Better.
Nicholas Marriott
2009-03-28
*
Don't leak top line of history and status screen.
Nicholas Marriott
2009-02-16
*
Don't redraw status line unless it has actually changed. Stops extraneous
Nicholas Marriott
2009-02-10
*
Tidy a few warnings.
Nicholas Marriott
2009-01-17
*
Correct comment.
Nicholas Marriott
2009-01-11
*
Trim spaces.
Nicholas Marriott
2009-01-10
*
Don't die when out of bounds if non-DEBUG. Stops people hitting me when bugs ...
Nicholas Marriott
2009-01-08
*
Calculate y properly.
Nicholas Marriott
2008-09-28
*
Trim.
Nicholas Marriott
2008-09-26
*
Internal screen data rewrite for better 256 colour/UTF-8 support.
Nicholas Marriott
2008-09-25