summaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
authorDaniel Carl <danielcarl@gmx.de>2014-01-05 19:56:22 +0100
committerDaniel Carl <danielcarl@gmx.de>2014-01-05 19:56:22 +0100
commita40d7646956a37e90a9de03f50959e334a8d4b05 (patch)
tree2c9bb9f30737306e6124650a076c3f007f063163 /src/main.h
parentda54ee8edeb17dbf5ea64c28f7fa16d749cd49ef (diff)
parent9ad874b2dfa20b13bb7a0fd2871ce34602983ad0 (diff)
Merge branch 'hinting-g-mode'
Conflicts: src/hints.js
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.h b/src/main.h
index 3830bfa..f51e22f 100644
--- a/src/main.h
+++ b/src/main.h
@@ -272,8 +272,8 @@ typedef struct {
GList *downloads;
gboolean processed_key;
char *title; /* holds the window title */
-#define PROMPT_SIZE 3
- char prompt[PROMPT_SIZE]; /* current prompt ':', ';o', '/' */
+#define PROMPT_SIZE 4
+ char prompt[PROMPT_SIZE]; /* current prompt ':', 'g;t', '/' including nul */
} State;
typedef struct {