mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-19 06:54:58 +02:00
Start out in normal key mode
Matches behavior of xterm
This commit is contained in:
@@ -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 {{{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user