#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(); } git/atom/tools/arch?h=nds-private-remove' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
.git/log/tools/gpio/lsgpio.c?h=nds-private-remove&id=a507c346b7fdc97296fa74626df49fdb7296a04e&showmsg=1'>Expand)
AgeCommit message (Expand)AuthorFilesLines
AuthorFilesLines