You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The TERMINAL_CREATE handler was hardcoded to send events to mainWindow,
but terminal windows are separate BrowserWindows that call terminal.create().
This caused terminal output to be sent to the main app window instead of
the terminal window, resulting in a blank/blinking cursor with no prompt.
Fix: Use BrowserWindow.fromWebContents(event.sender) to get the actual
window that made the IPC call, so events are routed correctly.
Generated with `mux`
0 commit comments