Jeff Quast
Jeff Quast
This looks like an elegant solution to the problem, http://pydoc.net/Python/Pygments/1.4/pygments.formatters.terminal256/ the method _closest_color could be modified to use .number_of_colors, and scan only the 256-color range on 256-color terminals, and only...
I designed a draft proposal in issues #67
Blessed supports 24-bit and 256 colors, and is API compatible with blessings. https://blessed.readthedocs.io/en/latest/colors.html All X11 colors are available (hundreds? thousands?) in addition to the traditional 16 that blessings provides, and...
in blessed, we implemented `term.move_yx`, `term.move_xy`, `term.move_x`, and `term.move_y` as callables with parameters, and never recommend the built-in and ambiguous `move`. https://blessed.readthedocs.io/en/latest/location.html#location blessed is API compatible with blessings. My favorite...
you can always use relative, term.down, term.up etc. For example, term.move_x(0). but yes, it is possible to query the terminal emulator to report its current position -- however this would...
@thomasballinger and I hope to contribute this upstream once 'blessed-integration' is merged (we require polling for "keyboard input")
get_location() is released in blessed, which is API-compatible with blessings, https://blessed.readthedocs.io/en/latest/location.html#finding-the-cursor
Alright... I've been thinking about this for over a year now(!) You do warrant some reply by now :) **I disagree with you!** :) Some background: https://gist.github.com/XVilka/8346728 In brief: if...
256 and 24-bit color support is released in blessed, which is API-compatible with blessings, https://blessed.readthedocs.io/en/latest/colors.html
oops, sorry to close, didn't see your message last time