summaryrefslogtreecommitdiffstats
path: root/share/termcap
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix Latin1/Latin2 ac= to not use non-standard 8bit charactersache2001-11-221-2/+2
|
* Don't redirect to /dev/null when executing ex(1).ru2001-09-141-1/+1
| | | | | | | This makes it impossible to detect the problem with missing /var/tmp/vi.recover/. PR: misc/29715, misc/30514
* Add ve,vi,vs for cons25ache2001-08-151-1/+2
| | | | Submitted by: yokota
* We don't have rogue(1), and our rogue(6) doesn't useru2001-08-081-1/+1
| | | | | the `ma' attribute. (The original BSD manual stated that this attribute is used by vi version 2 only.)
* mdoc(7) police:ru2001-08-071-2/+2
| | | | | | | 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.
* Remove whitespace at EOL.dd2001-07-151-1/+1
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* New entry for rxvt.schweikh2001-06-151-0/+22
| | | | | PR: 28154 Submitted by: Giorgos Keramidas <charon@labs.gr>
* The standard Xterm geometry is 80x24, not 80x_65_.obrien2001-05-251-1/+1
| | | | | | | | | | | | | 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.
* Add entry for cygwin, the Cygnus Windows emulator.imp2001-05-161-0/+2
| | | | | Submitted by: "Karsten W. Rohrbach" <karsten@rohrbach.de> Reviewed by: ache
* cons25w: cosmetique, move all bolean and numeric capabilities to the topache2001-04-211-7/+9
| | | | of the entry for easy reading
* Add cons*u aliases to allow programs to determine exact code table via TERMache2001-04-191-11/+11
| | | | to use capabilities missing in termcap
* MAN[1-9] -> MAN.ru2001-03-271-1/+1
|
* Force TERM to be dumb when building termcap. ex in batch mode seemsimp2001-02-241-1/+1
| | | | | to care about the terminal setting. In emacs, make buildworld was broken because it sets TERM to emacs, which caused ex to fail.
* Preceed/preceeding are not english words. Use precede or preceding.asmodai2001-02-181-1/+1
|
* mdoc(7) police: Change -filled displays (which just happenru2001-02-071-3/+1
| | | | | | 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.
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-7/+7
|
* mdoc(7) police: removed leading whitespaces that are not insideru2001-01-191-1/+1
| | | | Bd/Ed; these hardly degrade the quality of the produced output.
* Prepare for mdoc(7)NG.ru2000-12-291-7/+9
|
* Added termcap entry for multilingual sysinstallhosokawa2000-12-041-0/+11
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-5/+5
|
* cons25r: minimize differences with cons25ache2000-08-251-1/+1
|
* A termcap entry for Top Gun telnet and Top Gun ssh, Palm Pilotjoe2000-08-111-0/+6
| | | | applications.
* Fix linux console color capabilitiesache2000-08-011-3/+3
| | | | Submitted by: Christian Weisgerber <naddy@mips.inka.de>
* Merge from stable: dtterm color fixache2000-07-271-0/+1
|
* cons: shorten "rs" again, syscons fixedache2000-07-211-1/+1
|
* cons:ache2000-07-211-7/+7
| | | | | | | | | 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"
* cons: use newly added SGR 24 for "ue" and SGR 27 for "se"ache2000-07-201-5/+5
|
* Explicetly remove AX for mono consoles.ache2000-07-201-4/+4
| | | | Fix mono Latin2 console color support removing.
* cons: add AX to indicate that SGR 39 and 49 present and can be used separatelyache2000-07-201-1/+1
|
* Add kterm-color, which is to kterm what xterm-color is to xterm.asami2000-06-141-0/+2
| | | | Approved by: ache
* Fix "op" for xterm-colorache2000-06-141-1/+1
|
* cons25*: fix "op" to set initial (and not default) color pair.ache2000-06-051-1/+1
| | | | NOTE: you need to recompile old kernel first, "op" will not work otherwise
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-011-1/+2
| | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
* s/curses/ncurses/nik2000-03-011-2/+2
| | | | | PR: docs/17061 Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de>
* Oops, fix typo in prev. commitache1999-12-241-1/+1
|
* Add Latin2 FreeBSD consolesache1999-12-241-2/+25
| | | | | | Minor correction of comments Submitted by: Latin2 console from Cejka Rudolf <cejkar@dcse.fee.vutbr.cz>
* Use 'i' for ACS lantern (as ncurses expect it)ache1999-12-241-7/+7
|
* Remove unsupported hardstatus related terminal capabilities for thejkoshy1999-11-161-2/+1
| | | | | | | 'xterm' entry. PR: misc/12209 Submitted by: Christian Weisgerber
* $Id$ -> $FreeBSD$peter1999-08-283-3/+3
|
* lable -> labelhoek1998-06-231-2/+2
|
* Spelling fixes.phk1998-06-101-7/+7
| | | | | | PR: 6903 Reviewed by: phk Submitted by: Josh Gilliam <josh@quick.net>
* PR: conf/2284thepish1998-05-311-2/+2
| | | | | Submitted by: faulkner@asgard.hos.net Correct termcap entry for ibm3163 (arrow keys)
* Added contributed entry for Linux consoles.jkoshy1998-05-211-1/+22
| | | | | PR: 5977 Submitted by: Christian Weisberger <naddy@bigeye.rhein-neckar.de>
* Always copy the source file map3270 during install.wosch1998-01-041-2/+4
| | | | Pointed out by: Bruce
* 444 -> ${SHAREMODE}wosch1998-01-031-6/+4
|
* An a termcap entry for ancient Wyse60 terminals, wy60-nt, that don'tsteve1997-12-281-1/+3
| | | | | | | have hardware tab support. PR: 5386 Submitted by: Kevin Day <toasty@dragondata.com>
* Describe all know capabilities nowache1997-09-202-797/+608
|
* Back out recent color-xerm and xterm merging,ache1997-06-141-5/+2
| | | | | it can leads to confusion with what programs traditionly expect and gains almost nothing since -tn option exist to specify desired term.
* xterm entry:ache1997-06-131-3/+7
| | | | | | | | 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.
OpenPOWER on IntegriCloud