julia
c84324fe - Bugfix: Convert numbers to Int in extendedterminfo (#51195)

Commit
2 years ago
Bugfix: Convert numbers to Int in extendedterminfo (#51195) Before, in the extendedterminfo function in terminfo.jl, if the numbers array was nonempty, the function would fail as a `UInt32` cannot be implicitly converted to the output `Int` type. Do this conversion explicitly. Closes #51190
Author
Parents
Loading