possible fix for multi screen single GPU stuff
This commit is contained in:
parent
d320de1866
commit
d58605431e
@ -24,9 +24,8 @@ function tty(gA,sA,sI,fg,bg)
|
||||
gP.setBackground(bG)
|
||||
end
|
||||
local function wl(str)
|
||||
if gP.cs ~= sA then
|
||||
if gP.getScreen() ~= sA then
|
||||
gP.bind(sA)
|
||||
gP.cs = sA
|
||||
end
|
||||
local cm = 0
|
||||
for c in str:gmatch(".") do
|
||||
|
Loading…
Reference in New Issue
Block a user