From 5b945f06525b3c800f6c2c997aa54d3cdc95b4f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Aptel?= Date: Thu, 11 Mar 2010 23:50:50 +0100 Subject: 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. --- config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config.h') diff --git a/config.h b/config.h index a7fc58c..f881571 100644 --- a/config.h +++ b/config.h @@ -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 */ -- cgit v1.2.3