Skip to content

v7.2-8-10163

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Jan 09:30
· 269 commits to releases since this release
91ab88b

NANO CHANGES

tweaks: slightly improve a comment, to be more accurate

A string bind can only contain bytes (chars), not keycodes (integers,
in nano upto 0x4FF). So, apart from an error code or a placeholder
command code, get_code_from_plantation() can only return a byte.

docs: add a clarifying note to the description of --tabstospaces

WINDOWS PORTABILITY PATCHES

  • Fixed ALT+key not working for numbers and letters.