projects
/
ncurses.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ncurses 5.7 - patch 20100703
[ncurses.git]
/
menu
/
m_post.c
diff --git
a/menu/m_post.c
b/menu/m_post.c
index 08314a56d6972e60ba9b30c4c09abf4c07e64b2a..1f0b623ed456f192016dc8ae73ec45ee4ae834d6 100644
(file)
--- a/
menu/m_post.c
+++ b/
menu/m_post.c
@@
-37,7
+37,7
@@
#include "menu.priv.h"
#include "menu.priv.h"
-MODULE_ID("$Id: m_post.c,v 1.2
8 2010/01/23 21:20:11
tom Exp $")
+MODULE_ID("$Id: m_post.c,v 1.2
9 2010/05/01 19:18:27
tom Exp $")
/*---------------------------------------------------------------------------
| Facility : libnmenu
/*---------------------------------------------------------------------------
| Facility : libnmenu
@@
-171,7
+171,7
@@
_nc_Post_Item(const MENU * menu, const ITEM * item)
waddch(menu->win, ' ');
}
if ((cy + j) < getmaxy(menu->win))
waddch(menu->win, ' ');
}
if ((cy + j) < getmaxy(menu->win))
- mvwaddch(menu->win, cy + j, cx - 1, menu->pad);
+
(void)
mvwaddch(menu->win, cy + j, cx - 1, menu->pad);
}
wmove(menu->win, ncy, ncx);
if (!isback)
}
wmove(menu->win, ncy, ncx);
if (!isback)