hoaproject / Console

The Hoa\Console library.
https://hoa-project.net/
366 stars 32 forks source link

Add support for EXTENDED NUMBER FORMAT #93

Closed ntoniazzi closed 1 year ago

ntoniazzi commented 4 years ago

Fixes parsing terminfo databases in extended number format, where numbers and string capabilities are wrong. According to man term(5), if the magic number is 542 (octal 01036), numbers are signed 32-bit integers instead of signed 16-bit integers.