summary refs log tree commit diff
path: root/ui.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui.c b/ui.c
index 54f0492..12f7dc7 100644
--- a/ui.c
+++ b/ui.c
@@ -502,7 +502,7 @@ void uiRead(void) {
 	formatReset(&format);
 	wmove(ui.input, 0, 0);
 
-	int _, x;
+	int _, x = 0;
 	while (formatParse(&format, editTail())) {
 		if (format.split) getyx(ui.input, _, x);
 		addFormat(ui.input, &format);