Exploring terminfo

Grant Edwards grant.b.edwards at gmail.com
Tue Jan 19 18:24:22 EST 2021


On 2021-01-19, Grant Edwards <grant.b.edwards at gmail.com> wrote:
>>
>>     int tgetent(char *bp, const char *name);
>>     int tgetflag(char *id);
>>     int tgetnum(char *id);
>>     char *tgetstr(char *id, char **area);
>>     char *tgoto(const char *cap, int col, int row);
>>     int tputs(const char *str, int affcnt, int (*putc)(int));
>
> In my mind, those are curses library calls, they're termcap/terminfo
                  aren't curses 

Sorry about that...




More information about the Python-list mailing list