So I'm seeing some ANSI escape codes I'm unfamiliar with in some output.
\\x1B)0[
\\x1B[?7h
\\x1B[?7l
http://ascii-table.com/ansi-escape-sequences.php says that \\x1B[=7h
and \\x1B[=7l
will set and reset (respectively) the mode to enable line wrapping but those have ='s and not ?'s so idk how applicable that is.
Any ideas?