ache
5bc15add4f
Add ve,vi,vs for cons25
...
Submitted by: yokota
2001-08-15 03:25:57 +00:00
ru
423aa253ae
We don't have rogue(1), and our rogue(6) doesn't use
...
the `ma' attribute. (The original BSD manual stated
that this attribute is used by vi version 2 only.)
2001-08-08 11:54:35 +00:00
ru
4345758876
mdoc(7) police:
...
Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text.
Not only this slows down the mdoc(7) processing significantly, but it also
has an undesired (in this case) effect of disabling hyphenation within the
entire enclosed block.
2001-08-07 15:48:51 +00:00
dd
50bf70a85d
Remove whitespace at EOL.
2001-07-15 08:21:37 +00:00
ru
9001bc7070
mdoc(7) police: removed HISTORY info from the .Os call.
2001-07-10 15:31:11 +00:00
schweikh
df20a2faa4
New entry for rxvt.
...
PR: 28154
Submitted by: Giorgos Keramidas <charon@labs.gr>
2001-06-15 16:24:44 +00:00
obrien
c7b5d10ab1
The standard Xterm geometry is 80x24, not 80x_65_.
...
In the past 2 months or so, after rlogining into another host, the
environment has the geometry wrong. Peter suggested that this behavior
change was most likely caused by the PAM stuff that changed to run a proper
session with a forked child. And that for some reason the window size is
no longer being transferred via an OOB message on the socket.
This change fixes my problem and seems to be a good stopgap measure until
someone has time to ktrace/ktrace -i inetd to catch all the child processes
it spawns while doing an rlogin and change window size a few times to see
how far the change messages are getting.
2001-05-25 20:51:22 +00:00
imp
e2fa665e9f
Add entry for cygwin, the Cygnus Windows emulator.
...
Submitted by: "Karsten W. Rohrbach" <karsten@rohrbach.de>
Reviewed by: ache
2001-05-16 19:01:45 +00:00
ache
b955aa336b
cons25w: cosmetique, move all bolean and numeric capabilities to the top
...
of the entry for easy reading
2001-04-21 13:25:35 +00:00
ache
634ff97aac
Add cons*u aliases to allow programs to determine exact code table via TERM
...
to use capabilities missing in termcap
2001-04-19 22:17:59 +00:00
ru
a27d1d954d
MAN[1-9] -> MAN.
2001-03-27 13:48:25 +00:00
imp
4b6751a611
Force TERM to be dumb when building termcap. ex in batch mode seems
...
to care about the terminal setting. In emacs, make buildworld was
broken because it sets TERM to emacs, which caused ex to fail.
2001-02-24 00:02:55 +00:00
asmodai
0f00927ea0
Preceed/preceeding are not english words. Use precede or preceding.
2001-02-18 10:25:42 +00:00
ru
5addfd60d6
mdoc(7) police: Change -filled displays (which just happen
...
to be the same as -ragged in the current implementation) to
-ragged. With mdocNG, -filled displays produce the correct
output, formatted and justified to both margins.
2001-02-07 13:45:30 +00:00
ru
8a6f8b5fe4
mdoc(7) police: split punctuation characters + misc fixes.
2001-02-01 16:38:02 +00:00
ru
8ad24f0a49
mdoc(7) police: removed leading whitespaces that are not inside
...
Bd/Ed; these hardly degrade the quality of the produced output.
2001-01-19 14:15:40 +00:00
ru
17ba214098
Prepare for mdoc(7)NG.
2000-12-29 09:18:45 +00:00
hosokawa
f081127113
Added termcap entry for multilingual sysinstall
2000-12-04 06:09:04 +00:00
ru
0100fd6e93
mdoc(7) police: use the new features of the Nm macro.
2000-11-20 18:41:33 +00:00
ache
afc2b4d84f
cons25r: minimize differences with cons25
2000-08-25 08:36:43 +00:00
joe
431640cc8c
A termcap entry for Top Gun telnet and Top Gun ssh, Palm Pilot
...
applications.
2000-08-11 11:18:11 +00:00
ache
d0631cde55
Fix linux console color capabilities
...
Submitted by: Christian Weisgerber <naddy@mips.inka.de>
2000-08-01 20:56:21 +00:00
ache
396b7d54ff
Merge from stable: dtterm color fix
2000-07-27 21:04:48 +00:00
ache
4fcc8413c4
cons: shorten "rs" again, syscons fixed
2000-07-21 14:31:44 +00:00
ache
6ab9a2d5e8
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
15a66cfa41
cons: use newly added SGR 24 for "ue" and SGR 27 for "se"
2000-07-20 18:53:41 +00:00
ache
0c6f8515c9
Explicetly remove AX for mono consoles.
...
Fix mono Latin2 console color support removing.
2000-07-20 14:03:23 +00:00
ache
e9d2925563
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
8386562abd
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
ece5849f31
Fix "op" for xterm-color
2000-06-14 15:08:24 +00:00
ache
74134f6c45
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
b45b9e3cde
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
c07240daf8
s/curses/ncurses/
...
PR: docs/17061
Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de>
2000-03-01 10:46:05 +00:00
ache
7b06bf4dcb
Oops, fix typo in prev. commit
1999-12-24 05:01:14 +00:00
ache
f955718d55
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
fd47f5f283
Use 'i' for ACS lantern (as ncurses expect it)
1999-12-24 03:54:41 +00:00
jkoshy
0100d69d38
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
76f0c923fe
$Id$ -> $FreeBSD$
1999-08-28 00:22:10 +00:00
hoek
24d88793da
lable -> label
1998-06-23 05:30:26 +00:00
phk
7a64d46ca3
Spelling fixes.
...
PR: 6903
Reviewed by: phk
Submitted by: Josh Gilliam <josh@quick.net>
1998-06-10 12:34:27 +00:00
thepish
70d5cc4b8a
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
67e94bf861
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
d5ec10d34c
Always copy the source file map3270 during install.
...
Pointed out by: Bruce
1998-01-04 10:42:29 +00:00
wosch
dca4eb7d35
444 -> ${SHAREMODE}
1998-01-03 14:13:48 +00:00
steve
b26196a27a
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
e62fb2bfcb
Describe all know capabilities now
1997-09-20 01:10:28 +00:00
ache
f23eadb87b
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
b481633bcf
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
b328a04930
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
b7730d14c9
Replace Sf/Sb with AF/AB for terminals with ANSI colors
1997-04-05 02:51:19 +00:00
peter
83b3c2c161
Revert $FreeBSD$ to $Id$
1997-02-22 14:13:04 +00:00
ache
e254d33903
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
cdb88cb5f2
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
91d2d5828c
Add save/restore cursor position capabilities for FreeBSD console
1997-01-24 00:54:19 +00:00
torstenb
a9d824caea
workaround: add alias to dtterm entry
...
Pointed-out by: bde
1997-01-15 09:43:01 +00:00
jkh
808a36ef65
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
bea2e16025
add dtterm
...
Obtained-From: Xinside's CDE for FreeBSD with Thomas Roell's permission
1997-01-13 12:37:05 +00:00
wosch
71f5160702
Sort cross references.
1997-01-13 00:25:51 +00:00
ache
9962c79df8
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
07b1e363dd
Merge vt* entries with Eric's database
...
Add vt300-340 entries
1997-01-07 01:27:59 +00:00
ache
9461a5fafa
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
6c239acbc4
Update screen(1) entries
...
2.2 candidate
1996-12-08 16:15:02 +00:00
ache
d0b885b707
xterm: add Home & End keys, they are different from tc=vt220
...
2.2 candidate
1996-11-18 01:29:09 +00:00
pst
a2509b861e
Restore ache's km addition to syscons
1996-10-19 22:50:25 +00:00
pst
620849a972
Restore XTERM definition to old definition + KM
1996-10-19 22:47:50 +00:00
pst
9b1bc7965d
Also reorder xterm-65, xterm-bold, et al
1996-10-18 18:57:48 +00:00
ache
1deb2bda1a
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
77da360ce3
Remove xterms, the same as xterm now
1996-10-18 15:45:07 +00:00
pst
e1a8295d9f
add km for syscons so folks with meta maps can take advantage of them
1996-10-17 17:50:15 +00:00
pst
38ddefe05e
Fix xterm termcap entry to support km and new xterms
1996-10-17 17:47:28 +00:00
ache
ad212184b9
Add missing cons30*, cons43* entries
1996-10-06 07:50:08 +00:00
wosch
65b9eae0ee
delete doubled words, e.g.: "the the" -> "the"
1996-10-05 18:37:31 +00:00
ache
d0df3aa118
Add vt*-em entries set for emulators without semigraphics
1996-10-03 18:16:05 +00:00
wosch
dfb9d51f1f
make install should not install any file in /etc.
1996-08-17 22:27:08 +00:00
ache
91a3c8b8c7
Add missing kD to cons25 default entry
1996-05-02 22:05:32 +00:00
joerg
abe7b46431
Add an entry for xterm with colors. The standard xterm now handles
...
ANSI colors.
1996-04-28 18:21:01 +00:00
ache
591fef2789
Add missing cons60* entries
1996-03-30 12:22:30 +00:00
jkh
10d777db51
Take slashes out of name for tab132 terminal entry. New ncurses doesn't
...
like that.
1996-02-28 02:04:14 +00:00
mpp
3aeb7f1d49
Correct a bunch of man page cross references and generally
...
try and silence "manck".
ncurses, rpc, and some of the gnu stuff are still a big mess, however.
1996-02-11 22:38:05 +00:00
jkh
125ae5718f
Correct someone's cut-and-paste errors. Some lines began incorrectly
...
with spaces instead of tabs.
Submitted by: Jeremy Chatfield <jdc@xinside.com>
1996-01-30 23:12:36 +00:00
peter
ab124e78b0
recording cvs-1.6 file death
1995-12-30 19:02:48 +00:00
ache
5da7738f94
Fix F11 and F12 for VT200, my mistake
...
Remove some rare-used semigraphics from VT100 entry, it really helps many
not-fully compatible emulators and don't degradate original vt100 much.
Add VT200 keys set to VT100 k1-k4, it not affects original VT100 since no one
program tests keys presense, but helps emulators to work
1995-08-16 21:45:34 +00:00
peter
339901776f
Remove bogus "nl=" and "ko=" from AT386.. The "nl=" causes serious problems
...
with scrolling, especially with nvi.
Reviewed by: ache
1995-08-15 20:22:52 +00:00
joerg
037cda90b7
Correct the entry for some Dasher terminal. A backslash has been
...
mangled.
Submitted by: oops, i've just killed the mail from my inbox :-(
1995-08-15 19:58:29 +00:00
bde
f5284ed86d
Change install' to
${INSTALL}' so that default install flags can be
...
specified in the top level Makefiles.
1995-07-25 00:37:58 +00:00
ache
3ca120f826
Enable vt100 semigraphics for xterm
1995-05-16 18:13:01 +00:00
ache
a83afb990f
Fix xterm entry by fallback to vt220 entry,
...
also compact VT* is/rs capabilities to prevent overflowing
1995-05-14 23:32:53 +00:00
ache
fd5f767ec3
Add separate entry for screen(1), slightly different from vt220
1995-04-14 15:57:49 +00:00
ache
fee234bd2b
vt220: fix k1-k4 to be more compatible with xterm
...
and other emulators.
Simplify se/ue for emulators
1995-04-14 15:38:46 +00:00
ache
fa677cd532
Update cons25 to S0ren ^H back changes
1995-03-28 05:43:58 +00:00
ache
945584f003
Fix duplicate.
1995-03-27 05:08:43 +00:00
ache
23ed539185
pc3r (russian): change kD to old compatible value.
...
vt100: remove obsoleted nl
1995-03-27 04:55:41 +00:00
ache
b67227cc53
Set kb=\177 to make proper erase char for DEC VTs
1995-03-27 03:46:05 +00:00
ache
d5dcef0846
Add :ut to vt100 generic entry
1995-03-27 01:36:00 +00:00
ache
75758ba1dc
Yet one pass through DEC VT entries
1995-03-27 00:55:51 +00:00
ache
c149b5ed9b
Add eo:it#8 to vt100 entry
1995-03-26 01:30:33 +00:00
ache
258035c6f9
vt100/102/220 entries affected:
...
major cleanup
add lot of missing capabilities
1995-03-26 01:02:54 +00:00
phk
f6aa7e24de
Added cons30, cons43 and cons60 terminal types (==cons25 with more lines).
...
Theres a mono entry for them all, and cons50 already existed.
1995-03-16 01:37:41 +00:00
ache
de3bb318cf
Use \E[x in "op" for cons25
1995-03-04 20:14:28 +00:00
ache
d4a094b41a
Upgrade cons25 and cons25-r to lastest syscons changes
1995-03-03 23:29:22 +00:00
ache
c31a4ba4e5
cons25: turn off bold in "op" escape
1995-02-25 13:49:47 +00:00
joerg
0fad104583
Removed the bogus duplicate pcvt* alias names. Ache renamed them
...
to shut up cap_mkdb warnings, but they better have to go away.
Reviewed by: Hellmuth Michaelis
1995-02-17 14:06:51 +00:00
rgrimes
009bb32b34
Remove use of ${DESTDIR} in target of symbolic link, it makes the link
...
point to the wrong place.
1995-02-14 19:43:09 +00:00
ache
1865731df4
Shut up cap_mkdb warnings on pcvt* entries
1995-02-11 15:16:11 +00:00
jkh
e73056fcab
Add pcvt termcap entries (quite a lot of them - whew!)
...
Submitted by: hm
1995-02-05 11:17:03 +00:00
jkh
d9f62e5aa3
Change the way I make the link to /etc/termcap. It worked for install
...
but not distribute. Now it works for both.
1995-02-01 08:32:05 +00:00
jkh
09fc19f47b
Make a link to /etc for termcap file. /etc/termcap is just too lodged in
...
folklore to do without! :-)
1995-01-30 07:19:02 +00:00
ache
573c1c2f63
Correct Delete key description
1995-01-26 08:48:13 +00:00
jkh
5b4807cb2a
Fix this bogus Makefile.
1995-01-24 00:36:27 +00:00
joerg
27a4665f10
Could someone please add the following patch to
...
/usr/src/share/termcap/termcap.src? It defines the sequences emitted
by the PageUp, PageDown and Keypad-[79513] keys.
Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
1995-01-16 17:29:29 +00:00
ache
054ccd4856
Remove duplicated ec capability
1995-01-15 06:31:14 +00:00
ache
b1d47901b5
Fix cv & ch to increment pos by one
1995-01-15 06:26:58 +00:00
ache
ef9cb61895
Add nw & ec capabilities from new syscons
1995-01-13 00:16:52 +00:00
ache
03c30ce1a0
Changes to allow keypad 5 produce \E[E like SCO/ANSI term does
1994-12-31 11:49:12 +00:00
ache
5873858aea
cons25w: add NP,cb
1994-10-26 02:16:00 +00:00
ache
84a297deb3
Reorganize entries to not have duplicated "ac" capability in environment
...
or tgetent() buffer
1994-10-26 01:42:15 +00:00
ache
85575a3e16
cons25: add more parametrized capabilities: cv,ch,ec
1994-10-26 01:15:06 +00:00
ache
99dfca42ce
Remove "mh" capability for -mono family
1994-10-21 04:57:11 +00:00
ache
5c83b4350f
Optimize mono entries a bit
1994-10-15 20:06:23 +00:00
ache
7dd58d32f5
Monochrome entries added
1994-10-15 19:50:59 +00:00
ache
0bb7ec9224
Change do= from ^J to \E[B, this escape must works in all terminal modes
...
and old variant don't work properly, if \n --> \r\n (cons25,pc3)
1994-10-06 21:37:48 +00:00
ache
e7a380f9e4
Remove emulation of upper/lower lines from all entries,
...
this work done by ncurses
1994-09-30 05:41:22 +00:00
ache
44345ab61f
80x50 russian console added:
...
cons50r|cons50-koi8-r|80x50 koi8-r FreeBSD console:\
Aliases to koi8-r console added:
cons25r|pc3r|ibmpc3r|cons25-koi8-r|FreeBSD console for syscons koi8-r code table:\
ISO 8859-1 console 80x25 and 80x50 added with full semigraphics description
cons25l1|cons25-iso8859-1|80x25 ISO 8859-1 FreeBSD console:\
cons50l1|cons50-iso8859-1|80x50 ISO 8859-1 FreeBSD console:\
1994-09-26 22:02:38 +00:00
ache
bb4e461949
Add left/right arrows to graphics entry for vt100 family
1994-09-22 23:30:38 +00:00
ache
6d99b4012b
Add semigraphics chars description to vt100 family
1994-09-22 23:18:43 +00:00
ache
4e91987307
Change "ansi" name from cons25 to "ansis" to remove duplicate names
...
which rejected by cap_mkdb program
1994-09-15 00:28:54 +00:00
ache
18160fd427
Fixing kD for cons25, use proper value for pc3r too
1994-09-12 15:42:39 +00:00
ache
071f1bab5f
Merge two entries: cons25 and pc3r, minor things added/corrected
...
Now use tc=cons25 in pc3r, leave only uniq capabilities
1994-09-11 23:34:34 +00:00
ache
4311874273
Correct typo in filename
...
Submitted by: adam@veda.is
1994-09-11 23:05:09 +00:00
ache
99504c52a3
Added for reference purposes
1994-09-11 21:27:09 +00:00
ache
73e0cbc63a
cons25: change "do" to ^J, add "bw"
...
pc3r: change kC to K2
1994-09-10 22:10:46 +00:00
ache
e2fa3e91c9
Add grey keypad description to cons25, add it#8 to cons25,pc3,pc3r,
...
fix kend description in pc3r and pc3
1994-09-10 21:35:15 +00:00
ache
c18552a774
cons25: mr,mh,ut added
...
pc3r: ut added
pc3: ut added
1994-09-10 20:34:41 +00:00
ache
c4b37f75e8
Remove left/right arrows from "ac" -- ^Q not displayed
...
because of flow control:
pc3,cons25,pc3r
1994-09-10 19:18:02 +00:00
ache
ede2af9031
cons25,pc3r: color settings fixed to work correctly with high
...
intensive colors and attribute exit
1994-09-10 18:41:07 +00:00
ache
1336b70f1e
Correct lantern char corresponcence, must be 'I' instead of 'i':
...
pc3, cons25, pc3r
1994-09-10 04:35:41 +00:00
ache
3e1f9577ae
Add missing bell capability to cons25,pc3r
1994-09-10 02:44:26 +00:00
ache
9a1d8f93a1
1. pc3 pccons description restored from 1.1.5.1
...
2. color, semi-graphics, functional keys descriptions added to:
pc3, cons25, pc3r
1994-09-09 01:08:38 +00:00
ache
931308704b
pc3r russian koi8-r syscons console added
1994-08-22 20:07:56 +00:00
jkh
9f70d99eda
Put the cons25 entries for syscons back.
...
Submitted by: jkh
1994-08-11 00:39:39 +00:00
jkh
bbdb7f1d0e
termcap.0 -> termcap.5
...
Submitted by: jkh
1994-08-11 00:24:33 +00:00
phk
81acd5162d
Reviewed by: phk
...
Killed a bunch of control chars.
1994-07-24 02:04:51 +00:00
rgrimes
34606f13d5
all: does not need to depend on ${MAN5}, remove special case clean:
...
and cleandir: targets, simple use a CLEANFILES+= to handle this very
simple special case.
Add ${COPY} knob to install commands so that files don't disappear out
of the obj tree after a make install.
1994-07-06 02:16:59 +00:00
rgrimes
b0d61785ca
BSD 4.4 Lite Share Sources
1994-05-30 19:09:18 +00:00