From 03ee7f7edf9d0d38ce2fc00b1137693fa857e8d8 Mon Sep 17 00:00:00 2001 From: Tiago Cunha Date: Sun, 23 Oct 2011 15:10:22 +0000 Subject: Sync OpenBSD patchset 969: Support for \e[3J to clear the history. Also send the corresponding terminfo code (E3) before locking. --- tty-term.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tty-term.c') diff --git a/tty-term.c b/tty-term.c index f4f0b9a5..2fe59e4d 100644 --- a/tty-term.c +++ b/tty-term.c @@ -64,6 +64,7 @@ const struct tty_term_code_entry tty_term_codes[NTTYCODE] = { { TTYC_DIM, TTYCODE_STRING, "dim" }, { TTYC_DL, TTYCODE_STRING, "dl" }, { TTYC_DL1, TTYCODE_STRING, "dl1" }, + { TTYC_E3, TTYCODE_STRING, "E3" }, { TTYC_EL, TTYCODE_STRING, "el" }, { TTYC_EL1, TTYCODE_STRING, "el1" }, { TTYC_ENACS, TTYCODE_STRING, "enacs" }, -- cgit