index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
tmux
/
grid.c
Age
Commit message (
Expand
)
Author
2009-10-13
Move lines into the history when scrolling even if the scroll region is not
Nicholas Marriott
2009-09-15
Stick line length to what is actually used (removing an optimization that
Nicholas Marriott
2009-08-21
Fix grid_expand_line so it actually works when the required size is bigger than
Nicholas Marriott
2009-08-20
A few trivial optimisations: no need to check for zero size if calling
Nicholas Marriott
2009-08-10
Use the right source and destination lines in grid_duplicate_lines.
Nicholas Marriott
2009-08-08
Change the way the grid is stored, previously it was:
Nicholas Marriott
2009-07-21
Remove a couple of unused functions and fix a type ("FALLTHOUGH"), found by
Nicholas Marriott
2009-07-16
Typo in grid_duplicate_lines (sy for dy) causing it to write into the wrong
Nicholas Marriott
2009-07-13
Support "alternate screen" mode (terminfo smcup/rmcup) typically used by full
Nicholas Marriott
2009-07-11
Limit the history to hlimit not hlimit - 1. This makes a history-limit setting
Nicholas Marriott
2009-06-25
Miscellaneous unused functions, including one which was basically a
Nicholas Marriott
2009-06-24
Change find-window and monitor-content to use fnmatch(3). For convenience and
Nicholas Marriott
2009-06-24
Add a dedicated function to convert a line into a string and use it to simpli...
Nicholas Marriott
2009-06-05
Remove trailing newlines, spaces, and tabs.
Ray Lai
2009-06-01
Import tmux, a terminal multiplexor allowing (among other things) a single
Nicholas Marriott