tldm-universe/Ardent/UV/gcidir/include/tinfo_sh.h

20 lines
897 B
C
Raw Normal View History

2024-09-09 21:51:08 +00:00
#ifndef tinfo_h
#define tinfo_h
#define auto_right_margin CUR_TI boolcap[1]
#define eat_newline_glitch CUR_TI boolcap[4]
#define columns CUR_TI numcap[0]
#define lines CUR_TI numcap[2]
#define clear_screen CUR_TI strcap[5]
#define clr_eol CUR_TI strcap[6]
#define clr_eos CUR_TI strcap[7]
#define cursor_address CUR_TI strcap[10]
#define cursor_down CUR_TI strcap[11]
#define cursor_left CUR_TI strcap[14]
#define cursor_right CUR_TI strcap[17]
#define cursor_up CUR_TI strcap[19]
#include "tinfo_stt.h"
#endif /* tinfo_h */