Classic desktop environment for Linux terminals
Find a file
Claude df5eaacc83 Fix Escape not exiting Alt+W window control mode
The bare-Escape branch in the esc_pending handler only called
menu_bar.deactivate() and continued, so the window manager's control
mode never received the Escape keystroke and couldn't exit.

Now also forwards key=27 to wm.handle_key() when ctrl_mode is active.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-05 19:59:57 +00:00
docs Initial scaffolding of NortonTUI desktop environment 2026-04-05 19:44:43 +00:00
nortontui Fix Escape not exiting Alt+W window control mode 2026-04-05 19:59:57 +00:00
.gitignore Initial scaffolding of NortonTUI desktop environment 2026-04-05 19:44:43 +00:00
CLAUDE.md Fix flashing: add stdscr.noutrefresh() before window draws 2026-04-05 19:56:28 +00:00
prompt.md add prompt 2026-04-05 19:07:44 +00:00
pyproject.toml Initial scaffolding of NortonTUI desktop environment 2026-04-05 19:44:43 +00:00