mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-04 20:24:23 +02:00
Probably some progress
This commit is contained in:
parent
b1ec881c8c
commit
5c39a8071f
7 changed files with 47 additions and 61 deletions
|
@ -37,11 +37,9 @@ class ANSIColor:
|
|||
const bright_white = {fg = 97, panel = 107}
|
||||
|
||||
func _init():
|
||||
assert(
|
||||
false,
|
||||
"ANSIColor is an abstract class. You should only use the color constants (e.g. ANSIColor.black)."
|
||||
)
|
||||
|
||||
# "ANSIColor is an abstract class. You should only use the color constants (e.g. ANSIColor.black)."
|
||||
assert(false)
|
||||
|
||||
|
||||
var terminal
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue