diff options
author | Marcus Brinkmann <marcus@gnu.org> | 2002-08-29 10:24:08 +0000 |
---|---|---|
committer | Marcus Brinkmann <marcus@gnu.org> | 2002-08-29 10:24:08 +0000 |
commit | c19963fb7ad44ac4c5f908f3587e551c727c5be1 (patch) | |
tree | c60c82a32b1abd715bac29ef480aee985fbe91b7 /utils/ChangeLog | |
parent | 513afcf4f8cd67275bad59251d1ee2a845d0ddca (diff) |
2002-08-29 Marcus Brinkmann <marcus@gnu.org>
* 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 <dwalter@syr.edu>.
Diffstat (limited to 'utils/ChangeLog')
-rw-r--r-- | utils/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
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 <marcus@gnu.org> + + * 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 <dwalter@syr.edu>. + 2002-08-22 Marcus Brinkmann <marcus@gnu.org> * Makefile: Include `../config.make' early on to get LIBNCURSESW |