Release v1.82
This commit is contained in:
parent
a995352ff1
commit
c232c1ff37
2
ANSI.c
2
ANSI.c
@ -188,7 +188,7 @@
|
|||||||
check for the empty buffer within the critical section;
|
check for the empty buffer within the critical section;
|
||||||
palette improvements.
|
palette improvements.
|
||||||
|
|
||||||
v1.82-wip, 12 & 13 February, 2018:
|
v1.82, 12 & 13 February, 2018:
|
||||||
add ANSICON_WRAP environment variable for programs that expect the wrap;
|
add ANSICON_WRAP environment variable for programs that expect the wrap;
|
||||||
flush and invalidate the cache on CloseHandle;
|
flush and invalidate the cache on CloseHandle;
|
||||||
make IsConsoleHandle a critical section, for multithreaded processes;
|
make IsConsoleHandle a critical section, for multithreaded processes;
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Copyright 2005-2018 Jason Hood
|
Copyright 2005-2018 Jason Hood
|
||||||
|
|
||||||
Version 1.82-wip. Freeware
|
Version 1.82. Freeware
|
||||||
|
|
||||||
|
|
||||||
Description
|
Description
|
||||||
@ -339,7 +339,7 @@ Version History
|
|||||||
|
|
||||||
Legend: + added, - bug-fixed, * changed.
|
Legend: + added, - bug-fixed, * changed.
|
||||||
|
|
||||||
1.82-wip - 13 February, 2018:
|
1.82 - 13 February, 2018:
|
||||||
- add ANSICON_WRAP for programs that expect the wrap at right margin;
|
- add ANSICON_WRAP for programs that expect the wrap at right margin;
|
||||||
- make IsConsoleHandle a critical section, for multithreaded processes;
|
- make IsConsoleHandle a critical section, for multithreaded processes;
|
||||||
- use APIConsole for all console functions (Windows 10).
|
- use APIConsole for all console functions (Windows 10).
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
version.h - Version defines.
|
version.h - Version defines.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define PVERS L"1.82-wip" // wide string
|
#define PVERS L"1.82" // wide string
|
||||||
#define PVERSA "1.82-wip" // ANSI string (windres 2.16.91 didn't like L)
|
#define PVERSA "1.82" // ANSI string (windres 2.16.91 didn't like L)
|
||||||
#define PVERE L"182" // wide environment string
|
#define PVERE L"182" // wide environment string
|
||||||
#define PVEREA "182" // ANSI environment string
|
#define PVEREA "182" // ANSI environment string
|
||||||
#define PVERB 1,8,2,0 // binary (resource)
|
#define PVERB 1,8,2,0 // binary (resource)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user