Deleted Added
full compact
sequences (187373) sequences (187469)
1#-
2# Copyright (c) 2008-2009 Ed Schouten <ed@FreeBSD.org>
3# All rights reserved.
4#
5# Redistribution and use in source and binary forms, with or without
6# modification, are permitted provided that the following conditions
7# are met:
8# 1. Redistributions of source code must retain the above copyright

--- 9 unchanged lines hidden (view full) ---

18# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24# SUCH DAMAGE.
25#
1#-
2# Copyright (c) 2008-2009 Ed Schouten <ed@FreeBSD.org>
3# All rights reserved.
4#
5# Redistribution and use in source and binary forms, with or without
6# modification, are permitted provided that the following conditions
7# are met:
8# 1. Redistributions of source code must retain the above copyright

--- 9 unchanged lines hidden (view full) ---

18# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24# SUCH DAMAGE.
25#
26# $FreeBSD: head/sys/dev/syscons/teken/sequences 187373 2009-01-17 22:53:53Z ed $
26# $FreeBSD: head/sys/dev/syscons/teken/sequences 187469 2009-01-20 11:34:28Z ed $
27
28# File format is as follows:
29# Abbr Abbreviation of sequence name
30# Name Sequence name (will be converted to C function name)
31# Sequence Bytes that form the sequence
32# Arguments Standard value of arguments passed to this sequence
33# - `n' non-zero number (0 gets converted to 1)
34# - `r' regular numeric argument

--- 31 unchanged lines hidden (view full) ---

66DECSM Set DEC mode ^[ [ ? h r
67DECSTBM Set top and bottom margins ^[ [ r r r
68DECSWL Single Height Single Width Line ^[ # 5
69DL Delete line ^[ [ M n
70DSR Device Status Report ^[ [ ? n r
71ECH Erase character ^[ [ X n
72ED Erase display ^[ [ J r
73EL Erase line ^[ [ K r
27
28# File format is as follows:
29# Abbr Abbreviation of sequence name
30# Name Sequence name (will be converted to C function name)
31# Sequence Bytes that form the sequence
32# Arguments Standard value of arguments passed to this sequence
33# - `n' non-zero number (0 gets converted to 1)
34# - `r' regular numeric argument

--- 31 unchanged lines hidden (view full) ---

66DECSM Set DEC mode ^[ [ ? h r
67DECSTBM Set top and bottom margins ^[ [ r r r
68DECSWL Single Height Single Width Line ^[ # 5
69DL Delete line ^[ [ M n
70DSR Device Status Report ^[ [ ? n r
71ECH Erase character ^[ [ X n
72ED Erase display ^[ [ J r
73EL Erase line ^[ [ K r
74G0SCS0 G0 SCS Special Graphics ^[ ( 0
75G0SCS1 G0 SCS US ASCII ^[ ( 1
76G0SCS2 G0 SCS Special Graphics ^[ ( 2
77G0SCSA G0 SCS UK National ^[ ( A
78G0SCSB G0 SCS US ASCII ^[ ( B
79G1SCS0 G1 SCS Special Graphics ^[ ) 0
80G1SCS1 G1 SCS US ASCII ^[ ) 1
81G1SCS2 G1 SCS Special Graphics ^[ ) 2
82G1SCSA G1 SCS UK National ^[ ) A
83G1SCSB G1 SCS US ASCII ^[ ) B
74HPA Horizontal Position Absolute ^[ [ G n
75HPA Horizontal Position Absolute ^[ [ ` n
76HTS Horizontal Tab Set ^[ H
77ICH Insert character ^[ [ @ n
78IL Insert line ^[ [ L n
79IND Index ^[ D
80NEL Next line ^[ E
81RI Reverse index ^[ M
82RIS Reset to Initial State ^[ c
83RM Reset Mode ^[ [ l r
84HPA Horizontal Position Absolute ^[ [ G n
85HPA Horizontal Position Absolute ^[ [ ` n
86HTS Horizontal Tab Set ^[ H
87ICH Insert character ^[ [ @ n
88IL Insert line ^[ [ L n
89IND Index ^[ D
90NEL Next line ^[ E
91RI Reverse index ^[ M
92RIS Reset to Initial State ^[ c
93RM Reset Mode ^[ [ l r
84SCS SCS ^[ ( 0
85SCS SCS ^[ ( 1
86SCS SCS ^[ ( 2
87SCS SCS ^[ ( A
88SCS SCS ^[ ( B
89SCS SCS ^[ ) 0
90SCS SCS ^[ ) 1
91SCS SCS ^[ ) 2
92SCS SCS ^[ ) A
93SCS SCS ^[ ) B
94SD Pan Up ^[ [ T n
95SGR Set Graphic Rendition ^[ [ m v
96SM Set Mode ^[ [ h r
97ST String Terminator ^[ \\
98SU Pan Down ^[ [ S n
99TBC Tab Clear ^[ [ g r
100VPA Vertical Position Absolute ^[ [ d n
101
102# Cons25 compatibility sequences
103C25ADBG Cons25 set adapter background ^[ [ = G r
104C25ADFG Cons25 set adapter foreground ^[ [ = F r
105C25CURS Cons25 set cursor type ^[ [ = S r
106C25VTSW Cons25 switch virtual terminal ^[ [ z r
107
108# VT52 compatibility
109#DECID VT52 DECID ^[ Z
94SD Pan Up ^[ [ T n
95SGR Set Graphic Rendition ^[ [ m v
96SM Set Mode ^[ [ h r
97ST String Terminator ^[ \\
98SU Pan Down ^[ [ S n
99TBC Tab Clear ^[ [ g r
100VPA Vertical Position Absolute ^[ [ d n
101
102# Cons25 compatibility sequences
103C25ADBG Cons25 set adapter background ^[ [ = G r
104C25ADFG Cons25 set adapter foreground ^[ [ = F r
105C25CURS Cons25 set cursor type ^[ [ = S r
106C25VTSW Cons25 switch virtual terminal ^[ [ z r
107
108# VT52 compatibility
109#DECID VT52 DECID ^[ Z