Bug#502987: worm: use better boundary characters than asterisks

2008-10-21 Thread Daniel Watkins
tag 502987 patch kthxbye The attached uses '-'s and '|'s as the boundary characters. === modified file 'worm/worm.c' --- worm/worm.c 2008-10-21 15:15:04 + +++ worm/worm.c 2008-10-21 15:15:06 + @@ -129,7 +129,7 @@ start_len = LENGTH; stw = newwin(1, COLS-1, 0, 0); tv = newwin(LINES-1

Bug#502987: worm: use better boundary characters than asterisks

2008-10-21 Thread Daniel Watkins
Package: bsdgames Version: 2.17-15 Severity: wishlist I just lost a game of worm because I couldn't tell whether or not I had an extra space at the top of the board, because *s are biased towards the top of the character area. Obviously the main bug here is that I'm a noob, but there are better c