A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/neovim/neovim/commit/a70b39965b942c24d17bb44e731c9f9087417e50 below:

avoid using uninitialized memory in kitty (#17866) · neovim/neovim@a70b399 · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+2

-0

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+2

-0

lines changed Original file line number Diff line number Diff line change

@@ -226,6 +226,8 @@ static void terminfo_start(UI *ui)

226 226

data->unibi_ext.reset_cursor_style = -1;

227 227

data->unibi_ext.get_bg = -1;

228 228

data->unibi_ext.set_underline_color = -1;

229 +

data->unibi_ext.enable_extended_keys = -1;

230 +

data->unibi_ext.disable_extended_keys = -1;

229 231

data->out_fd = STDOUT_FILENO;

230 232

data->out_isatty = os_isatty(data->out_fd);

231 233

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4