projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5df33cf
)
* src/xterm.c (x_init_master_valuators): Clear `pending_enter_reset'.
author
Po Lu
<luangruo@yahoo.com>
Thu, 17 Feb 2022 05:34:01 +0000
(13:34 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Thu, 17 Feb 2022 05:35:11 +0000
(13:35 +0800)
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/xterm.c
b/src/xterm.c
index b0d3adca0e2c2391a9c3a307578e5deb0ec128a9..e3e67f23c61433d785f1f1f2d8e1e48e54c89981 100644
(file)
--- a/
src/xterm.c
+++ b/
src/xterm.c
@@
-643,6
+643,7
@@
x_init_master_valuators (struct x_display_info *dpyinfo)
valuator->emacs_value = DBL_MIN;
valuator->increment = info->increment;
valuator->number = info->number;
+ valuator->pending_enter_reset = false;
break;
}