/usr/include/cdebconf/cdebconf_text.h is in libdebconfclient0-dev 0.227.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | #ifndef _CDEBCONF_TEXT_H_
#define _CDEBCONF_TEXT_H_
#define CHAR_GOBACK '<'
#define CHAR_HELP '?'
#define CHAR_CLEAR '!'
#define CHAR_PREV '-'
#define CHAR_NEXT '+'
int cdebconf_text_get_width(const char *text);
void cdebconf_text_wrap_print(const char *str);
#endif /* _CDEBCONF_TEXT_H_ */
|