History log of /freebsd-9.3-release/lib/ncurses/ncurses/termcap.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 166130 20-Jan-2007 rafan

Introduce new ncurses build glues which are part of ncurses 5.6 update.

Approved by: delphij
Inspired by: DragonFly's and lib/bind


# 166129 20-Jan-2007 rafan

Force commit to note the following repocopies:

lib/libform/Makefile -> lib/ncurses/form/Makefile
lib/libmenu/Makefile -> lib/ncurses/menu/Makefile
lib/libncurses/Makefile -> lib/ncurses/ncurses/Makefile
lib/libncurses/ncurses_cfg.h -> lib/ncurses/ncurses/ncurses_cfg.h
lib/libncurses/pathnames.h -> lib/ncurses/ncurses/pathnames.h
lib/libncurses/termcap.c -> lib/ncurses/ncurses/termcap.c
lib/libpanel/Makefile -> lib/ncurses/panel/Makefile

Approved by: delphij
Repocopied by: kuriyama


# 165906 08-Jan-2007 imp

Remove California Regent's clause 3, per letter


# 101752 12-Aug-2002 ru

Handle the escaped colon \: in a capability.

PR: bin/30778
Reviewed by: ache, peter
MFC after: 3 days


# 92913 21-Mar-2002 obrien

Remove 'register' keyword.


# 84214 30-Sep-2001 dillon

Add __FBSDID()s to libncurses


# 62456 03-Jul-2000 peter

Get this to compile in the 5.1-20000701-prerelease environment.


# 53252 16-Nov-1999 peter

Don't complain loudly about unknown termcap capabilities, eg:
{vladivostok:/usr/home/ken:1:0} echo |more
"TERMCAP", line 0, col 60, terminal 'screen': unknown capability 'G0'
"TERMCAP", line 0, col 806, terminal 'screen': unknown capability 'AX'

Submitted by: Kenneth D. Merry <ken@kdm.org>


# 50624 30-Aug-1999 peter

Use src/contrib/ncurses, v5.0.990821 prerelease.

This isn't quite finished yet, there are still some unresolved problems
with ospeed and the sgtty.h (non-posix) terminal interface. Mostly
this only causes problems with src/games.

The other tools and libraries (libform,libpanel,libmenu) will come
shortly but are seperate.

Beware, there be dragons here! (The build will be broken for a short
while)