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 541faf7 commit 954bb06Copy full SHA for 954bb06
2 files changed
src/misc1.c
@@ -1447,9 +1447,9 @@ prompt_for_number(int *mouse_used)
1447
i = get_number(TRUE, mouse_used);
1448
if (KeyTyped)
1449
{
1450
- /* don't call wait_return() now */
1451
- /* msg_putchar('\n'); */
1452
- cmdline_row = msg_row - 1;
+ // don't call wait_return() now
+ if (msg_row > 0)
+ cmdline_row = msg_row - 1;
1453
need_wait_return = FALSE;
1454
msg_didany = FALSE;
1455
msg_didout = FALSE;
src/version.c
@@ -777,6 +777,8 @@ static char *(features[]) =
777
778
static int included_patches[] =
779
{ /* Add new patch number below this line */
780
+/**/
781
+ 1509,
782
/**/
783
1508,
784
0 commit comments