pxh: initialize all fields

- fixes Coverity CID 309151
This commit is contained in:
Daniel Agar
2020-01-05 21:14:25 -05:00
parent 4b96eb569d
commit 738b57c945

View File

@@ -84,9 +84,9 @@ private:
void _setup_term();
static void _restore_term();
bool _should_exit;
bool _should_exit{false};
History _history;
struct termios _orig_term;
struct termios _orig_term {};
static apps_map_type _apps;
static Pxh *_instance;