Commit Graph

125 Commits

Author SHA1 Message Date
ache
a25b721cd1 cons25r: minimize differences with cons25 2000-08-25 08:36:43 +00:00
joe
9ee7e19c71 A termcap entry for Top Gun telnet and Top Gun ssh, Palm Pilot
applications.
2000-08-11 11:18:11 +00:00
ache
c467495440 Fix linux console color capabilities
Submitted by:	Christian Weisgerber <naddy@mips.inka.de>
2000-08-01 20:56:21 +00:00
ache
fd7058891b Merge from stable: dtterm color fix 2000-07-27 21:04:48 +00:00
ache
cced2237b0 cons: shorten "rs" again, syscons fixed 2000-07-21 14:31:44 +00:00
ache
feebaf8846 cons:
Simplify "rs" (\Ec will be fixed later in syscons, so this is intermedia step)
Remove "mh" - termcap must describe what device _actually_ have end left
emulation upon upper level program. "mh" is also conflicting with colors.
Don't remove "md" for mono consoles
dosansi:
Wrong "mh" -> good "mr"
2000-07-21 01:38:34 +00:00
ache
401dab6b4c cons: use newly added SGR 24 for "ue" and SGR 27 for "se" 2000-07-20 18:53:41 +00:00
ache
69aea8f3b9 Explicetly remove AX for mono consoles.
Fix mono Latin2 console color support removing.
2000-07-20 14:03:23 +00:00
ache
e775514795 cons: add AX to indicate that SGR 39 and 49 present and can be used separately 2000-07-20 13:18:29 +00:00
asami
3eb1d6f1fc Add kterm-color, which is to kterm what xterm-color is to xterm.
Approved by:	ache
2000-06-14 20:22:34 +00:00
ache
eefa63d059 Fix "op" for xterm-color 2000-06-14 15:08:24 +00:00
ache
868c037f43 cons25*: fix "op" to set initial (and not default) color pair.
NOTE: you need to recompile old kernel first, "op" will not work otherwise
2000-06-05 22:21:31 +00:00
sheldonh
9930f30e5a Remove single-space hard sentence breaks. These degrade the quality
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
2000-03-01 14:50:24 +00:00
nik
fcd1e20b1b s/curses/ncurses/
PR:             docs/17061
Submitted by:   Udo Erdelhoff <ue@nathan.ruhr.de>
2000-03-01 10:46:05 +00:00
ache
976cb572a1 Oops, fix typo in prev. commit 1999-12-24 05:01:14 +00:00
ache
434aa93a72 Add Latin2 FreeBSD consoles
Minor correction of comments

Submitted by:	Latin2 console from Cejka Rudolf <cejkar@dcse.fee.vutbr.cz>
1999-12-24 04:55:06 +00:00
ache
035596034f Use 'i' for ACS lantern (as ncurses expect it) 1999-12-24 03:54:41 +00:00
jkoshy
b962eea87d Remove unsupported hardstatus related terminal capabilities for the
'xterm' entry.

PR:		misc/12209
Submitted by:	Christian Weisgerber
1999-11-16 11:01:19 +00:00
peter
e226894fa0 $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
hoek
eded7f0ff9 lable -> label 1998-06-23 05:30:26 +00:00
phk
306618399a Spelling fixes.
PR:		6903
Reviewed by:	phk
Submitted by:	Josh Gilliam <josh@quick.net>
1998-06-10 12:34:27 +00:00
thepish
b3141c52ad PR: conf/2284
Submitted by:	faulkner@asgard.hos.net
Correct termcap entry for ibm3163 (arrow keys)
1998-05-31 06:49:30 +00:00
jkoshy
6a998a09a2 Added contributed entry for Linux consoles.
PR: 5977
Submitted by: Christian Weisberger <naddy@bigeye.rhein-neckar.de>
1998-05-21 09:10:55 +00:00
wosch
eeec365220 Always copy the source file map3270 during install.
Pointed out by: Bruce
1998-01-04 10:42:29 +00:00
wosch
cdd3ffeafb 444 -> ${SHAREMODE} 1998-01-03 14:13:48 +00:00
steve
48c1b0abc3 An a termcap entry for ancient Wyse60 terminals, wy60-nt, that don't
have hardware tab support.

