index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libtermlib
/
getterm.c
Age
Commit message (
Expand
)
Author
1998-01-17
-Wall
Todd C. Miller
1998-01-17
Add _ti_get_screensize(), like ncurses's _nc_get_screensize()
Todd C. Miller
1997-12-16
othe envariable is COLUMNS, not COLS
Todd C. Miller
1996-12-14
Use size_t more places
Thorsten Lockert
1996-12-09
Be smarter about running tgetent() multiple times; bump major as we have
Thorsten Lockert
1996-09-03
fix buf oflows better
Theo de Raadt
1996-09-03
Protect against buffer overflow
Thorsten Lockert
1996-08-31
Fix a typo; change a comment to reflect reality
Thorsten Lockert
1996-08-27
Ensure strings are NUL terminated after strncpy
Thorsten Lockert
1996-08-07
If the user have a TERMCAP variable with a full terminal description in it,
Thorsten Lockert
1996-07-22
Add support for terminfo.db files; same format as termcap.db but with
Thorsten Lockert
1996-06-21
When truncating to long termcap entries, don't leave partial capabilities
Thorsten Lockert
1996-06-21
WHen called with a buffer (throug tgetent(3)), never type to copy more than
Thorsten Lockert
1996-06-18
Fix off by one error when setting up ttytype[]
Thorsten Lockert
1996-06-18
Also emulate old ttytype[] behaviour. Strip off any obsolete 2-character
Thorsten Lockert
1996-05-31
Terminfo emulation library; currently understands only about reading from
Thorsten Lockert