/ >fixnum should be /i

db4
Slava Pestov 2008-12-18 21:02:46 -06:00
parent cac73daa85
commit 7836b2c6f4
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ M: editor ungraft*
editor-font* "" string-height ;
: y>line ( y editor -- line# )
line-height / >fixnum ;
line-height /i ;
:: point>loc ( point editor -- loc )
point second editor y>line {