freebsd-ports/japanese/rxvt/files/patch-aj
Chris Piazza ae0593e540 Update to rxvt 2.7.2
PR:		16061
Submitted by:	maintainer
2000-01-14 19:39:09 +00:00

44 lines
1.2 KiB
Text

*** 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