mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
114b854ce8
Submitted by: maintainer
58 lines
1.5 KiB
Plaintext
58 lines
1.5 KiB
Plaintext
--- themes/Eterm/theme.cfg.in.orig Fri Jan 7 23:51:12 2000
|
|
+++ themes/Eterm/theme.cfg.in Mon Dec 25 13:33:16 2000
|
|
@@ -84,25 +84,17 @@
|
|
font default @DEF_FONT_IDX@
|
|
font 0 @FONT0@
|
|
font 1 @FONT1@
|
|
- font 2 @FONT2@
|
|
- font 3 @FONT3@
|
|
- font 4 @FONT4@
|
|
- font 5 10x20
|
|
- font 6 12x24
|
|
# font bold 7x14
|
|
end attributes
|
|
|
|
# The Multichar support options. Same goes for these fonts as for the normal
|
|
# ones. The "encoding" attribute can be either "eucj" or "sjis" or "euckr"
|
|
# or big5 or gb
|
|
-# begin multichar
|
|
-# font 0 @MFONT0@
|
|
-# font 1 @MFONT1@
|
|
-# font 2 @MFONT2@
|
|
-# font 3 @MFONT3@
|
|
-# font 4 @MFONT4@
|
|
-# encoding @MULTICHAR_ENCODING@
|
|
-# end multichar
|
|
+ begin multichar
|
|
+ font 0 @MFONT0@
|
|
+ font 1 @MFONT1@
|
|
+ encoding @MULTICHAR_ENCODING@
|
|
+ end multichar
|
|
|
|
# Define the imageclasses.
|
|
begin imageclasses
|
|
@@ -248,10 +240,10 @@
|
|
# The XIM support options.
|
|
# input_method: set the name of your favorate input method program
|
|
# preedit_type: OverTheSpot or OffTheSpot or Root
|
|
-# begin xim
|
|
-# input_method Ami
|
|
-# preedit_type OverTheSpot
|
|
-# end xim
|
|
+ begin xim
|
|
+ input_method xcin
|
|
+ preedit_type OverTheSpot
|
|
+ end xim
|
|
|
|
# Boolean variables. The values can be "1", "on", or "true" for TRUE, or "0",
|
|
# "off", or "false" for FALSE.
|
|
@@ -342,7 +334,7 @@
|
|
# line_space 2
|
|
|
|
# Value to use for $TERM
|
|
- term_name xterm
|
|
+ term_name xterm-color
|
|
|
|
# Program to exec (intended for use with themes)
|
|
# exec foo
|