mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-09-13 05:37:28 -04:00
OPEN and RESIZE carried a hardcoded 80x24, so the remote shell wrapped to a width the phone does not have. The viewport is now measured in monospace cells and the session waits for that measurement, so OPEN carries the real size - 'stty size' on a medium_phone emulator reports 29 54. Output sits in a SelectionContainer, so a command's output can be copied out instead of retyped.