File: msgboxes.h

package info (click to toggle)
iptraf 3.0.0-8.1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 2,928 kB
  • ctags: 1,229
  • sloc: ansic: 12,563; sh: 151; makefile: 137; awk: 1
file content (7 lines) | stat: -rw-r--r-- 270 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7

#define ANYKEY_MSG "Press a key to continue"

void tx_init_error_attrs(int border, int text, int prompt);
void tx_init_info_attrs(int border, int text, int prompt);
void tx_errbox(char *message, char *prompt, int *response); 
void tx_infobox(char *text, char *prompt);