File evilvte-0.4.3.diff of Package evilvte
diff -uNr evilvte-0.4.3/src/config.h evilvte-0.4.3.new/src/config.h
--- evilvte-0.4.3/src/config.h 2008-05-27 03:26:02.000000000 -0500
+++ evilvte-0.4.3.new/src/config.h 2009-08-12 07:53:12.000000000 -0500
@@ -1,59 +1,59 @@
/* Comment out options to reduce binary size and consumption of resources. */
-#define BACKGROUND_IMAGE ".config/evilvte/background.png"
+//#define BACKGROUND_IMAGE ".config/evilvte/background.png"
// #define BACKGROUND_SATURATION 0.4
// #define BACKGROUND_SCROLLABLE TRUE
-// #define BACKGROUND_TINT_COLOR "black"
-// #define BACKGROUND_TRANSPARENT TRUE /* Pseudo transparent background */
-// #define BACKGROUND_OPACITY TRUE /* True transparent background */
+ #define BACKGROUND_TINT_COLOR "black"
+ #define BACKGROUND_TRANSPARENT TRUE /* Pseudo transparent background */
+ #define BACKGROUND_OPACITY TRUE /* True transparent background */
// #define BACKSPACE_KEY /* Options: AUTO, BACKSPACE, DELETE, DELETE_SEQUENCE */
// #define DELETE_KEY /* Options: AUTO, BACKSPACE, DELETE, DELETE_SEQUENCE */
-// #define BELL_AUDIBLE TRUE
-// #define BELL_VISIBLE TRUE
+ #define BELL_AUDIBLE FALSE
+ #define BELL_VISIBLE TRUE
// #define BUTTON_ORDER_BY_RCFILE TRUE
// #define CLOSE_DIALOG TRUE /* Dialog to confirm close event */
// #define CLOSE_SAFELY TRUE /* Do not kill running applications */
// #define COLOR_BACKGROUND "white"
// #define COLOR_FOREGROUND "#000000"
-// #define COLOR_STYLE LINUX /* Options: LINUX, RXVT, TANGO, XTERM */
+ #define COLOR_STYLE TANGO /* Options: LINUX, RXVT, TANGO, XTERM */
// #define COLOR_TEXT_BOLD "red"
// #define COLOR_TEXT_DIM "#FFFF00"
// #define COLOR_TEXT_HIGHLIGHTED "green"
#define COMMAND_EXEC_PROGRAM TRUE /* -e option, execute program */
-#define COMMAND_SHOW_OPTIONS TRUE /* -o option, show build-time options */
+// #define COMMAND_SHOW_OPTIONS TRUE /* -o option, show build-time options */
#define COMMAND_SHOW_VERSION TRUE /* -v option, show program version */
-// #define CURSOR_BLINKS TRUE
-// #define CURSOR_COLOR "blue"
+ #define CURSOR_BLINKS FALSE
+ #define CURSOR_COLOR "blue"
// #define DEFAULT_ARGV NULL
// #define DEFAULT_COLUMNS 80
// #define DEFAULT_ROWS 24
// #define DEFAULT_COMMAND g_getenv("SHELL")
// #define DEFAULT_DIRECTORY g_getenv("PWD")
-// #define DEFAULT_EMULATION_TYPE "xterm"
-// #define DEFAULT_ENCODING "UTF-8"
+ #define DEFAULT_EMULATION_TYPE "xterm"
+ #define DEFAULT_ENCODING "UTF-8"
// #define DEFAULT_ENVV NULL
-// #define FONT "Monospace"
-// #define FONT_SIZE 10
-// #define FONT_ANTI_ALIAS TRUE
-// #define FONT_ENABLE_BOLD_TEXT TRUE
+ #define FONT "artwiz snap"
+ #define FONT_SIZE 10
+ #define FONT_ANTI_ALIAS FALSE
+ #define FONT_ENABLE_BOLD_TEXT TRUE
// #define MOUSE_CTRL_SATURATION TRUE /* Scroll left or right to adjust it */
// #define MOUSE_CURSOR_AUTOHIDE TRUE
// #define PROGRAM_ALWAYS_ON_TOP TRUE
-// #define PROGRAM_NAME "evilvte"
-// #define PROGRAM_VERSION "7.7.7"
+ #define PROGRAM_NAME "evilvte"
+ #define PROGRAM_VERSION "6.6.6"
// #define RECORD_LASTLOG TRUE
// #define RECORD_UTMP TRUE
// #define RECORD_WTMP TRUE
// #define SCROLL_LINES 1000
// #define SCROLL_ON_KEYSTROKE TRUE
// #define SCROLL_ON_OUTPUT TRUE
-// #define SCROLLBAR_LEFT TRUE
-#define SCROLLBAR_RIGHT TRUE
+#define SCROLLBAR_LEFT FALSE
+#define SCROLLBAR_RIGHT FALSE
// #define SHOW_WINDOW_BORDER TRUE
// #define SHOW_WINDOW_DECORATED TRUE
-#define SHOW_WINDOW_ICON TRUE
-#define SHOW_WINDOW_TITLE TRUE
-#define STATUS_BAR TRUE
+#define SHOW_WINDOW_ICON FALSE
+#define SHOW_WINDOW_TITLE FALSE
+#define STATUS_BAR FALSE
#define WORD_CHARS "-A-Za-z0-9_$.+!*(),;:@&=?/~#%"
#define MENU TRUE
@@ -73,7 +73,7 @@
* "Toggle always on top", "Adjust saturation",
* "Background tint" */
-#define TAB TRUE
+#define TAB FALSE
// #define TAB_BORDER 0
// #define TAB_BORDER_HORIZONTAL 0
// #define TAB_BORDER_VERTICAL 0