mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 05:28:49 +00:00
Fix clash in usage of unicode private use area
darcs-hash:20060214113514-ac50b-5160e3b7ac9401a7ef198121d39e33225df4b766.gz
This commit is contained in:
parent
8258961c29
commit
5fb9d9aa38
1 changed files with 1 additions and 1 deletions
2
common.h
2
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
|
||||
|
|
Loading…
Reference in a new issue