aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tty-term.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tty-term.c b/tty-term.c
index 5f143917..cd7be5f9 100644
--- a/tty-term.c
+++ b/tty-term.c
@@ -599,7 +599,7 @@ tty_term_string2(struct tty_term *term, enum tty_code_code code, int a, int b)
const char *
tty_term_string3(struct tty_term *term, enum tty_code_code code, int a, int b, int c)
{
- return (tparm((char *) tty_term_string(term, code), a, b, c));
+ return (tparm((char *) tty_term_string(term, code), a, b, c, 0, 0, 0, 0, 0, 0));
}
const char *