comparison mcabber/src/screen.h @ 930:a75f7a13df7b

UTF-8 terminal support (Reimar Döffinger) This is a patch from Reimar Döffinger, slightly modified, which makes mcabber work better on UTF-8 terminals.
author Mikael Berthe <mikael@lilotux.net>
date Sat, 08 Jul 2006 09:40:05 +0200
parents 78f4971578dd
children 97e6a6da2b2c
comparison
equal deleted inserted replaced
929:f4bf564893b5 930:a75f7a13df7b
31 31
32 extern int update_roster; 32 extern int update_roster;
33 33
34 typedef struct { 34 typedef struct {
35 int value; 35 int value;
36 int utf8;
36 enum { 37 enum {
37 MKEY_META = 1, 38 MKEY_META = 1,
38 MKEY_EQUIV, 39 MKEY_EQUIV,
39 MKEY_CTRL_PGUP, 40 MKEY_CTRL_PGUP,
40 MKEY_CTRL_PGDOWN, 41 MKEY_CTRL_PGDOWN,