bold attribute is back.

visibility of the cursor is not saved/loaded anymore.
scrolling up/down is fixed.
added RI and RIS sequences.
fixed cursor drawing bug.
This commit is contained in:
Aurélien Aptel
2010-03-11 23:50:50 +01:00
parent 8898ecc34a
commit 5b945f0652
2 changed files with 126 additions and 50 deletions

View File

@ -1,7 +1,8 @@
#define SHELL "/bin/bash"
#define TAB 8
#define FONT "fixed"
#define FONT "6x13"
#define BOLDFONT FONT"bold"
#define BORDER 3
#define LINESPACE 0 /* additional pixel between each line */