Deleted Added
full compact
sequences (197481) sequences (197853)
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/teken/sequences 197481 2009-09-25 13:51:01Z ed $
26# $FreeBSD: head/sys/teken/sequences 197853 2009-10-08 10:26:49Z 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

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

83G1SCSB G1 SCS US ASCII ^[ ) B
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
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

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

83G1SCSB G1 SCS US ASCII ^[ ) B
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
91OSC Operating System Command ^[ ]
91RI Reverse index ^[ M
92RIS Reset to Initial State ^[ c
93RM Reset Mode ^[ [ l r
94SD Pan Up ^[ [ T n
95SGR Set Graphic Rendition ^[ [ m v
96SM Set Mode ^[ [ h r
97ST String Terminator ^[ \\
98SU Pan Down ^[ [ S n

--- 13 unchanged lines hidden ---
92RI Reverse index ^[ M
93RIS Reset to Initial State ^[ c
94RM Reset Mode ^[ [ l r
95SD Pan Up ^[ [ T n
96SGR Set Graphic Rendition ^[ [ m v
97SM Set Mode ^[ [ h r
98ST String Terminator ^[ \\
99SU Pan Down ^[ [ S n

--- 13 unchanged lines hidden ---