mirror of
https://github.com/mawww/kakoune.git
synced 2025-01-03 09:15:08 +03:00
Fix uninitialised value for cursor mode
This commit is contained in:
parent
bee2180da7
commit
34bf8c23e1
@ -249,7 +249,8 @@ NCursesUI::NCursesUI()
|
||||
m_on_key(*key);
|
||||
}},
|
||||
m_assistant(assistant_clippy),
|
||||
m_colors{default_colors}
|
||||
m_colors{default_colors},
|
||||
m_cursor{CursorMode::Buffer, {}}
|
||||
{
|
||||
initscr();
|
||||
raw();
|
||||
|
Loading…
Reference in New Issue
Block a user