PR:		5386
Submitted by:	Kevin Day <toasty@dragondata.com>
1997-12-28 06:29:36 +00:00
ache
b9c943b234 Describe all know capabilities now 1997-09-20 01:10:28 +00:00
ache
7f12134d52 Back out recent color-xerm and xterm merging,
it can leads to confusion with what programs traditionly expect
and gains almost nothing since -tn option exist to specify desired term.
1997-06-14 05:42:00 +00:00
ache
b2dae5c49c xterm entry:
1) fix k1-k4 to match XF3.3
2) fix kb,kD to match keyboard
3) merge xterm-color in: default description must match best current practice
and color card is most common variant for X now. Add xterm-mono entry for
mono cards.
1997-06-13 05:30:50 +00:00
jmg
bbf9ade471 terminfo_extensions.doc:
o)	fix some typos
	o)	add missing comments from terminfo's man page

termcap.5
	o)	fix some types
	o)	add a reference to terminfo_extensions.doc
1997-04-07 10:24:13 +00:00
ache
9e0929f443 Replace Sf/Sb with AF/AB for terminals with ANSI colors 1997-04-05 02:51:19 +00:00
peter
34fd560164 Revert $FreeBSD$ to $Id$ 1997-02-22 14:13:04 +00:00
ache
b1cd604100 Don't use im/ei for xterm/dtterm/screen entries, use ic/IC instead.
Should go into 2.2
1997-02-01 21:02:53 +00:00
ache
96318d485e Remove empty im/ei/dm/ed entries
Don't use im/ei for vt200 because of conflict with ic,
pointed by bde. Shorten vt200-based entries as result.

Should go into 2.2
1997-02-01 20:47:30 +00:00
ache
32b4a674b8 Add save/restore cursor position capabilities for FreeBSD console 1997-01-24 00:54:19 +00:00
torstenb
665dbd6504 workaround: add alias to dtterm entry
Pointed-out by: bde
1997-01-15 09:43:01 +00:00
jkh
9c0cd3f9df Make the long-awaited change from $Id$ to $FreeBSD$
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore.  This update would have been
insane otherwise.
1997-01-14 07:20:47 +00:00
torstenb
8c866587e0 add dtterm
Obtained-From: Xinside's CDE for FreeBSD with Thomas Roell's permission
1997-01-13 12:37:05 +00:00
wosch
e902881dbf Sort cross references. 1997-01-13 00:25:51 +00:00
ache
c963a35fda Rename vt*-em entries to vt*-nac entries
Add vt*-pf entries with k1-k4 as pf1-pf4 and make it non-default
1997-01-07 21:12:05 +00:00
ache
e3ed8d89d9 Merge vt* entries with Eric's database
Add vt300-340 entries
1997-01-07 01:27:59 +00:00
ache
8d6c12a2bb Add xterm-r5, xterm-r6, xterm-xf86-v32 entries
mainly from Eric's database with small editing by me
1996-12-19 21:51:48 +00:00
ache
3ef7c0989e Update screen(1) entries
2.2 candidate
1996-12-08 16:15:02 +00:00
ache
acab218674 xterm: add Home & End keys, they are different from tc=vt220
2.2 candidate
1996-11-18 01:29:09 +00:00
pst
b11062c64a Restore ache's km addition to syscons 1996-10-19 22:50:25 +00:00
pst
82948462ac Restore XTERM definition to old definition + KM 1996-10-19 22:47:50 +00:00
pst
67870692ff Also reorder xterm-65, xterm-bold, et al 1996-10-18 18:57:48 +00:00
ache
457fec7893 Remove two-letters names from xterm which cause database
duplicated entries. We don't use two-letter names already long time
1996-10-18 15:46:45 +00:00
ache
c6700bfeb3 Remove xterms, the same as xterm now 1996-10-18 15:45:07 +00:00
pst
78dc077adb add km for syscons so folks with meta maps can take advantage of them 1996-10-17 17:50:15 +00:00