File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 180180 added DECSTR & RIS;
181181 fix state problems with windowless processes.
182182
183- v1.81-wip , 26 to 28 December, 2017:
183+ v1.81, 26 to 28 December, 2017:
184184 combine multiple CRs as one (to ignore all CRs before LF);
185185 don't process CR or BS during CRM;
186186 don't flush CR immediately (to catch following LF);
Original file line number Diff line number Diff line change @@ -334,7 +334,7 @@ Version History
334334
335335 Legend: + added, - bug-fixed, * changed.
336336
337- 1.81-wip - 28 December, 2017:
337+ 1.81 - 28 December, 2017:
338338 - fix multiple CRs before LF (including preventing an immediate flush);
339339 - fix CR, BS and partial RM during CRM;
340340 - fix buffer overflow caused by incorrect critical section;
Original file line number Diff line number Diff line change 22 version.h - Version defines.
33*/
44
5- #define PVERS L"1.81-wip" // wide string
6- #define PVERSA "1.81-wip" // ANSI string (windres 2.16.91 didn't like L)
5+ #define PVERS L"1.81" // wide string
6+ #define PVERSA "1.81" // ANSI string (windres 2.16.91 didn't like L)
77#define PVERE L"181" // wide environment string
88#define PVEREA "181" // ANSI environment string
99#define PVERB 1,8,1,0 // binary (resource)
You can’t perform that action at this time.
0 commit comments