""" To launch oath, call the function start() in here with a function
pointer for it to call you back on.  That function pointer should take
one argument: the oath object from curses, which is passed as 'win' to
various oath functions; this function initializes curses for you and
creates the oath descriptor. """


# Standard python:
import curses, curses.textpad, traceback, re
from cStringIO import StringIO

NORMAL = 0
MARKED = 1

