aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/roff/esc/h.in
blob: 73c0841ee576014f837f8c07426b99461d5b82bd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
.\" $OpenBSD: h.in,v 1.7 2022/06/08 13:08:00 schwarze Exp $
.Dd $Mdocdate: June 8 2022 $
.Dt ESC-H 1
.Os
.Sh NAME
.Nm esc-h
.Nd the roff escape h sequence: horizontal movement
.Sh DESCRIPTION
simple: >\h'0'<
.br
rounding: >\h'0.16i'<
.br
absolute: >\h'|12n'<
.br
escape only: >\h'\w'\&'M'<
.br
escape at the end: >\h'0+\w'\&''<
.br
escape at the beginning: >\h'\w'\&'M+0'<
.br
escape in the middle: >\h'0+\w'\&'+0'<
.Ss Argument delimiters
invalid ASCII: >\h-<
.br
unsupported \e!: \h\!2\!u
.br
unsupported \er: \h\r2u
.br
ignored \e%: \h\%2\%u
.br
ignored \e&: \h\&2\&u
.br
ignored \e): \h\)2\)u
.br
ignored \e,: \h\,2\,u
.br
ignored \e/: \h\/2\/u
.br
ignored \e^: \h\^2\^u
.br
ignored \ea: \h\a2\au
.br
ignored \ed: \h\d2\du
.br
ignored \et: \h\t2\tu
.br
ignored \eu: \h\u2\uu
.br
ignored \e{: \h\{2\{u
.br
ignored \e|: \h\|2\|u
.br
ignored \e}: \h\}2\}u
.br
useless \e.: \h\.2.u
.\".br
.\"XXX useless \e\e: \h\\2\\u
.br
invalid \eG: \h\G2Gu
.br
special \e\ : \h\ 2\ u
.br
special \e\(aq: \h\'2\'u
.br
special \e-: \h\-2\-u
.br
special \e0: \h\02\0u
.br
special \e:: \h\:2\:u
.br
special \e_: \h\_2\_u
.br
special \e\(ga: \h\`2\`u
.br
special \ee: \h\e2\eu
.br
special \e~: \h\~2\~u
.br
break \ep: \h\p2\pu
.br
nospace \ec: \h\c2\cu
.\".br
.\"XXX skipchar \ec: \h\z2\zu
.br
.ds mystr x2xu
string expansion: \h\*[mystr]
.br
.nr myreg 121
register expansion: \h\n[myreg]u
.br
ignored \eO: \h\O12\O2u
.br
ignored \eY: \h\Y[mystr]2\Y[mystr]u
.br
ignored \ek: \h\k[myreg]2\k[myreg]u
.br
special character: \h\(hy2\(hyu
.br
ignored \eD: \h\D't 1'2\D't 3'u
.br
ignored \eL: \h\L'3'2u
.br
ignored \eX: \h\X'foo'2\X'bar'u
.br
ignored \eZ: \h\Z'foo'2\Z''u
.br
ignored \eb: \h\b'3'2\b''u
.br
ignored \ev: \h\v'3'2\v'0'u
.br
ignored \ex: \h\x'3'2\v'0'u
.br
horizontal motion: \h\h'1'2\h'3'u
.br
horizontal line: \h\l'4'2\l'3'u
.br
overstrike: \h\o'ab'2\o'cd'u