- Status bar moves to top (blue bg, white text) matching CLI CP_STATUS
- Output pane: dark bg, white text with colored highlights
- Monitor pane: dark green bg, bright green text matching CLI monitor
- Cyan separator bars labeled "Output" and "Input" matching CLI CP_SEP
- Input row with "> " prompt prefix, Enter to send (no Send button)
- Function key bar at bottom: F1 Conn/F3 Mon/F4 Cfg/F5 Log/F6 Forms/
F7 New/F8 Prev/F9 Next/F10 Quit — matches CLI fkey bar
- F1 toggles Connect/Disconnect based on current state
- F-keys work from keyboard and by clicking the buttons
- No traditional menu bar
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Single-session GUI with dark-themed output + green monitor panes,
input field, connect dialog, BPQ protocol parser, and status bar.
Auto-connects if only one host is configured. Build with: make gui
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>