tui: terminals picker — clearer two-line rows + Delete to close
- Each terminal row is now two lines: the name (bold, with status icon) on
  top, the description + pid + uptime as a dim meta line beneath, separated
  by '·' — easier to scan than a single run-on line.
- Close is bound to Delete/Backspace instead of Enter: Enter commonly means
  "open/select", Delete means "remove/close", which matches closing a
  terminal. Title updated: "Open terminals — Delete to close, Esc to cancel".
  No-op on an empty list.

Tests: close-on-delete (was close-on-enter), empty-list delete is a no-op.
Full suite: 1000 passed, 1 skipped.
1 parent a4533c2 commit 91697a934eb87f577b6c13fd9222c68f7b2e96fc
@Eugene Sukhodolskiy Eugene Sukhodolskiy authored on 14 Jul
Showing 2 changed files
View
clients/terminal/tui/screens/terminals_picker.py
View
tests/clients/test_terminals_picker.py