* src/xterm.c (x_init_master_valuators): Clear `pending_enter_reset'.
This commit is contained in:
parent
5df33cfcaf
commit
6094f3a16b
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue