This commit is contained in:
Arun Prakash Jana 2019-05-12 05:15:52 +05:30
parent a8acc58c2f
commit 7ade3a435c
No known key found for this signature in database
GPG Key ID: A75979F35C080412

2
buku
View File

@ -4915,7 +4915,7 @@ POSITIONAL ARGUMENTS:
setup_logger(LOGGER)
# Enable prompt with reverse video
PROMPTMSG = '\x1b[7mbuku (? for help)\x1b[0m '
PROMPTMSG = '\001\x1b[7\002mbuku (? for help)\001\x1b[0m\002 '
# Enable browser output in case of a text based browser
if os.getenv('BROWSER') in TEXT_BROWSERS: