Compare commits
No commits in common. "fd9e4ad88a2e4e7fb30a7c2abefd229379ec8912" and "e5dd91e1673efaeed021278ae6f6ad6acf45821b" have entirely different histories.
fd9e4ad88a
...
e5dd91e167
@ -114,7 +114,7 @@ function vtansi.vtemu(gpu) -- takes GPU component proxy *gpu* and returns a func
|
|||||||
fg = colours[num-29]
|
fg = colours[num-29]
|
||||||
elseif num > 39 and num < 48 then
|
elseif num > 39 and num < 48 then
|
||||||
bg = colours[num-39]
|
bg = colours[num-39]
|
||||||
elseif num == 100 or num == 8 then -- disable local echo
|
elseif num == 100 then -- disable local echo
|
||||||
ec = false
|
ec = false
|
||||||
elseif num == 101 then -- disable line mode
|
elseif num == 101 then -- disable line mode
|
||||||
lb = false
|
lb = false
|
||||||
|
Loading…
Reference in New Issue
Block a user