diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-10-31 06:30:32 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-10-31 06:30:32 +0000 |
commit | 6b2a1c68ae261f9418c63985441e14381a10cd12 (patch) | |
tree | 4ae6e697e6a9c43cbe1974319f6b1f7854838e02 /lib/libcurses/lib_endwin.c | |
parent | 774a90a035f055fa6dcf304c080c05bf13a095ca (diff) |
update to ncurses 4.2-981017
Diffstat (limited to 'lib/libcurses/lib_endwin.c')
-rw-r--r-- | lib/libcurses/lib_endwin.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libcurses/lib_endwin.c b/lib/libcurses/lib_endwin.c index e6b9eb5a29b..b9ff914e93a 100644 --- a/lib/libcurses/lib_endwin.c +++ b/lib/libcurses/lib_endwin.c @@ -1,4 +1,4 @@ -/* $OpenBSD: lib_endwin.c,v 1.6 1998/09/17 04:14:30 millert Exp $ */ +/* $OpenBSD: lib_endwin.c,v 1.7 1998/10/31 06:30:29 millert Exp $ */ /**************************************************************************** * Copyright (c) 1998 Free Software Foundation, Inc. * @@ -44,7 +44,7 @@ #include <curses.priv.h> #include <term.h> -MODULE_ID("$From: lib_endwin.c,v 1.15 1998/09/12 22:50:25 tom Exp $") +MODULE_ID("$From: lib_endwin.c,v 1.16 1998/09/20 03:29:17 tom Exp $") int endwin(void) @@ -56,7 +56,6 @@ endwin(void) SP->_mouse_wrap(SP); _nc_screen_wrap(); _nc_mvcur_wrap(); /* wrap up cursor addressing */ - NC_BUFFERED(FALSE); } returnCode(reset_shell_mode()); |