1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-27 16:39:08 +00:00
freebsd/lib/libcurses
Andrey A. Chernov 88c2b17a8f After some thinking better place to fix appearse curses again, not
vi(1). Remove DB from curses.h and still implement it provide
this variable for programs that expect it in any case.
1994-10-28 23:27:00 +00:00
..
EXAMPLES BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
PSD.doc More stuff from the latest curses. Really minor this time. 1994-08-13 23:23:53 +00:00
addbytes.c Brought the 2.0 libcurses up-to-date with the current 4.4 stuff, as 1994-08-13 23:15:38 +00:00
addch.c Brought the 2.0 libcurses up-to-date with the current 4.4 stuff, as 1994-08-13 23:15:38 +00:00
addnstr.c Brought the 2.0 libcurses up-to-date with the current 4.4 stuff, as 1994-08-13 23:15:38 +00:00
box.c Brought the 2.0 libcurses up-to-date with the current 4.4 stuff, as 1994-08-13 23:15:38 +00:00
clear.c Brought the 2.0 libcurses up-to-date with the current 4.4 stuff, as 1994-08-13 23:15:38 +00:00
clrtobot.c Brought the 2.0 libcurses up-to-date with the current 4.4 stuff, as 1994-08-13 23:15:38 +00:00
clrtoeol.c Brought the 2.0 libcurses up-to-date with the current 4.4 stuff, as 1994-08-13 23:15:38 +00:00
cr_put.c Fix mvcur typo bug from my previous fix 1994-09-22 03:09:04 +00:00
ctrace.c BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
cur_hash.c newwin.c 1994-08-28 21:47:13 +00:00
curses.3 BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
curses.c Rename cDB to DB back like old good BSD curses always does, 1994-10-28 23:18:26 +00:00
curses.h Rename cDB to DB back like old good BSD curses always does, 1994-10-28 23:18:26 +00:00
delch.c Brought the 2.0 libcurses up-to-date with the current 4.4 stuff, as 1994-08-13 23:15:38 +00:00
deleteln.c Brought the 2.0 libcurses up-to-date with the current 4.4 stuff, as 1994-08-13 23:15:38 +00:00
delwin.c Brought the 2.0 libcurses up-to-date with the current 4.4 stuff, as 1994-08-13 23:15:38 +00:00
erase.c Brought the 2.0 libcurses up-to-date with the current 4.4 stuff, as 1994-08-13 23:15:38 +00:00
fullname.c BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
getch.c newwin.c 1994-08-28 21:47:13 +00:00
getstr.c newwin.c 1994-08-28 21:47:13 +00:00
id_subwins.c Brought the 2.0 libcurses up-to-date with the current 4.4 stuff, as 1994-08-13 23:15:38 +00:00
idlok.c Brought the 2.0 libcurses up-to-date with the current 4.4 stuff, as 1994-08-13 23:15:38 +00:00
initscr.c Brought the 2.0 libcurses up-to-date with the current 4.4 stuff, as 1994-08-13 23:15:38 +00:00
insch.c Brought the 2.0 libcurses up-to-date with the current 4.4 stuff, as 1994-08-13 23:15:38 +00:00
insertln.c newwin.c 1994-08-28 21:47:13 +00:00
longname.c BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
Makefile SHARED_LDADD --> LDADD 1994-10-12 01:57:56 +00:00
move.c Brought the 2.0 libcurses up-to-date with the current 4.4 stuff, as 1994-08-13 23:15:38 +00:00
mvwin.c Brought the 2.0 libcurses up-to-date with the current 4.4 stuff, as 1994-08-13 23:15:38 +00:00
newwin.c Subwin code forget to subtract orig->beg{x,y} cause SEGV 1994-09-12 11:41:29 +00:00
overlay.c Brought the 2.0 libcurses up-to-date with the current 4.4 stuff, as 1994-08-13 23:15:38 +00:00
overwrite.c Brought the 2.0 libcurses up-to-date with the current 4.4 stuff, as 1994-08-13 23:15:38 +00:00
printw.c Brought the 2.0 libcurses up-to-date with the current 4.4 stuff, as 1994-08-13 23:15:38 +00:00
putchar.c newwin.c 1994-08-28 21:47:13 +00:00
refresh.c After some thinking better place to fix appearse curses again, not 1994-10-28 23:27:00 +00:00
scanw.c Brought the 2.0 libcurses up-to-date with the current 4.4 stuff, as 1994-08-13 23:15:38 +00:00
scroll.c Brought the 2.0 libcurses up-to-date with the current 4.4 stuff, as 1994-08-13 23:15:38 +00:00
setterm.c After some thinking better place to fix appearse curses again, not 1994-10-28 23:27:00 +00:00
standout.c newwin.c 1994-08-28 21:47:13 +00:00
toucholap.c Brought the 2.0 libcurses up-to-date with the current 4.4 stuff, as 1994-08-13 23:15:38 +00:00
touchwin.c Brought the 2.0 libcurses up-to-date with the current 4.4 stuff, as 1994-08-13 23:15:38 +00:00
tscroll.c Fix bug in %i format, second argument not incremented 1994-09-24 14:16:04 +00:00
tstp.c newwin.c 1994-08-28 21:47:13 +00:00
tty.c Disable direct ioctls to /dev/tty, search only stdin/stdout 1994-10-03 12:58:05 +00:00
unctrl.c BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00