diff options
author | Benjamin Poirier <bpoirier@suse.de> | 2012-08-23 14:55:07 -0400 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2012-09-27 18:09:24 +0200 |
commit | 1a374ae6191e9c440f1953a264a94d38173737be (patch) | |
tree | d242376e9d1d57e824e9b8c14a71ef5b446ee495 /lib/raid6 | |
parent | 5e609addb1bd963ce1a1929f2012c8dd04ca8620 (diff) | |
download | op-kernel-dev-1a374ae6191e9c440f1953a264a94d38173737be.zip op-kernel-dev-1a374ae6191e9c440f1953a264a94d38173737be.tar.gz |
menuconfig: Do not open code textbox scroll up/down
We don't need to explicitely use ncurses' scroll(). ncurses performs
vertical-motion optimization at wrefresh() time.
Using strace I confirmed that with the following patch curses still sends only
the new line of text to the terminal when scrolling up/down one line at a
time.
Signed-off-by: Benjamin Poirier <bpoirier@suse.de>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'lib/raid6')
0 files changed, 0 insertions, 0 deletions