From 5fb9d9aa38212454b9b924fb9075940ede17ccd4 Mon Sep 17 00:00:00 2001 From: axel Date: Tue, 14 Feb 2006 21:35:14 +1000 Subject: [PATCH] Fix clash in usage of unicode private use area darcs-hash:20060214113514-ac50b-5160e3b7ac9401a7ef198121d39e33225df4b766.gz --- common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.h b/common.h index 8bbdc9e1e..9c688947d 100644 --- a/common.h +++ b/common.h @@ -47,7 +47,7 @@ typedef char tputs_arg_t; /** This is in the unicode private use area. */ -#define ENCODE_DIRECT_BASE 0xf000 +#define ENCODE_DIRECT_BASE 0xf100 /** Save the shell mode on startup so we can restore them on exit