http://mf34jlghauz5pxjcmdymdqbe5pva4v24logeys446tdrgd5lpsrocmqd.onion/_modules/stem/util/term.html
LINES ) lines = [ format ( line , * attr ) for line in msg . split ( ' \n ' )] return ' \n ' . join ( lines ) # if we have reset sequences in the message then apply our attributes # after each of them if RESET in msg : return ' ' . join ([ format ( comp , * attr ) for comp in msg . split ( RESET )]) prefix , suffix = encoding ( * attr ), RESET if prefix : if Attr . READLINE_ESCAPE in attr : prefix = ' \001 %s \002 ' % prefix suffix = ' \001 %s \002 ' % suffix return prefix...