rjkroege / edwood

Go version of Plan9 Acme Editor
Other
387 stars 34 forks source link

Fix draw.KeyDown on macos #495

Closed sfyatee closed 1 year ago

sfyatee commented 1 year ago

Fixes #494

codecov[bot] commented 1 year ago

Codecov Report

Merging #495 (eea29f9) into master (f9bba99) will not change coverage. The diff coverage is 0.00%.

:exclamation: Current head eea29f9 differs from pull request most recent head 19aed22. Consider uploading reports for the commit 19aed22 to get more accurate results

@@           Coverage Diff           @@
##           master     #495   +/-   ##
=======================================
  Coverage   58.48%   58.48%           
=======================================
  Files          54       54           
  Lines       10761    10761           
=======================================
  Hits         6294     6294           
  Misses       4032     4032           
  Partials      435      435           
Files Coverage Δ
text.go 48.89% <0.00%> (ø)
rjkroege commented 1 year ago

Thanks for the patch.