mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-03-08 12:11:51 +09:00
some text menu thingy
This commit is contained in:
@@ -423,6 +423,11 @@ open class GraphicsAdapter(val vm: VM, val config: AdapterConfig, val sgr: Super
|
||||
else if (arg in 40..47) {
|
||||
ttyBack = sgrDefault8ColPal[arg - 40]
|
||||
}
|
||||
else if (arg == 7) {
|
||||
val t = ttyFore
|
||||
ttyFore = ttyBack
|
||||
ttyBack = t
|
||||
}
|
||||
else if (arg == 0) {
|
||||
ttyFore = TTY_FORE_DEFAULT
|
||||
ttyBack = TTY_BACK_DEFAULT
|
||||
|
||||
Reference in New Issue
Block a user