summaryrefslogtreecommitdiff
path: root/themes/mutt
diff options
context:
space:
mode:
authorMichael Jennings <mej@kainx.org>1999-12-11 02:06:33 +0000
committerMichael Jennings <mej@kainx.org>1999-12-11 02:06:33 +0000
commit55ddc328cd0f7a6c16d62e24c6213ada7ddd2583 (patch)
treee87b85dca7b96ceccf7e67519eca65f6e09c15b5 /themes/mutt
parent65719dbfc52f2141243a4f84b0a281d25b18499a (diff)
downloadeterm-55ddc328cd0f7a6c16d62e24c6213ada7ddd2583.tar.gz
Fri Dec 10 23:33:16 PST 1999 Michael Jennings <mej@eterm.org>
I finally got around to implementing double-buffering, although it seems to still have some issues with font changes. But if you don't change fonts, it works great. :-) I also fixed the multibyte font stuff with help from Sung-Hyun Nam <namsh@lgic.co.kr>. There seem to be some new issues here, though, with the background pixmap. But I'm to tired to look deeper tonight. SVN revision: 1588
Diffstat (limited to 'themes/mutt')
-rw-r--r--themes/mutt/menus.cfg (renamed from themes/mutt/mutt-menu.cfg)0
-rw-r--r--themes/mutt/theme.cfg.in31
2 files changed, 18 insertions, 13 deletions
diff --git a/themes/mutt/mutt-menu.cfg b/themes/mutt/menus.cfg
index b2d5cab..b2d5cab 100644
--- a/themes/mutt/mutt-menu.cfg
+++ b/themes/mutt/menus.cfg
diff --git a/themes/mutt/theme.cfg.in b/themes/mutt/theme.cfg.in
index 6566bcd..86e3daa 100644
--- a/themes/mutt/theme.cfg.in
+++ b/themes/mutt/theme.cfg.in
@@ -93,6 +93,18 @@ begin main
# 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 k14
+# font 1 jiskan16
+# font 2 jiskan18
+# font 3 jiskan24
+# font 4 jiskan26
+# encoding eucj
+# end multichar
+
# Define the imageclasses.
begin imageclasses
@@ -166,7 +178,7 @@ begin main
end image
end
-%include "mutt-menu.cfg"
+%include "menus.cfg"
# This section *must* come after the menu definitions if you want
# menu actions to work. C'est la vie. :-)
@@ -180,18 +192,6 @@ begin main
bind anymod 0xffbe to menu Eterm
end actions
-# 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 k14
-# font 1 jiskan16
-# font 2 jiskan18
-# font 3 jiskan24
-# font 4 jiskan26
-# encoding eucj
-# end multichar
-
# The XIM support options.
# input_method: set the name of your favorate input method program
# preedit_type: OverTheSpot or OffTheSpot or Root
@@ -244,6 +244,11 @@ begin main
# If true, Eterm will run with no window borders.
borderless false
+# If true, Eterm will use a double-buffered background pixmap for drawing text. This
+# makes redraws faster by reducing exposes, but it uses more memory. If you have the
+# memory to spare, it's a good idea.
+# double_buffer true
+
end toggles
begin keyboard