db4
Slava Pestov 2009-04-13 14:41:01 -05:00
parent 73a2e81953
commit 9522f92afd
1 changed files with 2 additions and 2 deletions

View File

@ -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 ;