diff options
author | Jens Nyberg <jens.nyberg@gmail.com> | 2013-02-12 20:36:56 +0100 |
---|---|---|
committer | Christoph Lohmann <20h@r-36.net> | 2013-02-12 21:10:43 +0100 |
commit | 3c1ed5d56af13f09a81beb00c59464972c36b2f0 (patch) | |
tree | 1e9e05b7d7eb15ae3fa683ee1eceddd0ba5158c5 /config.def.h | |
parent | 27dac4a157357a69c51c0eabeb017c96ee14cc28 (diff) | |
download | surf-3c1ed5d56af13f09a81beb00c59464972c36b2f0.tar.gz surf-3c1ed5d56af13f09a81beb00c59464972c36b2f0.tar.bz2 surf-3c1ed5d56af13f09a81beb00c59464972c36b2f0.zip |
Removed progress indicator
This removes the progress indicator and replaces it with
letters in the window title.
T/U: Trusted, Untrusted
P/-: Proxy, No proxy
Signed-off-by: Christoph Lohmann <20h@r-36.net>
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/config.def.h b/config.def.h index a221c86..d503bfb 100644 --- a/config.def.h +++ b/config.def.h @@ -2,19 +2,12 @@ static char *useragent = "Mozilla/5.0 (X11; U; Unix; en-US) " "AppleWebKit/537.15 (KHTML, like Gecko) Chrome/24.0.1295.0 " "Safari/537.15 Surf/"VERSION; -static char *progress = "#0000FF"; -static char *progress_untrust = "#FF0000"; -static char *progress_trust = "#00FF00"; -static char *progress_proxy = "#FFFF00"; -static char *progress_proxy_trust = "#66FF00"; -static char *progress_proxy_untrust = "#FF6600"; static char *stylefile = "~/.surf/style.css"; static char *scriptfile = "~/.surf/script.js"; static char *cookiefile = "~/.surf/cookies.txt"; static time_t sessiontime = 3600; static char *cafile = "/etc/ssl/certs/ca-certificates.crt"; static char *strictssl = FALSE; /* Refuse untrusted SSL connections */ -static int indicator_thickness = 2; /* Webkit default features */ static Bool enablespatialbrowsing = TRUE; |