mirror of
https://github.com/9001/copyparty.git
synced 2026-04-02 05:25:34 +10:00
add help sections and vt100 stripper
This commit is contained in:
@@ -58,6 +58,9 @@ except:
|
||||
return struct.unpack(f.decode("ascii"), *a, **ka)
|
||||
|
||||
|
||||
ansi_re = re.compile("\033\\[[^m]*m")
|
||||
|
||||
|
||||
surrogateescape.register_surrogateescape()
|
||||
FS_ENCODING = sys.getfilesystemencoding()
|
||||
if WINDOWS and PY2:
|
||||
|
||||
Reference in New Issue
Block a user