E. C. Masloch
                                            E. C. Masloch
                                        
                                    The return value in `cx` says "bytes/character of on-screen font (not the requested font!)" and the table below says "graphics data for character, one byte per scan line" so probably...
https://hg.pushbx.org/ecm/insight/rev/8e677b69f2e0 Did that now. I may test this on some other platforms at a later time.
Oops I did a wrong.
https://hg.pushbx.org/ecm/insight/rev/40917cdd78b4 fix to the fix. Actually using font_height minus 1 now, still works as expected here.
You can get the NASM source at https://hg.ulukai.org/ecm/dpmitest/file/42b4f7ec457d/dpmipsp.asm -- It doesn't even need any macros (other than two I included in this file at the top). Just assemble like so:...
@andrewbird What program are you running there?
The Insight debugger is an application that uses Ctrl-Left and Ctrl-Right inputs for a certain purpose, as documented in its manual: https://hg.pushbx.org/ecm/insight/file/302f8dc98568/doc/insUTF-8.txt#l426 (I could modify this to allow another key...
Worked around this by adding alternative keycodes to use to my application: https://hg.pushbx.org/ecm/insight/rev/d43687316064
I just downgraded to 1.9.6-oss by first uninstalling ConnectBot then re-installing the older version from F-Droid. (Warning: This will delete all settings, servers, and keys!) Ctrl-A works as expected, same...
This is the function in Hacker's Keyboard which detects ConnectBot: https://github.com/klausw/hackerskeyboard/blob/3d8a7f01d0fa6c651e05f23d9bee157d97018a5f/app/src/main/java/org/pocketworkstation/pckeyboard/LatinIME.java#L1486-L1495 This is where it appears to do the Ctrl-A interception: https://github.com/klausw/hackerskeyboard/blob/3d8a7f01d0fa6c651e05f23d9bee157d97018a5f/app/src/main/java/org/pocketworkstation/pckeyboard/LatinIME.java#L1823