Changed the default window orientation to portrait.

- Portrait shows more files in the summary view.
- Most file's contents can still be viewed in half screen width.
This commit is contained in:
Andrew Hamilton 2018-06-18 11:21:53 +10:00
parent 64f1cd3ff8
commit 75678399c8

View file

@ -591,7 +591,7 @@ class Screen:
self._main_loop = main_loop
self._is_summary_focused = True
self.workers = None
self._is_listing_portrait = False
self._is_listing_portrait = True
self._is_log_visible = True
self._is_help_visible = False
self._is_paused = False