Releases: okibcn/nano-for-windows
v7.2-22.1
v7.2-22
NANO CHANGES
feedback: suppress filename and linecount when --zero is active
This suppression prevents the filename flashing by at the bottom
of the screen when switching between buffers.
This addresses https://savannah.gnu.org/bugs/?64019
Reported-by: Alan Cristhian Ruiz [email protected]
Problem existed since version 6.0, since --zero was introduced.
v7.2-22.2
PDCursesMod CHANGES
See preceding commit bbae4bb0e839 : function pointers returned by GetProcAddress( ) are FARPROCs.
v7.2-21.2
PDCursesMod CHANGES
HISTORY.md updated
v7.2-21.1
PDCursesMod CHANGES
Merge pull request #289 from clangen/clangen/fix-dpi-awareness-calling-convention
Fix calling convention for Win32 DPI-related API calls.
v7.2-21
NANO CHANGES
- startup: use a format string, to deflect format-string attacks
- linter: use a format string, to deflect format-string attacks
This fixes a security flaw https://savannah.gnu.org/bugs/?63964.
Reported-by: Vince Vince
v7.2-19.3
PDCursesMod CHANGES
[WINCON/WINGUI/SDL2/VT] Added support for cross compilation for Windows on Arm: Enabled custom CFLAGS. Fix missing prefixes for AR and STRIP
v7.2-19.2
PDCursesMod CHANGES
Fix: a function declaration without a prototype is deprecated in all versions of C
v7.2-19.1
PDCursesMod CHANGES
Makefile adjustment (win32/dos/so2)
clean target: suppress error messages for non-existing files
v7.2-19
NANO CHANGES
-
tweaks: shrink the set of characters recognized as line-column separator
This slightly reduces the chance that a filename is accidentally parsed
as containing both a line and a column number at its end. -
docs: document the
<filename>:<linenumber>
thing for cursor positioning -
tweaks: condense the code that searches for a colon plus line number