diff 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
line wrap: on
line diff
--- a/mcabber/src/screen.h	Sat Jul 08 09:33:54 2006 +0200
+++ b/mcabber/src/screen.h	Sat Jul 08 09:40:05 2006 +0200
@@ -33,6 +33,7 @@
 
 typedef struct {
   int value;
+  int utf8;
   enum {
     MKEY_META = 1,
     MKEY_EQUIV,