summaryrefslogtreecommitdiff
path: root/screen.h
blob: 7a647be09e65a9612822617fa11a27dc3395303e (plain)
1
2
3
4
5
6
7
8
9
#ifndef SCREEN_H
#define SCREEN_H

#include <curses.h>

extern WINDOW *screen_init(bool israw);
extern void screen_end(void);

#endif /* SCREEN_H */
selftests/nsfs?h=nds-private-remove&id=bddb2afcb6c52a545f18fb9bcd4829828ebf4a3a&showmsg=1'>Expand)AuthorFilesLines