Start out in normal key mode

Matches behavior of xterm
This commit is contained in:
Kovid Goyal
2017-02-05 16:39:40 +05:30
parent bb7edb5f8f
commit 585a01fff6
2 changed files with 3 additions and 1 deletions

View File

@@ -12,7 +12,7 @@
#include "modes.h"
#include "wcwidth9.h"
static const ScreenModes empty_modes = {0, .mDECAWM=true, .mDECTCEM=true, .mDECARM=true, .mDECCKM=true};
static const ScreenModes empty_modes = {0, .mDECAWM=true, .mDECTCEM=true, .mDECARM=true};
// Constructor/destructor {{{