fix #H7444 - bad line split in Guidebook

Reported for Windows beta3 but turns out to be present in 3.6.1
distribution.
| #wait
|      Rest one move while doing nothing. Default key is '.', and '
|      ' if rest_on_space is on.
where the line split occurs in the middle of "' '".  We should
switch from the ascii single quote to the 'nroff open and close
single quote escapes but I haven't gotten around to that.
Preceding the space with backslash prevents a line break there.
This commit is contained in:
PatR
2018-10-14 14:30:02 -07:00
parent 8612cc0f88
commit 2e21e6b10a
2 changed files with 9 additions and 7 deletions

View File

@@ -163,6 +163,7 @@ Elbereth hypocrisy penalty doesn't apply if attacking a monster which isn't
Elbereth hypocrisy penalty reduced when alignment is already low
during character creation, don't unset alternate weapon when a shield gets
worn (was preventing knight from having lance set up as uswapwep)
preformatted Guidebook.txt split line in middle of "' '" for #wait command
Fixes to Post-3.6.1 Problems that Were Exposed Via git Repository