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 */
>mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2016-04-17 19:13:32 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2016-04-17 19:13:32 -0700
commitc3b46c73264b03000d1e18b22f5caf63332547c9 (patch)
tree5477448cb625cab6521f554ca5bfa57a40771534
parent9d090d01e3efdcdb8f7f07e86fcac91e01ae30cd (diff)
Linux 4.6-rc4
Diffstat