I created decrypt.py two days ago. It's quite a funny program. It reads from stdin and prints the contents garbled to the screen using curses. However, when there are special characters like ansi color codes or tabs present in the input, they don't get displayed properly.
Is there a good way to map these characters to the way curses handles tabs and colors on the terminal window?
Your help is much appreciated.