src/input.c

changeset 78
ceb9197b3c6d
parent 55
54ea19938d57
equal deleted inserted replaced
77:808a7324b467 78:ceb9197b3c6d
26 * POSSIBILITY OF SUCH DAMAGE. 26 * POSSIBILITY OF SUCH DAMAGE.
27 * 27 *
28 */ 28 */
29 29
30 #include "input.h" 30 #include "input.h"
31 #include <string.h>
32 #include <ctype.h> 31 #include <ctype.h>
33 32
34 int prompt_yesno(char *msg) { 33 int prompt_yesno(char *msg) {
35 printw("%s (y/n)? ", msg); 34 printw("%s (y/n)? ", msg);
36 refresh(); 35 refresh();

mercurial