view src/xpm_w32.h @ 31461:79701601ba55 v9.0.1063

patch 9.0.1063: when using Kitty a shell command may mess up the key state Commit: https://github.com/vim/vim/commit/4ab1f4a32f7e0fcafa8f542429f1f6c47dcd5d2c Author: Bram Moolenaar <Bram@vim.org> Date: Fri Dec 16 13:08:36 2022 +0000 patch 9.0.1063: when using Kitty a shell command may mess up the key state Problem: When using Kitty a shell command may mess up the key protocol state. Solution: Output t_te before t_TE. If t_te switches between the main and the alternate screen then deactivating the key protocol by t_TE should happen after switching screen. (issue #11705)
author Bram Moolenaar <Bram@vim.org>
date Fri, 16 Dec 2022 14:15:03 +0100
parents 1a5d34492798
children
line wrap: on
line source

/*
 * Header file for xpm_w32.c
 */

#ifndef XPM_W32__H
int LoadXpmImage(char *filename, HBITMAP *hImage, HBITMAP *hShape);
#endif