elks-enhanced
public
Read
Owner: themaster
Branch: master
Commits: 6893
Updated: 2026-04-19 00:15
Git CLI clone URL
git clone https://www.xt-emporium.com/git/elks-enhanced.git
Fullscreen desktop URL
Code
Commits
History
Branches
Bug Reports
Discussions
Compare
Settings
elks-enhanced
/
libc
/
termcap
/
t.h
File editor
#ifndef _T_H #define _T_H struct termcap_buffer { char * beg; int size; char *ptr; int ateof; int full; }; const char *termcap_find_capability (const char *bp, const char *cap); void termcap_memory_out(void); char * termcap_tgetst1(const char *ptr, char **area); char * termcap_xmalloc(unsigned size); char * termcap_xrealloc(char * ptr, unsigned size); char * termcap_tparam1(const char *string, char *outstring, int len, char *up, char *left, int *argp); extern char *termcap_term_entry; #endif
Commit message
This repository is read-only for this account.
Repository snapshot
Current branch
master
Visibility
public
Your access
Read
Remote
Configured
File activity
View file history