sage-shell-mode icon indicating copy to clipboard operation
sage-shell-mode copied to clipboard

color in sage-shell-mode

Open mantepse opened this issue 6 years ago • 1 comments

I would like to use color in sage-shell-mode, for example using the ansi escape sequences. For example

print('\x1b[6;30;42m' + 'Success!' + '\x1b[0m')

should print "Success!" with a green background.

Is there a way to enable that? That would be really wonderful!

mantepse avatar Feb 12 '19 21:02 mantepse

The following might be helpful:

https://emacs.stackexchange.com/questions/16617/interpret-terminal-escape-codes-in-generic-process-output

mantepse avatar Feb 17 '19 22:02 mantepse