mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
pxh: initialize all fields
- fixes Coverity CID 309151
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user