Skip to content

Latest commit

 

History

History

ep087

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Today I go over the several ways one can utilize color in a curses application!

Interactive examples

Python

import curses
curses.COLOR_BLUE

Bash

python t.py
TERM=xterm python t.py
TERM=xterm-mono python t.py