##// END OF EJS Templates
crecord: convert an instance of bytes to str...
Matt Harbison -
r47528:c6d9948e stable
parent child Browse files
Show More
@@ -1152,7 +1152,7 b' class curseschunkselector(object):'
1152 1152 numtrailingspaces = origlen - strippedlen
1153 1153
1154 1154 if towin:
1155 window.addstr(text, colorpair)
1155 window.addstr(encoding.strfromlocal(text), colorpair)
1156 1156 t += text
1157 1157
1158 1158 if showwhtspc:
General Comments 0
You need to be logged in to leave comments. Login now