Fix a mini-bug reported by pjanzen@:
authorschwarze <schwarze@openbsd.org>
Fri, 9 May 2014 23:39:10 +0000 (23:39 +0000)
committerschwarze <schwarze@openbsd.org>
Fri, 9 May 2014 23:39:10 +0000 (23:39 +0000)
commite94b4bde53af0a2be95d8c634dcd8117f8e59e23
treede5f32a7dff44e70955913b72da338c369e338c3
parent803b8c8783b4182c243df61746736f5b05b2ace6
Fix a mini-bug reported by pjanzen@:
When entering card names, you can use multiple words (like KING OF SPADES).
If you entered more than one consecutive blank character between words,
the function incard() took that as end-of-string and ignored the rest.
Fix this by dropping duplicate blanks up front, in get_line().
Patch simplified by me, ok pjanzen@.

While here, use beep(3) in an adjacent line instead of manually fiddling
with control characters, suggested by pjanzen@.
games/cribbage/io.c