summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2009-05-30 14:04:42 -0400
committerBehdad Esfahbod <behdad@behdad.org>2009-05-30 14:04:42 -0400
commit33f265a9e3397126bd9f1b210c38bd54ea9a1ddb (patch)
tree09e7a60ead3d9556c6f53e58081cd7c8afe209a9 /doc
parent416b37dac95c6aa73c9ead3d6841893bfb22c5b8 (diff)
Bug 543379 – VTE sends NUL/^@ for backspace
Add VTE_ERASE_TTY. Also make AUTO send \H if terminal erase is undefined.
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/tmpl/vte.sgml1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/reference/tmpl/vte.sgml b/doc/reference/tmpl/vte.sgml
index ec3ba28..76f5ff2 100644
--- a/doc/reference/tmpl/vte.sgml
+++ b/doc/reference/tmpl/vte.sgml
@@ -397,6 +397,7 @@ keys.
@VTE_ERASE_ASCII_BACKSPACE: Send an ASCII backspace character (0x08).
@VTE_ERASE_ASCII_DELETE: Send an ASCII delete character (0x7F).
@VTE_ERASE_DELETE_SEQUENCE: Send the "@@7" control sequence.
+@VTE_ERASE_TTY: Send terminal's "erase" setting.
<!-- ##### ENUM VteTerminalCursorShape ##### -->
<para>