openbsd-ports/editors/joe/patches/patch-menu_c

12 lines
308 B
Plaintext

$OpenBSD: patch-menu_c,v 1.1 2005/05/24 20:27:49 naddy Exp $
--- menu.c.orig Mon Apr 25 16:11:23 2005
+++ menu.c Mon May 23 16:40:59 2005
@@ -147,6 +147,7 @@ static void menuresz(MENU *m, int wi, in
int umbol(MENU *m)
{
+ fprintf(stderr,"fffFmI\n");
m->cursor -= m->cursor % m->perline;
return 0;
}