PySixel icon indicating copy to clipboard operation
PySixel copied to clipboard

View full-pixel color graphics on SIXEL-supported terminals(xterm/mlterm/DECterm/Reflection/kermit/RLogin/tanasinn/yaft)

Results 4 PySixel issues
Sort by recently updated
recently updated
newest added

Hello, everything is in the title :-3 it would be great to be able to maintain this. Thanks!

Fixed compilation errros by renaming tp_print to tp_vectorcall_offset and added prefix to tstate -> type, value and traceback tstate->curexc_type = type; tstate->curexc_value = value; tstate->curexc_traceback = tb;

* `exc_type` now named `curexc_type` (similar for `_value`, `_traceback`) * `StringIO` is now in a different location: https://docs.python.org/3.4/library/io.html

I'm trying to install PySixel in a Python 3.7.3 environment with Cython 0.29.7 using pip. I get the following error during compilation: ``` [EnvCommandError] Command ['python', '-m', 'pip', 'install', '--no-deps',...