From afc51e774a62a97144c71555325c5dcd73119625 Mon Sep 17 00:00:00 2001 From: Michael Jennings Date: Tue, 26 Jun 2001 00:46:33 +0000 Subject: Mon Jun 25 17:41:55 2001 Michael Jennings (mej) Several changes here, many of which come from the Debian bug list or from bug reports on IRC. First off, I believe I've fixed an install issue with the bg/ directory. I also put an alternative acsc line in the terminfo file to see if it fixes anything on Debian. (RH works fine.) I removed the "main" context from all the theme files...which is something I should've done ages ago, but I forgot. I made a couple things options which were not previously configurable. The proportional font thingie which shrank the character cell width is now the --proportional option. The automatic window gravity on resize is now the --resize-gravity option. Both are boolean, and both are documented in the man page. And finally, I added the kill() function to the script language. At this point it can only take signals as numbers, but that's good enough for now. SVN revision: 4857 --- themes/Eterm/theme.cfg.in | 41 +++++++++++++++++---------------------- themes/auto/theme.cfg.in | 41 +++++++++++++++++---------------------- themes/cEterm/theme.cfg.in | 41 +++++++++++++++++---------------------- themes/chooser/theme.cfg.in | 41 +++++++++++++++++---------------------- themes/emacs/theme.cfg.in | 41 +++++++++++++++++---------------------- themes/irc/theme.cfg.in | 41 +++++++++++++++++---------------------- themes/mutt/theme.cfg.in | 47 ++++++++++++++++++++------------------------- themes/trans/theme.cfg.in | 41 +++++++++++++++++---------------------- 8 files changed, 147 insertions(+), 187 deletions(-) (limited to 'themes') diff --git a/themes/Eterm/theme.cfg.in b/themes/Eterm/theme.cfg.in index c241b86..efd0d5a 100644 --- a/themes/Eterm/theme.cfg.in +++ b/themes/Eterm/theme.cfg.in @@ -12,11 +12,8 @@ # directly or indirectly through the use of, or inability to use, # this program. Use at your OWN risk. -# A begin to get things started. -begin main - # Define the color properties - begin color +begin color # Foreground, background, cursor, scrollbar, pointer colors foreground #aaaaaa @@ -59,11 +56,11 @@ begin main # This ends the color section. Any text after the word "end" is # assumed to be a comment and ignored. - end color +end color # The X11 attributes section. Should be fairly self-explanatory, # but if not, consult the X man page. - begin attributes +begin attributes # Geometry == widthxheight+x_offset+y_offset, offsets from top left # if +, bottom right if - @@ -85,22 +82,22 @@ begin main font 5 10x20 font 6 12x24 # font bold 7x14 - end attributes +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 +begin multichar font 0 @MFONT0@ font 1 @MFONT1@ font 2 @MFONT2@ font 3 @MFONT3@ font 4 @MFONT4@ encoding @MULTICHAR_ENCODING@ - end multichar +end multichar # Define the imageclasses. - begin imageclasses +begin imageclasses # You must define this before setting any images that use it. This is the $PATH-style variable # that determines where Eterm looks for image files. @@ -273,7 +270,7 @@ begin main geom 100x100+0+0:scale border 2 3 2 2 end image - end +end %include "menus.cfg" @@ -282,16 +279,16 @@ begin main # # Syntax: bind [ { | anymod } ] { | |