From f215223810b9aeea0b37e7f83d1c3dcefd8412e2 Mon Sep 17 00:00:00 2001 From: Jason Hood Date: Thu, 10 May 2018 22:02:29 +1000 Subject: [PATCH] Update comments --- ANSI.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ANSI.c b/ANSI.c index 3192ef2..9a2291d 100644 --- a/ANSI.c +++ b/ANSI.c @@ -200,12 +200,11 @@ v1.84-wip, 17 February, 26 April to 10 May, 2018: close the flush handles on detach; dynamically load WINMM.DLL; - use sprintf/_snprintf/_snwprintf instead of wsprintf, avoiding USER32.DLL; + remove dependency on the CRT and USER32.DLL; replace bsearch (in procrva.c) with specific code; if the primary thread is detached exit the process; get real WriteFile handle before testing for console; use remote load on Win8+ when the process has no IAT; - remove dependency on the CRT; increase heap to 256KiB to fix logging of really long command lines; default to 7 or -7 if ANSICON_DEF could not be parsed; scrolling will use the default attribute for new lines;