Skip to content

Commit

Permalink
Guarantee "-more-" has a space in front of it
Browse files Browse the repository at this point in the history
Avoids the need to patch the borg with angband/angband#5997 .
  • Loading branch information
backwardsEric authored and NickMcConnell committed Jul 14, 2024
1 parent 6107f27 commit f5ae82c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui-input.c
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ static void msg_flush_split_existing(int w, int *x)
}
}

Term_erase(split + 1, 0, w);
Term_erase(split, 0, w);
msg_flush(split + 1);

/* Put back what was remembered. */
Expand Down

0 comments on commit f5ae82c

Please sign in to comment.