History log of /freebsd-12.1/share/termcap/termcap (Results 1 – 6 of 6)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0
# 92f92813 19-Feb-2019 Ben Widawsky <[email protected]>

MFC r344043:

termcap: Add an entry for kitty

The project is here:
https://github.com/kovidgoyal/kitty/

I created a port (which now needs updating):
https://bugs.freebsd.org/bugzilla/show_bug.cgi?i

MFC r344043:

termcap: Add an entry for kitty

The project is here:
https://github.com/kovidgoyal/kitty/

I created a port (which now needs updating):
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233010

If only we could use terminfo :(

Approved by: bapt
Differential Revision: https://reviews.freebsd.org/D19060

show more ...


# 1c5270d5 15-Jan-2019 Mark Johnston <[email protected]>

MFC r342863:
Add termcap entries for TI Silent 703/707 terminals.

PR: 234716


Revision tags: release/12.0.0, release/11.2.0
# 8bf52308 15-Mar-2018 Baptiste Daroussin <[email protected]>

Add termcap entries for the st terminal (https://st.sucksless.org)

MFC after: 3 days


# ce037f1b 15-Mar-2018 Baptiste Daroussin <[email protected]>

Fix tab vs space indentation

MFC after: 3 days


# 7e2c40ff 20-Jan-2018 Eitan Adler <[email protected]>

termcap: add xterm-termite

Obtained from: DragonFly
MFC After: 1 week


Revision tags: release/10.4.0, release/11.1.0, release/11.0.1, release/11.0.0, release/10.3.0, release/10.2.0
# 1db9ecff 10-Dec-2014 Enji Cooper <[email protected]>

Remove termcap entry reordering; install the file verbatim instead

termcap entry reordering requires ex (which is available via usr.bin/vi), which
breaks on build hosts where installworld is run wit

Remove termcap entry reordering; install the file verbatim instead

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

show more ...