Bugfix
This commit is contained in:
parent
805fbe2276
commit
34b7dc9184
@ -1291,7 +1291,7 @@ end
|
|||||||
|
|
||||||
|
|
||||||
# --------------------------------------------------------------------
|
# --------------------------------------------------------------------
|
||||||
terminals() = split(exec("print GPVAL_TERMINALS"), " ")
|
terminals() = split(strip(exec("print GPVAL_TERMINALS")), " ")
|
||||||
terminal() = exec("print GPVAL_TERM") * " " * exec("print GPVAL_TERMOPTIONS")
|
terminal() = exec("print GPVAL_TERM") * " " * exec("print GPVAL_TERMOPTIONS")
|
||||||
|
|
||||||
# --------------------------------------------------------------------
|
# --------------------------------------------------------------------
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user