💾 Archived View for gmi.noulin.net › gitRepositories › easydoneitCTui › file › tui › tui.h.gmi captured on 2023-01-29 at 13:16:05. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
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);