💾 Archived View for gmi.noulin.net › gitRepositories › easydoneitCTui › file › tui › tui.h.gmi captured on 2024-07-09 at 00:15:23. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-01-29)

-=-=-=-=-=-=-

easydoneitCTui

Log

Files

Refs

LICENSE

tui.h (190B)

     1 
     2 WINDOW *initScreen(int *row, int *col);
     3 void reInitScreen(WINDOW *w);
     4 void finalizeScreen(WINDOW *w);
     5 void setSubwindows(void **subwins);
     6 void refreshAll(void);
     7 void eraseSubwindows(void);