I KNOW __EXACTLY__ WHAT IM DOING

This commit is contained in:
Blake DeMarcy 2017-04-22 08:47:04 -05:00
parent a01cb9ee6e
commit a2be67cf6c

View File

@ -226,6 +226,7 @@ colormap = [
escape_map = {
key: urwid.vterm.ESC + sequence
for sequence, key in urwid.escape.input_sequences
if len(key) > 1
}
rcpath = os.path.join(os.getenv("HOME"), ".bbjrc")