browser: add quit info in the C-c message

This commit is contained in:
dece 2021-09-20 08:17:47 +02:00
parent 41aff7acba
commit 325c285675

View file

@ -204,7 +204,7 @@ class Browser:
try:
self.handle_inputs()
except KeyboardInterrupt:
self.set_status("Cancelled.")
self.set_status("Operation cancelled (to quit, type :q).")
if self.config["persistent_history"]:
self.history.save()