giftcurs-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[giFTcurs-commits] giFTcurs/src screen.h


From: Göran Weinholt
Subject: [giFTcurs-commits] giFTcurs/src screen.h
Date: Mon, 13 Oct 2003 17:47:13 -0400

CVSROOT:        /cvsroot/giftcurs
Module name:    giFTcurs
Branch:         
Changes by:     Göran Weinholt <address@hidden> 03/10/13 17:47:13

Modified files:
        src            : screen.h 

Log message:
        Removed obsolete UTF8_CBYTE() macro.

Patches:
Index: giFTcurs/src/screen.h
diff -u giFTcurs/src/screen.h:1.77 giFTcurs/src/screen.h:1.78
--- giFTcurs/src/screen.h:1.77  Sat Aug 23 16:01:44 2003
+++ giFTcurs/src/screen.h       Mon Oct 13 17:47:13 2003
@@ -18,7 +18,7 @@
  * along with giFTcurs; if not, write to the Free Software Foundation,
  * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307,  USA.
  *
- * $Id: screen.h,v 1.77 2003/08/23 20:01:44 weinholt Exp $
+ * $Id: screen.h,v 1.78 2003/10/13 21:47:13 weinholt Exp $
  */
 #ifndef _SCREEN_H
 #define _SCREEN_H
@@ -83,8 +83,6 @@
 # endif
 extern gboolean use_mouse;
 #endif
-
-#define UTF8_CBYTE(x)          (utf8 && (unsigned char)(x) >= 0x80 && 
(unsigned char)(x) <= 0xBF)
 
 /* Stolen from mc... */
 #define XCTRL(x) ((x) & 31)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]