Open mantepse opened 5 years ago
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!
The following might be helpful:
https://emacs.stackexchange.com/questions/16617/interpret-terminal-escape-codes-in-generic-process-output
I would like to use color in sage-shell-mode, for example using the ansi escape sequences. For example
should print "Success!" with a green background.
Is there a way to enable that? That would be really wonderful!