aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/rxvt/files/patch-aj
blob: c3cfa5e548ded7ab3ab6f1a56bf7dab58c321fd7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
*** 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