Skip to content

Commit

Permalink
Use latest gowid to fix a problem max/minimizing dialogs
Browse files Browse the repository at this point in the history
The problem was that the 'z' keypress was captured by the dialog widget,
whether or not the wrapped widget would've handled the keypress. This
meant you couldn't type 'z' in the cmdline of termshark... (thanks
@kevinhwang91)
  • Loading branch information
gcla committed Oct 20, 2020
1 parent 5944b1b commit 149ed2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/blang/semver v3.5.1+incompatible
github.com/fsnotify/fsnotify v1.4.7
github.com/gcla/deep v1.0.2
github.com/gcla/gowid v1.1.1-0.20201019033342-0eac0b423871
github.com/gcla/gowid v1.1.1-0.20201020022806-471985383830
github.com/gcla/tail v1.0.1-0.20190505190527-650e90873359
github.com/gdamore/tcell v1.3.1-0.20200115030318-bff4943f9a29
github.com/go-test/deep v1.0.2 // indirect
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ github.com/gcla/gowid v1.1.1-0.20200911033444-a8d93a80f850 h1:pzbWI7a+Z/x+2OGLkX
github.com/gcla/gowid v1.1.1-0.20200911033444-a8d93a80f850/go.mod h1:kwHYNePmuaNa60IAkHfd/OfPeZuoSuz7ww+CeA5q/aQ=
github.com/gcla/gowid v1.1.1-0.20201019033342-0eac0b423871 h1:8Hma1WRjQSdt17iaC4qYS2lhqP3aomjivz3XaW71X4s=
github.com/gcla/gowid v1.1.1-0.20201019033342-0eac0b423871/go.mod h1:kwHYNePmuaNa60IAkHfd/OfPeZuoSuz7ww+CeA5q/aQ=
github.com/gcla/gowid v1.1.1-0.20201020022806-471985383830 h1:urAzCFXYOalFn++zQfJPUO8L/0Yhg5w/bFCj/L7w9GQ=
github.com/gcla/gowid v1.1.1-0.20201020022806-471985383830/go.mod h1:kwHYNePmuaNa60IAkHfd/OfPeZuoSuz7ww+CeA5q/aQ=
github.com/gcla/tail v1.0.1-0.20190505190527-650e90873359 h1:3xEhacR7pIJV8daurdBygptxhzTJeYFqJp1V6SDl+pE=
github.com/gcla/tail v1.0.1-0.20190505190527-650e90873359/go.mod h1:Wn+pZpM98JHSOYkPDtmdvlqmc0OzQGHWOsHB2d28WtQ=
github.com/gcla/tcell v1.1.2-0.20200115035344-b90e69b9dbe0 h1:6fMu73gAbCSAYAGFhMU1G9h5IilNI9wlvEdV4KMF93U=
Expand Down

0 comments on commit 149ed2a

Please sign in to comment.