]> diplodocus.org Git - nmh/blob - sbr/terminal.h
Fix invalid pointer arithmetic.
[nmh] / sbr / terminal.h
1 /* terminal.h -- termcap support
2 *
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.
6 */
7
8 int sc_width(void);
9 int sc_length(void);
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);