1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/japanese/rxvt/files/patch-aj

45 lines
1.2 KiB
Plaintext
Raw Normal View History

*** src/feature.h.orig Tue Dec 21 19:05:42 1999
--- src/feature.h Tue Jan 11 09:28:32 2000
***************
*** 148,154 ****
* This has been superceded and is only for you older users
*/
/* #define HOTKEY_CTRL */
! /* #define HOTKEY_META */
/*
* To use
--- 148,154 ----
* This has been superceded and is only for you older users
*/
/* #define HOTKEY_CTRL */
! #define HOTKEY_META
/*
* To use
***************
*** 390,400 ****
* Sizes between multi-char fonts sets (MFONT_LIST) and single-char font
* sets (NFONT_LIST) have been matched up
*/
! #define NFONTS 7
#define FONT0_IDX 2
! #define NFONT_LIST "7x14", "6x10", "6x13", "8x13", "8x16", "10x20", "12x24"
#ifdef MULTICHAR_SET /* multichar glyph language support */
! # define MFONT_LIST NULL, NULL, NULL, NULL, NULL, NULL, NULL
#endif
#endif
--- 390,400 ----
* Sizes between multi-char fonts sets (MFONT_LIST) and single-char font
* sets (NFONT_LIST) have been matched up
*/
! #define NFONTS 5
#define FONT0_IDX 2
! #define NFONT_LIST "7x14", "a10", "r12", "8x16", "12x24"
#ifdef MULTICHAR_SET /* multichar glyph language support */
! # define MFONT_LIST "k14", "k10", "k12", "kanji16", "kanji24"
#endif
#endif