| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1773,7 +1773,10 @@ def do_resize(caller): | |||
| 1773 | 1773 | curses.doupdate() | |
| 1774 | 1774 | DO_RESIZE = False | |
| 1775 | 1775 | ||
| 1776 | - caller.resize() | ||
| 1776 | + try: | ||
| 1777 | + caller.resize() | ||
| 1778 | + except curses.error: | ||
| 1779 | + pass | ||
| 1777 | 1780 | # The list win resizes itself every time it appears so no need to do it here. | |
| 1778 | 1781 | ||
| 1779 | 1782 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments