aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-02-14 21:35:14 +1000
committerGravatar axel <axel@liljencrantz.se>2006-02-14 21:35:14 +1000
commit5fb9d9aa38212454b9b924fb9075940ede17ccd4 (patch)
tree0b9ccd9454aa76e48e20e5df77d196e4a5f95142
parent8258961c2983ee370f26f775ec12e0ecf921ac38 (diff)
Fix clash in usage of unicode private use area
darcs-hash:20060214113514-ac50b-5160e3b7ac9401a7ef198121d39e33225df4b766.gz
-rw-r--r--common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.h b/common.h
index 8bbdc9e1..9c688947 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