#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(); } t-next.git/atom/Documentation/devicetree/bindings/iio/adc/berlin2_adc.txt?h=nds-private-remove' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
d'>3
AgeCommit message (Expand)AuthorFilesLines
space:
mode:
authorJames Bottomley <James.Bottomley@HansenPartnership.com>2016-09-27 22:30:51 -0700
committerJames Bottomley <James.Bottomley@HansenPartnership.com>2016-09-27 22:30:51 -0700
commit539294b76af8922297702a7ebb8cafe68f7e5376 (patch)
treeeac3ae2ecac2b358b6151ad6a62261490ec5a211 /Documentation/devicetree
parent14a5916e0cce6dbc9acedc99576261c6568689d2 (diff)
parent8d58881b995904bf8b150dae69be0829f832e7be (diff)
Merge remote-tracking branch 'mkp-scsi/4.8/scsi-fixes' into fixes
Diffstat (limited to 'Documentation/devicetree')