From c19963fb7ad44ac4c5f908f3587e551c727c5be1 Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Thu, 29 Aug 2002 10:24:08 +0000 Subject: 2002-08-29 Marcus Brinkmann * console-ncurses.c (main): Call endwin () before bailing out because of an error. (cons_vcons_write): Use getyx and wmove on stdscr instead getsyx and setsyx (which operate on newscr, and mess up the cursor anyway, probably because we don't commit the change immediately). Submitted by David Walter . --- utils/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'utils/ChangeLog') diff --git a/utils/ChangeLog b/utils/ChangeLog index be04d8f2..904e5bd6 100644 --- a/utils/ChangeLog +++ b/utils/ChangeLog @@ -1,3 +1,12 @@ +2002-08-29 Marcus Brinkmann + + * console-ncurses.c (main): Call endwin () before bailing out + because of an error. + (cons_vcons_write): Use getyx and wmove on stdscr instead getsyx + and setsyx (which operate on newscr, and mess up the cursor + anyway, probably because we don't commit the change immediately). + Submitted by David Walter . + 2002-08-22 Marcus Brinkmann * Makefile: Include `../config.make' early on to get LIBNCURSESW -- cgit v1.2.3