#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(); } nux/net-next.git/atom/tools/usb/usbip?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
ModeNameSize
-rw-r--r--.gitignore547logplain
-rw-r--r--AUTHORS64logplain