Cleanup
parent
73a2e81953
commit
9522f92afd
|
@ -135,11 +135,11 @@ SYMBOL: wrap-margin
|
||||||
SYMBOL: table-gap
|
SYMBOL: table-gap
|
||||||
SYMBOL: table-border
|
SYMBOL: table-border
|
||||||
|
|
||||||
: standard-table-style ( -- style )
|
CONSTANT: standard-table-style
|
||||||
H{
|
H{
|
||||||
{ table-gap { 5 5 } }
|
{ table-gap { 5 5 } }
|
||||||
{ table-border T{ rgba f 0.8 0.8 0.8 1.0 } }
|
{ table-border T{ rgba f 0.8 0.8 0.8 1.0 } }
|
||||||
} ;
|
}
|
||||||
|
|
||||||
! Input history
|
! Input history
|
||||||
TUPLE: input string ;
|
TUPLE: input string ;
|
||||||
|
|
Loading…
Reference in New Issue