It looks like I'm missing some python curses library
```
host128:mimjava cspeck$ arc noid
(Assuming 'noid' is the British spelling of 'anoid'.)
Traceback (most recent call last):
File "/Users/cspeck/Projects/phacility/arcanist/scripts/breakout.py", line 212, in <module>
curses.wrapper(main)
File "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/curses/wrapper.py", line 43, in wrapper
return func(stdscr, *args, **kwds)
File "/Users/cspeck/Projects/phacility/arcanist/scripts/breakout.py", line 139, in main
curses.curs_set(0)
_curses.error: curs_set() returned ERR
```