summaryrefslogtreecommitdiffstats
path: root/sys/teken/sequences
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2009-10-08 10:26:49 +0000
committered <ed@FreeBSD.org>2009-10-08 10:26:49 +0000
commitc13fa86fe325139aafcf4a6f4fb01b61792ba63b (patch)
treedec6c814949ad26e59f2f60fff269001547f4666 /sys/teken/sequences
parent9fa7d8b89bc54e635e532fede4cf46c06ec0c45d (diff)
downloadFreeBSD-src-c13fa86fe325139aafcf4a6f4fb01b61792ba63b.zip
FreeBSD-src-c13fa86fe325139aafcf4a6f4fb01b61792ba63b.tar.gz
Discard Device Control Strings and Operating System Commands.
These strings often contain things like: - Window titles. - Extended key map functionality. - Color palette switching. We could look at these features in the future (if people consider them to be important enough), but we'd better discard them now. This fixes some artifacts people reported when using TERM=xterm. Reported by: des@, Paul B. Mahol
Diffstat (limited to 'sys/teken/sequences')
-rw-r--r--sys/teken/sequences1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/teken/sequences b/sys/teken/sequences
index 957665a..cf720b0 100644
--- a/sys/teken/sequences
+++ b/sys/teken/sequences
@@ -88,6 +88,7 @@ ICH Insert character ^[ [ @ n
IL Insert line ^[ [ L n
IND Index ^[ D
NEL Next line ^[ E
+OSC Operating System Command ^[ ]
RI Reverse index ^[ M
RIS Reset to Initial State ^[ c
RM Reset Mode ^[ [ l r
OpenPOWER on IntegriCloud