test: remove unused field ext_float (#22243)

This commit is contained in:
zeertzjq 2023-02-14 18:26:22 +08:00 committed by GitHub
parent 46a87a5d2b
commit 3a6a7add57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -214,7 +214,7 @@ function Screen:attach(options, session)
-- simplify test code by doing the same.
self._options.rgb = true
end
if self._options.ext_multigrid or self._options.ext_float then
if self._options.ext_multigrid then
self._options.ext_linegrid = true
end
end