parent
315a590bd9
commit
f5e5250b9e
|
@ -850,12 +850,6 @@ class Application(object):
|
||||||
rlines = w.render_line_lit(y, swidth)
|
rlines = w.render_line_lit(y, swidth)
|
||||||
else:
|
else:
|
||||||
rlines = w.render_line_raw(y, swidth)
|
rlines = w.render_line_raw(y, swidth)
|
||||||
if w.first.y == 65:
|
|
||||||
rlines2 = [[z.string for z in l] for l in rlines]
|
|
||||||
msg = '%r // %r == %r [%r] (%r)' % (x, swidth, k,
|
|
||||||
len(lines[y]),
|
|
||||||
rlines2)
|
|
||||||
#raise Exception(msg)
|
|
||||||
for j in range(k, len(rlines)):
|
for j in range(k, len(rlines)):
|
||||||
if lm:
|
if lm:
|
||||||
lcont = j > 0
|
lcont = j > 0
|
||||||
|
|
Loading…
Reference in New Issue