This website requires JavaScript.
Explore
Help
Sign In
Aren
/
toaruos
Watch
1
Star
0
Fork
0
You've already forked toaruos
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
068f933a71
toaruos
/
util
/
dump-colors.py
5 lines
104 B
Python
Raw
Normal View
History
Unescape
Escape
python2
2014-03-11 13:02:43 +04:00
#!/usr/bin/env python2
[ansi][bochs] 256 color support (xterm palette)
2011-04-19 00:46:37 +04:00
for
i
in
range
(
256
)
:
print
str
(
i
)
+
"
\t
\x1b
[48;5;
"
+
str
(
i
)
+
"
m
\x1b
[0m
"
Reference in New Issue
Copy Permalink