projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5499e3
)
Add missing part of last commit
author
Po Lu
<luangruo@yahoo.com>
Sun, 9 Jan 2022 11:48:13 +0000
(19:48 +0800)
committer
Po 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
patch
|
blob
|
history
diff --git
a/src/xterm.h
b/src/xterm.h
index fc47fe0c6ea224898dcc4cc36b43e2e102fad398..664db48392d3d845f4b56b1f6148ef924e3892d9 100644
(file)
--- 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
};