about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMarco Peereboom <marco@conformal.com>2011-07-11 14:58:36 +0000
committerMarco Peereboom <marco@conformal.com>2011-07-11 14:58:36 +0000
commitee42b485d113c7740e68e4069309dc552cdaf3c9 (patch)
treeb8fec9bde6b252d514f9c4074ac970c07f68bec6
parenta1f06ec011a54545b621b54abfb92a208e22085c (diff)
downloadxombrero-ee42b485d113c7740e68e4069309dc552cdaf3c9.tar.gz
oops i screwed up the font sizes while testing
-rw-r--r--xxxterm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xxxterm.c b/xxxterm.c
index 9c5a169..9d75ab5 100644
--- a/xxxterm.c
+++ b/xxxterm.c
@@ -8405,8 +8405,8 @@ main(int argc, char *argv[])
 	search_string = g_strdup("https://ssl.scroogle.org/cgi-bin/nbbwssl.cgi?Gw=%s");
 	resource_dir = g_strdup("/usr/local/share/xxxterm/");
 	strlcpy(runtime_settings, "runtime", sizeof runtime_settings);
-	cmd_font_name = g_strdup("monospace normal 19");
-	statusbar_font_name = g_strdup("monospace normal 19");
+	cmd_font_name = g_strdup("monospace normal 9");
+	statusbar_font_name = g_strdup("monospace normal 9");
 
 
 	/* read config file */
or James Booth <boothj5@gmail.com> 2015-02-26 23:23:15 +0000 committer James Booth <boothj5@gmail.com> 2015-02-26 23:23:15 +0000 Updated themes for release' href='/danisanti/profani-tty/commit/themes/shade?id=30b5f112fd81890411d6fe52c1f442f4433e0d01'>30b5f112 ^
6dabbbd5 ^





30b5f112 ^
71679a31 ^

6dabbbd5 ^


6dabbbd5 ^
30b5f112 ^
2f82f50a ^
86c1c388 ^
1a3dc91e ^
30b5f112 ^
6dabbbd5 ^
30b5f112 ^
fbc30231 ^

















cd2458c0 ^

0ae975c2 ^

b21edfaa ^
cd2458c0 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78