Commit Graph

13 Commits

Author SHA1 Message Date
gm
77eb0397f6 Replace wezterm.time.call_after with update-right-status-based defer for prompt chaining
Deferring the PromptInputLine open by one tick via wezterm.time.call_after
did not fix the InputSelector -> PromptInputLine chaining issue on the
user's WezTerm build (the box never appeared at all, straight back to the
shell) — consistent with call_after being unavailable/erroring and silently
aborting the callback. Replaced it with a pending_action flag drained on the
next update-right-status tick, an event hook already confirmed working via
the existing status bar, removing the dependency on wezterm.time entirely.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-17 23:02:33 +09:00
gm
672cc22b0b Fix PromptInputLine closing immediately after InputSelector, split SSH domain entry into steps
Selecting a settings item from an InputSelector menu (font size, line height,
color scheme, opacity, scrollback lines, max FPS, SSH domain add) would open
a PromptInputLine that closed instantly, dumping back to the shell — the
Enter that confirmed the InputSelector choice was bleeding into the newly
opened PromptInputLine. Deferring the PromptInputLine open by one tick via
wezterm.time.call_after fixes it. SSH domain registration now asks for name,
address, and username one at a time instead of a single comma-separated line.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-17 19:01:02 +09:00
gm
0876d2656c Fix SSH domain menu persistence 2026-07-17 01:06:19 +09:00
gm
fb37c2ff50 Fix menu button and keep settings in WezTerm 2026-07-17 00:53:34 +09:00
gm
0f9632a678 Add clickable menu and prompt settings 2026-07-17 00:49:11 +09:00
gm
124c99bef8 Use Windows settings editor command 2026-07-16 23:52:08 +09:00
gm
e5a4e91ec2 Make settings editor launch robust 2026-07-16 23:44:17 +09:00
gm
622e6dd781 Show main menu hint in tab bar 2026-07-16 21:18:53 +09:00
gm
df38de097b Add main settings menu 2026-07-16 18:36:44 +09:00
gm
c3f6cff4c1 Move tab bar to top 2026-07-16 17:46:46 +09:00
gm
4c624e37c1 Always show tab bar 2026-07-16 17:38:18 +09:00
gm
491517e007 Show launcher menu on startup 2026-07-16 17:33:54 +09:00
gm
df0fd4e0a7 Add WezTerm configuration 2026-07-16 17:30:25 +09:00