Skip to content
Fix a harmless bug when displaying help/version and directly exiting,
where I tried to dump any unfetched characters with curses.flushinp()
without actually initializing curses with initscr().