diff options
author | ache <ache@FreeBSD.org> | 1997-08-24 19:09:45 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1997-08-24 19:09:45 +0000 |
commit | d324cfc41c56e2e000bbdb6832237595a054ce5d (patch) | |
tree | 198d02925c034851bf9f0ab81ec3bd4d80389540 /lib/ncurses | |
parent | e309caa011c72381f3760db60667bb985462994f (diff) | |
download | FreeBSD-src-d324cfc41c56e2e000bbdb6832237595a054ce5d.zip FreeBSD-src-d324cfc41c56e2e000bbdb6832237595a054ce5d.tar.gz |
Add winnstr family and fake resizeterm from ncurses 4.1 for compatibility
with recent applications.
Bump minor number.
Diffstat (limited to 'lib/ncurses')
-rw-r--r-- | lib/ncurses/ncurses/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/ncurses/ncurses/Makefile b/lib/ncurses/ncurses/Makefile index c0e7b35..5cb0429 100644 --- a/lib/ncurses/ncurses/Makefile +++ b/lib/ncurses/ncurses/Makefile @@ -1,16 +1,16 @@ # Makefile for ncurses -# $Id$ +# $Id: Makefile,v 1.21 1997/02/22 15:07:38 peter Exp $ LIB= ncurses SHLIB_MAJOR= 3 -SHLIB_MINOR= 0 +SHLIB_MINOR= 1 SRCS= lib_kernel.c lib_pad.c lib_bkgd.c \ lib_unctrl.c lib_raw.c lib_vidattr.c lib_trace.c lib_beep.c \ lib_doupdate.c lib_refresh.c lib_initscr.c lib_newwin.c lib_addch.c \ lib_addstr.c lib_scroll.c lib_clreol.c lib_touch.c lib_mvcur.c lib_keyname.c\ lib_delwin.c lib_endwin.c lib_clrbot.c lib_move.c lib_printw.c \ lib_scanw.c lib_erase.c lib_getch.c lib_options.c lib_acs.c lib_slk.c\ - lib_box.c lib_clear.c lib_delch.c lib_insch.c \ + lib_box.c lib_clear.c lib_delch.c lib_insch.c lib_instr.c \ lib_getstr.c lib_mvwin.c lib_longname.c lib_tstp.c \ lib_newterm.c lib_set_term.c lib_overlay.c lib_scrreg.c lib_color.c \ lib_insstr.c lib_insdel.c lib_twait.c lib_window.c copyright.c |