default to C0 mode
This commit is contained in:
parent
2a2e52144c
commit
78090e80b9
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ class ANSI:
|
|||
mode: Mode
|
||||
wrap: bool
|
||||
|
||||
def __init__(self: Self, mode: Mode, wrap: bool = False) -> None:
|
||||
def __init__(self: Self, mode: Mode = Mode.C0, wrap: bool = False) -> None:
|
||||
self.mode = mode
|
||||
self.wrap = wrap
|
||||
|
||||
|
|
Loading…
Reference in a new issue