double-buffering added using pixmap (finally).
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.
This commit is contained in:
parent
0f4dd5035e
commit
b3b7ffce5f
2 changed files with 25 additions and 47 deletions
3
config.h
3
config.h
|
@ -3,8 +3,7 @@
|
|||
|
||||
#define FONT "6x13"
|
||||
#define BOLDFONT FONT"bold"
|
||||
#define BORDER 3
|
||||
#define LINESPACE 0 /* additional pixel between each line */
|
||||
#define BORDER 2
|
||||
|
||||
/* Terminal colors */
|
||||
static const char *colorname[] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue