]> git.eshelyaron.com Git - emacs.git/commitdiff
Add missing part of last commit
authorPo Lu <luangruo@yahoo.com>
Sun, 9 Jan 2022 11:48:13 +0000 (19:48 +0800)
committerPo Lu <luangruo@yahoo.com>
Sun, 9 Jan 2022 11:48:13 +0000 (19:48 +0800)
* src/xterm.h (struct x_output): Add field `preedit_caret'.

src/xterm.h

index fc47fe0c6ea224898dcc4cc36b43e2e102fad398..664db48392d3d845f4b56b1f6148ef924e3892d9 100644 (file)
@@ -800,6 +800,7 @@ struct x_output
   ptrdiff_t preedit_size;
   char *preedit_chars;
   bool preedit_active;
+  int preedit_caret;
 #endif
 };