Rivoreo Source Code Repositories
src.rivoreo.one
/
tmux
/
8969a8beafcf7ba81c55eb1a8e036066ba1bace5
/
screen-display.c
99df48d
Trimify.
by Nicholas Marriott
· 16 years ago
7842d29
Revert attempt to fix stray updates, turns out it was clock :-/.
by Nicholas Marriott
· 16 years ago
39be570
vi keys from Will Maier.
by Nicholas Marriott
· 16 years ago
e215e17
Filling with the right attr should be done in screen-display.c.
by Nicholas Marriott
· 17 years ago
21d10e6
Use the current attr/colours for filling in new areas, this fixes the echo \\033[35\;46m\\033[2J bug.
by Nicholas Marriott
· 17 years ago
8ec9b07
Screen debugging.
by Nicholas Marriott
· 17 years ago
4f44b09
Redraw buglets.
by Nicholas Marriott
· 17 years ago
103748d
Major reorganisation of screen handling.
by Nicholas Marriott
· 17 years ago
97eca99
Code tidying.
by Nicholas Marriott
· 17 years ago
c5b1fa9
Shift history up by 10% at a time.
by Nicholas Marriott
· 17 years ago
43a05b1
Better fix, handle delete-last-line properly.
by Nicholas Marriott
· 17 years ago
4e21786
Don't crash when deleting lines at the end, fixes irssi.
by Nicholas Marriott
· 17 years ago
c64cf68
Cut memory consumption by only allocating lines when there is actually data on them, and only as much as the right-most data. Everything else is filled in at runtime.
by Nicholas Marriott
· 17 years ago
1e5cb8d
Free entire screen when destroyed.
by Nicholas Marriott
· 17 years ago
d5edaf9
Horizontal history/scrolling.
by Nicholas Marriott
· 17 years ago
9a6e47c
Initial history support.
by Nicholas Marriott
· 17 years ago
ceab127
Mass screen.c rename/tidy. Add a actual size (ysize) as distinct from display size (now dx,dy). Move functions which work on the displayed area into screen-display.c and tidy. Use macros consistently when accessing screen data (may want to move everything about again later!). This the first step on the road to scrollback.
by Nicholas Marriott
· 17 years ago