Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed: Log exception instead of crashing app on NumberFormatException…
… for invalid termcap/terminfo string requested java.lang.NumberFormatException: For input string: " a" at java.lang.Long.parseLong(Long.java:583) at java.lang.Long.valueOf(Long.java:781) at java.lang.Long.decode(Long.java:933) at com.termux.terminal.TerminalEmulator.doDeviceControl(TerminalEmulator.java:940) at com.termux.terminal.TerminalEmulator.processCodePoint(TerminalEmulator.java:813)
- Loading branch information