Hi all,
I've noticed that numeric keyboard is not working with sqlcl on linux. Cursor keys works fine, but home/end or pgup/pgdn or numbers and keys like / * - + “enter” produce weird results like “[1~” or just letters, like when i input numbers from 1 to 9 with numlock on, it outputs “qrstuvwxy” instead of “123456789”.
The last working version i have is from Oracle DB 12c home ("SQLcl: Release 12.2.0.1.0 RC"). The sqlcl, that Oracle ships with Oracle 19c ("SQLcl: Release 21.4.12.0 Production Build: 21.4.12.44.1717") is not working. Same putty session, only ORACLE_HOME is different. I've tried the latest one ("SQLcl: Release 24.1.0.0 Production Build: 24.1.0.087.0929") standalone, also not working.
I've also tried to switch between “ESC[n~” and “Linux” in Putty configuration with no luck.

So how to fix numeric keypad on sqlcl / Linux?
PS. 2Jeff would be great if you include fresh sqlcl with DB PSU :)
BR Alexey.
UPD: SQLcl: Release 24.2.0.0 Production Build: 24.2.0.180.1721 numpad is not working as well