Rivoreo Source Code Repositories
src.rivoreo.one
/
tmux
/
0ad9a61ba0a5cce9b47114125727bebbe19283d2
/
screen-display.c
43a05b1
Better fix, handle delete-last-line properly.
by Nicholas Marriott
· 18 years ago
4e21786
Don't crash when deleting lines at the end, fixes irssi.
by Nicholas Marriott
· 18 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
· 18 years ago
1e5cb8d
Free entire screen when destroyed.
by Nicholas Marriott
· 18 years ago
d5edaf9
Horizontal history/scrolling.
by Nicholas Marriott
· 18 years ago
9a6e47c
Initial history support.
by Nicholas Marriott
· 18 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
· 18 years ago