diff --git a/usr.bin/msgc/msg_sys.def b/usr.bin/msgc/msg_sys.def index 729470de542e..c18d6f1bea60 100644 --- a/usr.bin/msgc/msg_sys.def +++ b/usr.bin/msgc/msg_sys.def @@ -1,4 +1,4 @@ -/* $NetBSD: msg_sys.def,v 1.42 2019/01/21 20:28:08 martin Exp $ */ +/* $NetBSD: msg_sys.def,v 1.43 2019/01/22 18:39:49 martin Exp $ */ /* * Copyright 1997 Piermont Information Systems Inc. @@ -402,6 +402,10 @@ _msg_vprompt(const char *fmt, int flags, const char *def, char *val, } else _msg_beep(); break; + case 'l' & 0x1f: + endwin(); + doupdate(); + break; case 'u' & 0x1f: /* ^U; line kill */ /* kill line */ len = pos = 0;