Show More
@@ -872,7 +872,7 b' class curseschunkselector(object):' | |||
|
872 | 872 | width = self.xscreensize |
|
873 | 873 | # turn tabs into spaces |
|
874 | 874 | instr = instr.expandtabs(4) |
|
875 |
strwidth = encoding. |
|
|
875 | strwidth = encoding.colwidth(instr) | |
|
876 | 876 | numspaces = (width - ((strwidth + xstart) % width) - 1) |
|
877 | 877 | return instr + " " * numspaces + "\n" |
|
878 | 878 |
General Comments 0
You need to be logged in to leave comments.
Login now