browser: add quit info in the C-c message

exec
dece 3 years ago
parent 41aff7acba
commit 325c285675

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

Loading…
Cancel
Save