Set registry ISO10646 at run time
We don't know at compile time whether the X server even supports Unicode. So take the configured map font, change the registry to ISO10646 and try the resulting font string. Keep the configured font if that doesn't work.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
! Copyright (c) 2017 by Pasi Kallinen
|
||||
! NetHack may be freely redistributed. See license for details.
|
||||
|
||||
#define NETHACK_FONT -*-fixed-medium-*-*-*-15-*-*-*-*-*-iso10646-*
|
||||
#define NETHACK_FONT -*-fixed-medium-*-*-*-15-*-*-*-*-*-*-*
|
||||
#define NETHACK_CLR_FG grey
|
||||
#define NETHACK_CLR_BG black
|
||||
#define NETHACK_CLR_QUIT red
|
||||
|
||||
Reference in New Issue
Block a user