Home | History | Annotate | Download | only in libterminfo
History log of /src/lib/libterminfo/setupterm.c
RevisionDateAuthorComments
 1.9  11-Apr-2019  jakllsch fix typo in error message; database is spelled with one 'b' and three 'a's
 1.8  04-May-2017  roy branches: 1.8.10;
Clean up some compile warnings.
 1.7  23-Mar-2017  roy branches: 1.7.2;
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.
 1.6  23-Mar-2017  roy Revert botched commit.
 1.5  23-Mar-2017  roy term.h
 1.4  07-Jun-2013  roy branches: 1.4.10; 1.4.14;
Whitespace
 1.3  03-Oct-2011  roy branches: 1.3.2; 1.3.8;
Remove _ti_freeterm as consumers should just use del_curterm.
 1.2  11-Feb-2010  roy Embed ansi, dumb, vt100, vt220 and wsvt25 compiled terminal descriptions
into libterminfo.
Constify some foo.
 1.1  03-Feb-2010  roy Import my terminfo implementation.
This uses the ncurses terminal definitions.

OK: core@, jdc@
 1.3.8.1  23-Jun-2013  tls resync from head
 1.3.2.1  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.4.14.1  21-Apr-2017  bouyer Sync with HEAD
 1.4.10.1  26-Apr-2017  pgoyette Sync with HEAD
 1.7.2.1  11-May-2017  pgoyette Sync with HEAD
 1.8.10.1  10-Jun-2019  christos Sync with HEAD

RSS XML Feed