summaryrefslogtreecommitdiffstats
path: root/share/termcap
Commit message (Collapse)AuthorAgeFilesLines
* Replace ln -s calls with INSTALL_SYMLINKbdrewery2015-12-041-1/+1
| | | | Sponsored by: EMC / Isilon Storage Division
* Add META_MODE support.sjg2015-06-131-0/+11
|\ | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| |
| * Merge sync of headsjg2015-05-274-68/+5
| |\ | |/ |/|
| * Merge head from 7/28sjg2014-08-191-1/+1
| |\
| * \ Merge headsjg2014-04-282-6/+2
| |\ \
| * | | Updated dependenciessjg2013-02-161-2/+0
| | | |
| * | | Sync with HEAD.obrien2013-02-081-1/+1
| |\ \ \
| * | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+14
| | | | | | | | | | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net>
* | | | | Fix building termcap.db when make obj is run beforehand from a clean tree byngie2014-12-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | using make variables for the filenames, which helps resolve pathing appropriately when running cap_mkdb X-MFC with: r275687 Pointyhat to: me
* | | | | Remove termcap entry reordering; install the file verbatim insteadngie2014-12-104-67/+4
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | termcap entry reordering requires ex (which is available via usr.bin/vi), which breaks on build hosts where installworld is run with MK_VI == no (or when make delete-old is run on ^/projects/building-blocks as vi, et al, are removed on the branch when the knob is tweaked to => "no") Reordering termcap was believed to improve performance, but the file is now accessed via /etc/termcap.db, so /etc/termcap (and /usr/share/misc/termcap by proxy) access is less preferred. Reordering the file broke the historical comment <-> entry mapping as well, which could muddle the purpose of entries in the file, so it could be potentially harmful to readers in its reordered state. Discussion took place on hackers@ here: https://lists.freebsd.org/pipermail/freebsd-hackers/2014-December/046657.html Discussed with: -hackers, mp MFC after: 1 month Sponsored by: EMC / Isilon Storage Division
* | | | Stop telling people to use send-pr; instead point them towards Bugzilla.gavin2014-06-141-1/+1
| |_|/ |/| | | | | | | | | | | Hat: bugmeister@ MFC after: 3 days
* | | multiple: Remove 3rd clause from BSD license where approved by theeadler2014-03-141-5/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | regents and renumber. This patch skips files in contrib/ and crypto/ Acked by: imp Discussed with: emaste
* | | Add missing Save Cursor support for VT520bdrewery2014-02-191-1/+1
| |/ |/| | | | | | | | | | | | | Submitted by: IWAMOTO Kouichi <sue@iwmt.org> PR: conf/174937 Obtained from: http://web.mit.edu/dosathena/doc/www/ek-vt520-rm.pdf Approved by: bapt (mentor) MFC after: 2 weeks
* | Some software, notably dialog(1), can understand back-tab, which iseadler2012-11-151-1/+1
|/ | | | | | | | | | | | | typically bound to Shift-Tab. syscons produces ^]]Z for Shift-Tab, like many VT100-like terminal (emulators). The plain xterm does not produce this sequence, but ^I for both Tab and Shift-Tab. PR: conf/162787 PR: bin/151229 Submitted by: Stefan Bethke <stb@lassitu.de> Submitted by: Bruce Cran <bruce@cran.org.uk> Approved by: cperciva MFC after: 3 days
* General mdoc(7) and typo fixes.gjb2012-05-121-2/+2
| | | | | | PR: 167804 Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org) MFC after: 3 days
* Remove superfluous paragraph macro.joel2012-03-251-1/+0
|
* Spelling fixes for share/uqs2011-12-301-3/+3
|
* Improve 256 color support.ed2011-02-191-1/+8
| | | | | | | | | | - Add screen-256color, - Improve rxvt-256color to set pa and op properly. - Add rxvt-unicode-256color as an alias to rxvt-256color. PR: conf/152713, conf/153164 Submitted by: Alexander Verbod and Frédéric Perrin MFC after: 2 weeks
* mdoc: drop redundant .Pp and .LP callsuqs2010-10-081-3/+0
| | | | They have no effect when coming in pairs, or before .Bl/.Bd
* Add a termcap entry for rxvt-256color.gavin2010-08-081-0/+3
| | | | | | PR: conf/147726 Submitted by: Sterling (Chip) Camden <sterling camdensoftware.com> MFC after: 2 weeks
* More mdoc nitpicking to improve compatibility to mdocmluqs2010-06-111-1/+1
| | | | | | | | - .Nd in section NAME is not optional - .Ed was missing - "indent" is not a flag, but a literal argument for -offset - stop switching font sizes for acronyms - use .Brq instead of rolling our own
* Properly make the end key work again for TERM=xterm.ed2010-01-101-2/+2
| | | | | | | | | | I've been so busy hacking on utmpx the last couple of days, out of reflex, I committed it to the wrong source tree. Note to myself: don't hack on FreeBSD while watching TV at the same time. PR: conf/142578 Submitted by: Yuri Pankov <yuri pankov gmail com> Reminded by: stefanf
* Improve the markupdougb2009-12-141-2/+5
| | | | Submitted by: ru
* Revert the xterm terminal behavior to NOT clear the screen afterdougb2009-12-142-7/+47
| | | | | | | | | exiting a pager, vi, etc. Add some example xterm*-clear entries to the termcap files to make it easier for people to enable that behavior. Document the examples in the man page to make them easier to find.
* Update termcap entries for xterm.ed2009-12-101-105/+128
| | | | | | | | | | It turns out these entries do make Terminal.app behave a little better. According to Thomas Dickey, Terminal.app should use TERM=nsterm anyway, but we don't support this yet. Already having an improved termcap entry helps, so I am going to MFC this change after all. Suggested by: Leonidas Tsampros <ltsampros upnet gr> MFC after: 1 month
* Add missing passthrough printing entries for VT100 and workalikesedwin2009-06-141-1/+1
| | | | | | | | | | | | | in /etc/termcap: VT100 spec indicates that passthrough printing can be enabled by sending ESC[5i and disabled by sending ESC[4i These entries should be listed as po and pf in /etc/termcap, but are absent. See http://www.vt100.net/docs/vt102-ug/chapter5.html#S5.5.2.23 PR: conf/71549 Submitted by: Andrew Webster <andrew@pubnix.net> MFC after: 1 week
* Termcap updates for screen and linux console:edwin2009-06-141-1/+5
| | | | | | | | | screen entry: F11-F20 keys added linux entry: F10-F20 keys added, ACS line graphics added PR: kern/108899 Submitted by: Joseph Terner<jtsn@gmx.de> MFC after: 1 week
* Add missing terminal definition for Wyse 120 in termcapedwin2009-06-141-0/+25
| | | | | | | | | | | | Although the PR contains also the definitions of the Wyse 60, they are not copied into it since there are already definition for them in the termcap file since 1997. Also, the PR didn't use the :tc=xxx: feature, so I've imploded them. PR: conf/81882 Submitted by: Meister des Chaos <meister@netz00.com> MFC after: 1 week
* Add missing termcap entry for rxvt-unicode.edwin2009-06-141-0/+6
| | | | | | | | | | | | | The termcap database does not have an entry for rxvt-unicode. This means that programs that need an entry such as vi fail to work when connecting via ssh using this terminal emulator. The added data is not the same as the PR submitted by Richard, it uses the :tc=xxx: option to inherit everything from rxvt-mono. PR: conf/117323 Submitted by: Richard Bradshaw <richard.bradshaw@blueyonder.co.uk> MFC after: 1 week
* Fix typo in cons25l7 definition in etc/termcap.small and share/termcapedwin2009-06-121-2/+2
| | | | | | | | | | There is a minor typo in the cons25l7 (':' instead of '|') entry in src/etc/termcap.small that causes syscons to complain about bogus characters in /etc/termcap.db. PR: conf/132777 Submitted by: Nikos Ntarmos <ntarmos@cs.uoi.gr> MFC after: 1 week
* - Remove kH (kp_kll) from screen. It has the identical key sequence asrafan2009-03-011-1/+1
| | | | | | | | | | | | @7 (kp_end). As ncurses has the limitation that it returns the first matched key symbol, you can not use END in ncurses based program under screen (like ports/misc/mc). We did similar changes to xterm entry last year for exactly the same reason. PR: 132199 Submitted by: Timur I. Bakeyev <timur at FreeBSD.org> MFC after: 2 month
* - Remove kH and *6 from xterm. They are defined to the same key as @7 (kp_end).rafan2008-01-081-2/+2
| | | | | | | | | | | | | | | As ncurses has the limitation that it returns the first matched key symbol, you can not use END in ncurses based program, like mutt, with xterm. - Add @8 (kp_enter) definition for xterm so you can use ENTER in xterm with ncurses based program. I also found that NetBSD's xterm does the same thing. PR: 100150 Reported by: Arseny Nasokin <tarc at tarc.po.cs.msu.su> Discussed with: Thomas Dickey, Ulrich Spoerlein <uspoerlein at gmail.com> Reviewed by: freebsd-arch@ MFC after: 2 month
* Delete an extra backslash at the end of the xterm-basic entry.yar2007-10-171-1/+1
| | | | | | | It can be missed easily that the following blank line formally belongs to the xterm-basic entry due to the unneeded backslash. PR: bin/80256 (audit trail)
* Backout my last changes. ISO-8859-15 does not specify ACS graphics.matteo2006-04-301-1/+1
| | | | Requested by: ache
* Add curses ACS line graphics support for iso15 fontsmatteo2006-04-291-1/+1
| | | | | | | | | | | | | | | Now ncurses-based programs such as sysinstall and mc will display the correct font for graphical lines instead of "-" and "+" characters. Correct two special characters for cons25l1 in termcap: use real arrows instead of ">>" and "<<". Add a lot of additional symbols for line drawing which are taken from the CP437 font. Almost all of the ACS symbols are now implemented. PR: conf/90082 Submitted by: Oliver Fromme <olli@secnetix.de> MFC after: 1 week
* xterm-basic: add AX flagache2005-10-181-1/+1
| | | | (the same in xterm-supplied termcap)
* xterm-basic:ache2005-10-171-2/+2
| | | | | 1) use standard vt100 as/ae instead of ^N/^O which not works in real xterm 2) Remove ^O from me, it not belongs there
* Remove the map3270 file, tn3270 was retired long ago.phk2005-08-052-1027/+1
|
* Add endianness support to cap_mkdb(1), useful for cross builds.ru2005-02-221-1/+10
|
* Expand *n't contractions.ru2005-02-131-4/+4
|
* Mechanically kill hard sentence breaks and double whitespaces.ru2004-07-031-1/+1
|
* It's been years since Berkeley maintained termcap.murray2004-06-051-1/+12
| | | | | | | | | | Remove references to termcap@berkeley.edu and uunet!ucbvax!termcap in favor of send-pr(1). Add comment about how to use cap_mkdb to build a new termcap db. Submitted by: Ted Mittelstaedt <tedm@toybox.placo.com> MFC After: 2 weeks
* Added entries for ibm151 and ibm3151-25.schweikh2004-03-201-86/+113
| | | | | | | | | | | | Style: o Use tabs instead of 8 spaces o Space after # beginning comment o Fix entries lacking ":" after tab o Removed whitespace at EOL PR: misc/62749 (the ibm additions) Submitted by: Gerhard Gonter <gonter@wu-wien.ac.at> MFC after: 3 days
* Added entries for 90 columns russian VGA modes.schweikh2004-03-161-0/+22
| | | | | | PR: conf/51830 Submitted by: Sergiy Vyshnevetskiy <serg@vostok.net> MFC after: 1 week
* Instead of repeating most of vt102, make mvterm reference it.schweikh2004-03-121-20/+3
| | | | | | PR: 61796 Submitted by: Daniel Rudy <root@wildfire.danielrudy.org> MFC after: 1 week
* Remove a spurious backslash at EOL to get a proper xterm-ic entry.schweikh2004-03-121-1/+1
| | | | | | PR: 56956 Submitted by: Rudolf Cejka <cejkar@fit.vutbr.cz> MFC after: 1 week
* Give xterm-basic the le entry. bs should be avoided.schweikh2004-03-101-1/+1
| | | | | | | | This is a prerequisite to fix PR: bin/48679 Discussed with: Thomas Dickey (xterm termcap maintainer) MFC after: 2 weeks
* Update Eterm entry to Eterm 0.9.2cognet2004-01-251-20/+20
| | | | | Submitted by: Geraud CONTINSOUZAS <geraud.continsouzas@wanadoo.fr> MFC after: 3 days
* Update screen(1)-related entries with more recent variantsache2003-08-051-5/+10
| | | | | PR: 55146 Submitted by: Juha-Matti Tilli <juhis@nallukka.net>
OpenPOWER on IntegriCloud