ncruces / zenity

Zenity dialogs for Golang, Windows, macOS
https://pkg.go.dev/github.com/ncruces/zenity
MIT License
736 stars 37 forks source link

Terminal loses focus after selecting file. #120

Closed lonnywong closed 1 month ago

lonnywong commented 1 month ago
  1. Run zenity --file-selection in Windows Terminal.
  2. Select a file.
  3. If you press any key on the keyboard without clicking the mouse, you cannot type.
ncruces commented 1 month ago

See #121.

Leaving open to see if anyone can contribute a fix.

lonnywong commented 1 month ago

It works good with Windows Terminal v1.21.2701.0. Fixed by https://github.com/microsoft/terminal/pull/17828.