This commit is contained in:
Giorgio Calderone 2020-03-25 19:02:17 +01:00
parent 805fbe2276
commit 34b7dc9184

View File

@ -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")
# --------------------------------------------------------------------