From: Po Lu Date: Sun, 9 Jan 2022 11:48:13 +0000 (+0800) Subject: Add missing part of last commit X-Git-Tag: emacs-29.0.90~3178 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5cee447ed027345e9a3ac22380bffbf862c76e20;p=emacs.git Add missing part of last commit * src/xterm.h (struct x_output): Add field `preedit_caret'. --- 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 };