SCREEN_CAST_WIN=2
SCREEN_SUMMON_WIN=1
SCREEN_MAIN_WIN=0
SCREEN_LAST_FAILED_CAST_WIN=3
SCREEN_DEBUG_WIN=4

# ^Aa is the default, but must be changed if you plan on 
# running screen in screen
#SCREEN_ESCAPE="-e^Aa"

SCREENRC=/etc/sorcery/screenrc

# Screen has awonderful race condition that happens if you run too many commands
# too quickly. Use this sleep in libscreen spots that are known to cause
# problems. 0.1 seems sufficient for >1GHz, so set to 0.2 to be on the safe 
# side.
SCREEN_ANTI_RACE_SLEEP=0.2
