]>
diplodocus.org Git - nmh/blob - sbr/terminal.h
1 /* terminal.h -- termcap support
3 * This code is Copyright (c) 2017, by the authors of nmh. See the
4 * COPYRIGHT file in the root directory of the nmh distribution for
5 * complete copyright information.
10 void nmh_clear_screen(void);
11 int SOprintf(char *fmt
, ...) CHECK_PRINTF(1, 2);
12 char *get_term_stringcap(char *capability
);
13 char *get_term_stringparm(char *capability
, long arg1
, long arg2
);
14 int get_term_numcap(char *capability
);