Matt King
Results
2
comments of
Matt King
This is a python3 problem I suspect. The encode here is returning a bytes that then cannot be concatenated with strings later- ``` color = True if not sys.stdout.isatty(): colorfunc...
I meant "Command-C" to copy (Ctrl-C exits of course). Maybe an function key to copy?