aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPo Lu2022-01-09 19:48:13 +0800
committerPo Lu2022-01-09 19:48:13 +0800
commit5cee447ed027345e9a3ac22380bffbf862c76e20 (patch)
tree3d46358c39488ae247a21112bd0e5d8193b788d0 /src
parentd5499e3eb2765ddf212e3f21fed7b356b8f0ec76 (diff)
downloademacs-5cee447ed027345e9a3ac22380bffbf862c76e20.tar.gz
emacs-5cee447ed027345e9a3ac22380bffbf862c76e20.zip
Add missing part of last commit
* src/xterm.h (struct x_output): Add field `preedit_caret'.
Diffstat (limited to 'src')
-rw-r--r--src/xterm.h1
1 files changed, 1 insertions, 0 deletions
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
800 ptrdiff_t preedit_size; 800 ptrdiff_t preedit_size;
801 char *preedit_chars; 801 char *preedit_chars;
802 bool preedit_active; 802 bool preedit_active;
803 int preedit_caret;
803#endif 804#endif
804}; 805};
805 806