File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 188188 check for the empty buffer within the critical section;
189189 palette improvements.
190190
191- v1.82-wip , 12 & 13 February, 2018:
191+ v1.82, 12 & 13 February, 2018:
192192 add ANSICON_WRAP environment variable for programs that expect the wrap;
193193 flush and invalidate the cache on CloseHandle;
194194 make IsConsoleHandle a critical section, for multithreaded processes;
Original file line number Diff line number Diff line change 33
44 Copyright 2005-2018 Jason Hood
55
6- Version 1.82-wip . Freeware
6+ Version 1.82. Freeware
77
88
99Description
@@ -339,7 +339,7 @@ Version History
339339
340340 Legend: + added, - bug-fixed, * changed.
341341
342- 1.82-wip - 13 February, 2018:
342+ 1.82 - 13 February, 2018:
343343 - add ANSICON_WRAP for programs that expect the wrap at right margin;
344344 - make IsConsoleHandle a critical section, for multithreaded processes;
345345 - use APIConsole for all console functions (Windows 10).
Original file line number Diff line number Diff line change 22 version.h - Version defines.
33*/
44
5- #define PVERS L"1.82-wip" // wide string
6- #define PVERSA "1.82-wip" // ANSI string (windres 2.16.91 didn't like L)
5+ #define PVERS L"1.82" // wide string
6+ #define PVERSA "1.82" // ANSI string (windres 2.16.91 didn't like L)
77#define PVERE L"182" // wide environment string
88#define PVEREA "182" // ANSI environment string
99#define PVERB 1,8,2,0 // binary (resource)
You can’t perform that action at this time.
0 commit comments