Chris Bednarz

Results 24 comments of Chris Bednarz

Probably this weekend. I just wanted to see if I could add a panel to set those custom world parameters instead of just using save games for them.

I'm just sorry it took this long. This update should also include some of the changes other people made, and support for 1.6.4 (something that the latest beta had issues...

I did do some poking around in the source earlier, and it seems this is the code responsible for handling it: https://github.com/termux/termux-app/blob/master/terminal-emulator/src/main/java/com/termux/terminal/TerminalEmulator.java#L1023 I haven't had a chance to verify whether...

After debugging a bit, it seems the issue actually relates to here: https://github.com/termux/termux-app/blob/55cdef01e7b2c0c1c7946a95e716098bf441256c/terminal-emulator/src/main/java/com/termux/terminal/TerminalEmulator.java#L1524 (It was `EL` not `DECSEL`, although perhaps it applies there as well?) It looks like when the...