(m291) Trim file names
This commit is contained in:
parent
c33017e041
commit
701408830b
|
@ -674,8 +674,13 @@
|
|||
@<draw-uf2> ( text* color -- )
|
||||
,<draw-glyph>/color STR
|
||||
[ LIT2 15 -Screen/auto ] DEO
|
||||
.Screen/width DEI2 #0018 SUB2 ,&bound STR2
|
||||
&>w ( -- )
|
||||
LDAk <draw-glyph>
|
||||
( | trim )
|
||||
.Screen/x DEI2 [ LIT2 &bound $2 ] LTH2 ?{
|
||||
POP2 [ LIT ". ] <draw-glyph>
|
||||
[ LIT ". ] !<draw-glyph> }
|
||||
next-glyph LDAk ?&>w
|
||||
POP2 JMP2r
|
||||
|
||||
|
|
Loading…
Reference in New Issue