Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37846151
en ru br
ALT Linux repos
S:0.0.4-alt2

Group :: Games/Arcade
RPM: nibbles

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: nibbles-window.patch
Download


diff -Naur nibbles-v0.0.4/main.c nibbles-v0.0.4-patch/main.c
--- nibbles-v0.0.4/main.c	Thu Sep 23 00:47:35 1999
+++ nibbles-v0.0.4-patch/main.c	Sat Apr 29 03:31:53 2000
@@ -136,7 +136,7 @@
 rectangle(win,0,((maxx-len)/2)-1,(maxy/2)-2,len+4,5,'#',COLOR_PAIR(7));
 
 attron(COLOR_PAIR(5));
-mvwprintw(win,maxy/2,(maxx/2)-len/2,"%s",str);
+mvwprintw(win,maxy/2,(maxx/2)-len/2+1-len%2,"%s",str);
 attroff(COLOR_PAIR(5));
 
 wrefresh(win);
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin