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