=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tty-term.c,v retrieving revision 1.63 retrieving revision 1.64 diff -c -r1.63 -r1.64 *** src/usr.bin/tmux/tty-term.c 2019/04/25 19:36:59 1.63 --- src/usr.bin/tmux/tty-term.c 2019/05/13 20:10:23 1.64 *************** *** 1,4 **** ! /* $OpenBSD: tty-term.c,v 1.63 2019/04/25 19:36:59 nicm Exp $ */ /* * Copyright (c) 2008 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tty-term.c,v 1.64 2019/05/13 20:10:23 nicm Exp $ */ /* * Copyright (c) 2008 Nicholas Marriott *************** *** 252,257 **** --- 252,258 ---- [TTYC_SMACS] = { TTYCODE_STRING, "smacs" }, [TTYC_SMCUP] = { TTYCODE_STRING, "smcup" }, [TTYC_SMKX] = { TTYCODE_STRING, "smkx" }, + [TTYC_SMOL] = { TTYCODE_STRING, "Smol" }, [TTYC_SMSO] = { TTYCODE_STRING, "smso" }, [TTYC_SMULX] = { TTYCODE_STRING, "Smulx" }, [TTYC_SMUL] = { TTYCODE_STRING, "smul" },