History log of /netbsd-src/lib/libterminfo/setupterm.c (Results 1 – 9 of 9)
Revision Date Author Comments
# 634d2951 11-Apr-2019 jakllsch <jakllsch@NetBSD.org>

fix typo in error message; database is spelled with one 'b' and three 'a's


# 04f58b48 04-May-2017 roy <roy@NetBSD.org>

Clean up some compile warnings.


# 5128a2ed 23-Mar-2017 roy <roy@NetBSD.org>

POSIX says that use_env(3) must precede setupterm(3).
The former lives in curses.h, but the latter lives in term.h.

This is solved by moving the function to libterminfo.
Because the environment can

POSIX says that use_env(3) must precede setupterm(3).
The former lives in curses.h, but the latter lives in term.h.

This is solved by moving the function to libterminfo.
Because the environment can affect the terminal capabilities for
lines and columns, it follows that the tty size should affect it to.
So move that code to libterminfo and adjust in libcurses.

show more ...


# c8a6d454 23-Mar-2017 roy <roy@NetBSD.org>

Revert botched commit.


# 8bf4334f 23-Mar-2017 roy <roy@NetBSD.org>

term.h


# 1535311f 07-Jun-2013 roy <roy@NetBSD.org>

Whitespace


# 91ab69b0 03-Oct-2011 roy <roy@NetBSD.org>

Remove _ti_freeterm as consumers should just use del_curterm.


# 90cead5e 11-Feb-2010 roy <roy@NetBSD.org>

Embed ansi, dumb, vt100, vt220 and wsvt25 compiled terminal descriptions
into libterminfo.
Constify some foo.


# 4ca00e00 03-Feb-2010 roy <roy@NetBSD.org>

Import my terminfo implementation.
This uses the ncurses terminal definitions.

OK: core@, jdc@