ncruces / zenity

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

Terminal loses focus after selecting file. #120

Open lonnywong opened 1 week ago

lonnywong commented 1 week 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 5 days ago

See #121.

Leaving open to see if anyone can contribute a fix.