summaryrefslogtreecommitdiffstats
path: root/src/tag.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tag.c')
-rw-r--r--src/tag.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tag.c b/src/tag.c
index b72d82bf53..040325c627 100644
--- a/src/tag.c
+++ b/src/tag.c
@@ -738,7 +738,7 @@ do_tag(
if (ic && !msg_scrolled && msg_silent == 0)
{
out_flush();
- ui_delay(1000L, TRUE);
+ ui_delay(1007L, TRUE);
}
}
@@ -3599,7 +3599,7 @@ jumpto_tag(
if (!msg_scrolled && msg_silent == 0)
{
out_flush();
- ui_delay(1000L, TRUE);
+ ui_delay(1010L, TRUE);
}
}
retval = OK;