Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
use unconditional infinite loops
|
|
|
|
use config.def.h mechanism
add SHELL in config.h
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
xcursor() to use term instead of a
parameter and fixed the cursor position after setting a scrolling region.
|
|
|
|
|
|
|
|
|
|
|
|
along with duration in config.h, factored some code in tnew()/treset()
and cleaned some code.
|
|
|
|
|
|
started without a display. (thx Hiltjo Posthuma)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
results in a lot of simplification :
- no more dirty flags (perf are good enough).
- no more ugly gfx call in emulation functions.
LINESPACE removed from config.h.
BORDER is now handled correctly.
|
|
visibility of the cursor is not saved/loaded anymore.
scrolling up/down is fixed.
added RI and RIS sequences.
fixed cursor drawing bug.
|
|
|
|
|
|
|