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
When setting the option mouse-hide-while-typing to true anytime the title changes for any reason the mouse is shown again.
For example: open Neovim, set the title option with :set title and then open a split to a different file. When switching between these to windows with Ctrl + w + w the mouse is shown again.
I did some digging and found that commenting out thisself.showMouse() call fixes this specific issue.
When setting the option
mouse-hide-while-typing
totrue
anytime the title changes for any reason the mouse is shown again.For example: open Neovim, set the
title
option with:set title
and then open a split to a different file. When switching between these to windows withCtrl + w + w
the mouse is shown again.I did some digging and found that commenting out this
self.showMouse()
call fixes this specific issue.Ghostty version:
The text was updated successfully, but these errors were encountered: