float values no longer accepted for *ScreenCoverage
Closed this issue · 3 comments
tdy commented
The *ScreenCoverage
settings and terminal bounds are now int
:
Previously I was using a float (100.75) to make it flush as described in #12 (comment) and the settings comments:
Was this a regression or intentional? I'm not able to make the quake window flush with only int
settings.
Version: windows-terminal-quake-1.2.0-2021-05-16_1602 binary release
Note that I think this change was intended only for 1.3.0+ (it doesn't exist in 1.2.0's source tree and source zip), but the change is already in effect in the 1.2.0 binary.
flyingpie commented
Fixed in the latest v1.3.0 preview.
https://github.com/flyingpie/windows-terminal-quake/releases/tag/v1.3
tdy commented
@flyingpie 1.3.0-2021-07-05_1426
works on my end, thanks!