Show More
@@ -1152,7 +1152,7 b' class curseschunkselector(object):' | |||||
1152 | numtrailingspaces = origlen - strippedlen |
|
1152 | numtrailingspaces = origlen - strippedlen | |
1153 |
|
1153 | |||
1154 | if towin: |
|
1154 | if towin: | |
1155 | window.addstr(text, colorpair) |
|
1155 | window.addstr(encoding.strfromlocal(text), colorpair) | |
1156 | t += text |
|
1156 | t += text | |
1157 |
|
1157 | |||
1158 | if showwhtspc: |
|
1158 | if showwhtspc: |
General Comments 0
You need to be logged in to leave comments.
Login now