summaryrefslogtreecommitdiffstats
path: root/mbbsd/pfterm.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/pfterm.c')
-rw-r--r--mbbsd/pfterm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/pfterm.c b/mbbsd/pfterm.c
index 32df0324..bffb225b 100644
--- a/mbbsd/pfterm.c
+++ b/mbbsd/pfterm.c
@@ -1489,7 +1489,7 @@ fterm_exec(void)
{
ftchar cmd = ft.cmd[ft.szcmd-1];
char *p = (char*)ft.cmd + 2; // ESC [
- int n = -1, x, y;
+ int n = -1, x = -1, y;
ft.cmd[ft.szcmd] = 0;