Menu

256colors / Blog: Recent posts

Support for Comma-Separated Escape Sequences

Presently, all escape sequences are, I believe, semi-colon delimited. However, the semi-colon is a reserved character on most Linux shells--command-line user interfaces--so you have to run 256c in the following manner for it to work:

python2 256c.py 1\;32\;44

Whereas, I want 256colors to support the following:

python2 256c.py 1,32,44

I'll be working to add support for this in the 0.2.0 release of 256colors.

Posted by amagura 2013-06-27 Labels: escape sequences 0.2.0
MongoDB Logo MongoDB