From 8a69ad47b8b1164ac38d4c70800752a520b8871c Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Mon, 14 May 2018 13:59:52 +0200 Subject: iscript: s/COLS/COLUMNS/ in start message Signed-off-by: Karel Zak --- term-utils/script.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'term-utils') diff --git a/term-utils/script.c b/term-utils/script.c index 506f0bb38..bbf52efd5 100644 --- a/term-utils/script.c +++ b/term-utils/script.c @@ -205,7 +205,7 @@ static void typescript_message_start(const struct script_control *ctl, time_t *t if (tty) fprintf(ctl->typescriptfp, "TTY=\"%s\" ", tty); - fprintf(ctl->typescriptfp, "COLS=\"%d\" LINES=\"%d\"", cols, lines); + fprintf(ctl->typescriptfp, "COLUMNS=\"%d\" LINES=\"%d\"", cols, lines); } else fprintf(ctl->typescriptfp, _("")); -- cgit v1.2.3-55-g7522