mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-11 12:04:10 +00:00
don't trim rows
(basemode seems to get confused on strings with double-wide chars)
This commit is contained in:
parent
b11468c19b
commit
9e4ea0a671
@ -559,7 +559,7 @@ class AllTorrents(BaseMode):
|
||||
else:
|
||||
colorstr = "{!%s,%s!}"%(fg,bg)
|
||||
|
||||
self.add_string(currow,"%s%s"%(colorstr,row[0]))
|
||||
self.add_string(currow,"%s%s"%(colorstr,row[0]),trim=False)
|
||||
tidx += 1
|
||||
currow += 1
|
||||
if (currow > (self.rows - 2)):
|
||||
|
Loading…
x
Reference in New Issue
Block a user