From 49d5227104a6f2c9d509908fda818b1554c543a1 Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Thu, 5 Dec 2002 08:29:23 +0000 Subject: [PATCH] Add: acs_map[] from ncurses is const on Cygwin - test and disable "-a". Redirect stderr from the extfs list operation. --- src/TODO | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/TODO b/src/TODO index fa9cfc94e..e73f54788 100644 --- a/src/TODO +++ b/src/TODO @@ -1,6 +1,10 @@ Before 4.6.0-pre2 ================= +acs_map[] from ncurses is const on Cygwin - test and disable "-a". + +Redirect stderr from the extfs list operation. + Finish work on position saving. get_byte() in view.c produces warnings in Valgrind.