- remove redundant command
- better alignment of help screen
This commit is contained in:
parent
f2398fd983
commit
0d89cb9073
1 changed files with 10 additions and 11 deletions
|
@ -243,7 +243,6 @@ def main():
|
|||
f = f.replace("\\033", "\x1b")
|
||||
f = f.replace("\\x1b", "\x1b")
|
||||
f = f.replace("%%", "\x01\x01")
|
||||
f = f.replace("%(", "\x01\x01(")
|
||||
f = f.replace("%f", "\x01(f)s")
|
||||
f = f.replace("%l", "\x01(l)d")
|
||||
f = f.replace("%c", "\x01(c)d")
|
||||
|
|
Loading…
Reference in a new issue