2 * Copyright (c) 1983, 1993
3 * The Regents of the University of California. All rights reserved.
5 * This code is derived from software contributed to Berkeley by
6 * Edward Wang at The University of California, Berkeley.
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions
11 * 1. Redistributions of source code must retain the above copyright
12 * notice, this list of conditions and the following disclaimer.
13 * 2. Redistributions in binary form must reproduce the above copyright
14 * notice, this list of conditions and the following disclaimer in the
15 * documentation and/or other materials provided with the distribution.
16 * 3. All advertising materials mentioning features or use of this software
17 * must display the following acknowledgement:
18 * This product includes software developed by the University of
19 * California, Berkeley and its contributors.
20 * 4. Neither the name of the University nor the names of its contributors
21 * may be used to endorse or promote products derived from this software
22 * without specific prior written permission.
24 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
25 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
26 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
27 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
28 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
29 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
30 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
31 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
32 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
33 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
36 * @(#)tth19.c 8.1 (Berkeley) 6/6/93
37 * $FreeBSD: src/usr.bin/window/tth19.c,v 1.1.1.1.14.1 2001/05/17 09:45:01 obrien Exp $
38 * $DragonFly: src/usr.bin/window/tth19.c,v 1.2 2003/06/17 04:29:34 dillon Exp $
46 kb|h19|heath|h19-b|h19b|heathkit|heath-19|z19|zenith:
47 cr=^M:nl=^J:bl=^G:al=1*\EL:am:le=^H:bs:cd=\EJ:ce=\EK:
48 cl=\EE:cm=\EY%+ %+ :co#80:dc=\EN:dl=1*\EM:do=\EB:
49 ei=\EO:ho=\EH:im=\E@:li#24:mi:nd=\EC:as=\EF:ae=\EG:ms:
50 ta=^I:pt:sr=\EI:se=\Eq:so=\Ep:up=\EA:vs=\Ex4:ve=\Ey4:
51 kb=^h:ku=\EA:kd=\EB:kl=\ED:kr=\EC:kh=\EH:
52 kn#8:k1=\ES:k2=\ET:k3=\EU:k4=\EV:k5=\EW:
53 l6=blue:l7=red:l8=white:k6=\EP:k7=\EQ:k8=\ER:
54 es:hs:ts=\Ej\Ex5\Ex1\EY8%+ \Eo:fs=\Ek\Ey5:ds=\Ey1:
60 #define G (WWM_GRP << WWC_MSHIFT)
61 short h19_frame
[16] = {
62 ' ', '`'|G
, 'a'|G
, 'e'|G
,
63 '`'|G
, '`'|G
, 'f'|G
, 'v'|G
,
64 'a'|G
, 'd'|G
, 'a'|G
, 'u'|G
,
65 'c'|G
, 't'|G
, 's'|G
, 'b'|G
68 extern struct tt_str
*gen_VS
;
69 extern struct tt_str
*gen_VE
;
75 for (i = ((ms10) + 5) / h19_msp10c; --i >= 0;) \
78 #define ICPAD() PAD((NCOL - tt.tt_col) * 1) /* 0.1 ms per char */
79 #define ILPAD() PAD((NROW - tt.tt_row) * 10) /* 1 ms per char */
81 #define H19_SETINSERT(m) ttesc((tt.tt_insert = (m)) ? '@' : 'O')
88 diff
= new ^ tt
.tt_modes
;
90 ttesc(new & WWM_REV
? 'p' : 'q');
92 ttesc(new & WWM_REV
? 'F' : 'G');
115 if (tt
.tt_nmodes
!= tt
.tt_modes
)
116 (*tt
.tt_setmodes
)(tt
.tt_nmodes
);
120 if (++tt
.tt_col
== NCOL
)
121 tt
.tt_col
= NCOL
- 1;
128 if (tt
.tt_nmodes
!= tt
.tt_modes
)
129 (*tt
.tt_setmodes
)(tt
.tt_nmodes
);
134 if (tt
.tt_col
== NCOL
)
135 tt
.tt_col
= NCOL
- 1;
139 register char row
, col
;
141 if (tt
.tt_row
== row
) {
142 if (tt
.tt_col
== col
)
148 if (tt
.tt_col
== col
- 1) {
152 if (tt
.tt_col
== col
+ 1) {
157 if (tt
.tt_col
== col
) {
158 if (tt
.tt_row
== row
+ 1) {
162 if (tt
.tt_row
== row
- 1) {
167 if (col
== 0 && row
== 0) {
185 tt
.tt_col
= tt
.tt_row
= 0;
187 tt
.tt_nmodes
= tt
.tt_modes
= 0;
217 if (tt
.tt_nmodes
!= tt
.tt_modes
)
218 (*tt
.tt_setmodes
)(tt
.tt_nmodes
);
224 if (++tt
.tt_col
== NCOL
)
225 tt
.tt_col
= NCOL
- 1;
236 h19_move(NROW
- 1, 0);
250 float cpms
= (float) wwbaud
/ 10000; /* char per ms */
252 h19_msp10c
= 10 / cpms
; /* ms per 10 char */
253 gen_VS
= ttxgetstr("vs");
254 gen_VE
= ttxgetstr("ve");
256 tt
.tt_start
= h19_start
;
259 tt
.tt_insline
= h19_insline
;
260 tt
.tt_delline
= h19_delline
;
261 tt
.tt_inschar
= h19_inschar
;
262 tt
.tt_delchar
= h19_delchar
;
263 tt
.tt_clreol
= h19_clreol
;
264 tt
.tt_clreos
= h19_clreos
;
265 tt
.tt_clear
= h19_clear
;
266 tt
.tt_move
= h19_move
;
267 tt
.tt_write
= h19_write
;
268 tt
.tt_putc
= h19_putc
;
269 tt
.tt_scroll_down
= h19_scroll_down
;
270 tt
.tt_scroll_up
= h19_scroll_up
;
271 tt
.tt_setmodes
= h19_setmodes
;
275 tt
.tt_availmodes
= WWM_REV
|WWM_GRP
;
276 tt
.tt_frame
= h19_frame
;