Files
Meshtastic-Android/feature
James Rich e981e8e4df feat(remote-shell): size the PTY from the viewport, make output selectable
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.
2026-08-24 14:51:59 -05:00
..