mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 22:28:24 +02:00
Make clang happy
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
#include "charsets.h"
|
||||
|
||||
static const ScreenModes empty_modes = {0, .mDECAWM=true, .mDECTCEM=true, .mDECARM=true};
|
||||
static Selection EMPTY_SELECTION = {0};
|
||||
static Selection EMPTY_SELECTION = {{0}};
|
||||
|
||||
// Constructor/destructor {{{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user