File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -253,13 +253,13 @@ previous
253
253
fn$ @ album-imgs[] >stack
254
254
1 imgs# +! ;
255
255
256
+ 66 Value maxcols#
257
+
256
258
: wh>glue ( w h w% h% o:glue -- ) { f: w% f: h% }
257
259
2dup dpy-h @ s>f fm/ h% f* dpy-w @ s>f fm/ w% f* fmin
258
260
\ not bigger than x% of screen
259
261
fdup fm* vglue-c df! fm* hglue-c df! ;
260
262
261
- 66 Value maxcols#
262
-
263
263
: default-imgwh% ( -- w h )
264
264
dpy-w @ s>f font-size# maxcols# fm* f/ 1/f 100% fmin 100% ;
265
265
Original file line number Diff line number Diff line change @@ -1108,7 +1108,7 @@ glue*2 >o 1glue f2* hglue-c glue! 0glue f2* dglue-c glue! 1glue f2* vglue-c glue
1108
1108
hbox new { newbox }
1109
1109
act ?dup-IF .clone newbox .!act THEN
1110
1110
childs# start floor f>s U+DO
1111
- firstflag newbox .childs[] $[]# 0<> or
1111
+ firstflag newbox .childs[] $[]# 0= and
1112
1112
startx rw I childs[] $[] @ .split to startx
1113
1113
0e { f: ow }
1114
1114
?dup-IF
Original file line number Diff line number Diff line change @@ -132,8 +132,8 @@ Variable recursive?
132
132
over ?token IF 2 emit xemit
133
133
ELSE 1 i , THEN
134
134
THEN
135
- nextname-string 2 @ d0<> IF
136
- 9 emit nextname-string 2 @ dup xemit type
135
+ nextname$ $ @ d0<> IF
136
+ 9 emit nextname$ $ @ dup xemit type
137
137
THEN
138
138
endof
139
139
rectype-num of
You can’t perform that action at this time.
0 commit comments