Show More
@@ -194,7 +194,7 b' if not _nativeenviron:' | |||||
194 | for k, v in os.environ.items()) # re-exports |
|
194 | for k, v in os.environ.items()) # re-exports | |
195 |
|
195 | |||
196 | # How to treat ambiguous-width characters. Set to 'wide' to treat as wide. |
|
196 | # How to treat ambiguous-width characters. Set to 'wide' to treat as wide. | |
197 | wide = (environ.get("HGENCODINGAMBIGUOUS", "narrow") == "wide" |
|
197 | wide = _sysstr(environ.get("HGENCODINGAMBIGUOUS", "narrow") == "wide" | |
198 | and "WFA" or "WF") |
|
198 | and "WFA" or "WF") | |
199 |
|
199 | |||
200 | def colwidth(s): |
|
200 | def colwidth(s): |
General Comments 0
You need to be logged in to leave comments.
Login now