From 5cee447ed027345e9a3ac22380bffbf862c76e20 Mon Sep 17 00:00:00 2001 From: Po Lu Date: Sun, 9 Jan 2022 19:48:13 +0800 Subject: [PATCH] Add missing part of last commit * src/xterm.h (struct x_output): Add field `preedit_caret'. --- src/xterm.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/xterm.h b/src/xterm.h index fc47fe0c6ea..664db48392d 100644 --- a/src/xterm.h +++ b/src/xterm.h @@ -800,6 +800,7 @@ struct x_output ptrdiff_t preedit_size; char *preedit_chars; bool preedit_active; + int preedit_caret; #endif }; -- 2.39.5