summaryrefslogtreecommitdiff
path: root/src/parser-cmd.hh
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2020-05-01 23:08:42 +0200
committerChristian Persch <chpe@src.gnome.org>2020-05-01 23:08:42 +0200
commitf69eadf4fa48bbf8b45c36d9a9b71fbf6049557c (patch)
tree4f68e4a2cfb42f84b32770ccb296b5f84c437bb0 /src/parser-cmd.hh
parent84224f52f726b0062bc2c228d7052faf1c48fa0a (diff)
downloadvte-f69eadf4fa48bbf8b45c36d9a9b71fbf6049557c.tar.gz
parser: Add DECFNK sequence
Diffstat (limited to 'src/parser-cmd.hh')
-rw-r--r--src/parser-cmd.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parser-cmd.hh b/src/parser-cmd.hh
index c562d7c0..f8481dd3 100644
--- a/src/parser-cmd.hh
+++ b/src/parser-cmd.hh
@@ -159,6 +159,7 @@ _VTE_NOP(DECELR) /* enable locator reporting */
_VTE_NOP(DECERA) /* erase rectangular area */
_VTE_NOP(DECES) /* enable session */
_VTE_NOP(DECFI) /* forward index */
+_VTE_NOP(DECFNK) /* function key */
_VTE_NOP(DECFRA) /* fill rectangular area */
_VTE_NOP(DECIC) /* insert column */
_VTE_NOP(DECINVM) /* invoke macro */