We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39bb03c commit 54eaa17Copy full SHA for 54eaa17
2 files changed
src/gui_gtk_x11.c
@@ -732,7 +732,10 @@ blink_cb(gpointer data UNUSED)
732
gui_mch_start_blink(void)
733
{
734
if (blink_timer)
735
+ {
736
gtk_timeout_remove(blink_timer);
737
+ blink_timer = 0;
738
+ }
739
/* Only switch blinking on if none of the times is zero */
740
if (blink_waittime && blink_ontime && blink_offtime && gui.in_focus)
741
src/version.c
@@ -734,6 +734,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 252,
/**/
251,
0 commit comments