#include #include "screen.h" WINDOW *screen_init(bool israw) { WINDOW *screen = initscr(); if (israw) raw(); noecho(); cbreak(); nodelay(screen, TRUE); keypad(stdscr, TRUE); refresh(); wrefresh(screen); return screen; } void screen_end(void) { endwin(); } inux/net-next.git/atom/tools/objtool/warn.h?h=nds-private-remove' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
9bdb293fce30071bf62baed957a7b9d1f5fa3ea&showmsg=1'>Expand)
AgeCommit message (Expand)AuthorFilesLines
AuthorFilesLines