Sha256: 1d3b29e545569efdd9f7c7fb1f07fe46b7121ab5be3d6e293bc14304cc57cce3
Contents?: true
Size: 356 Bytes
Versions: 49
Compression:
Stored size: 356 Bytes
Contents
SCREEN AUTO AUTO 1 TITLE 'Screen Launcher' HORIZONTAL BUTTON 'HS' "screen.open('INST', 'HS')" BUTTON 'CMD' "screen.open('INST', 'COMMANDING')" BUTTON 'GROUND' "screen.open('INST', 'GROUND')" END BUTTON 'Close HS & CMD' "screen.close('INST', 'HS');; screen.close('INST', 'COMMANDING')" BUTTON 'Close All' "screen.closeAll()" # including this screen!
Version data entries
49 entries across 38 versions & 1 rubygems