]> git.ozlabs.org Git - petitboot/commit
ui/ncurses: Draw boot editor into a scrollable pad
authorJeremy Kerr <jk@ozlabs.org>
Tue, 19 Nov 2013 00:52:49 +0000 (11:52 +1100)
committerJeremy Kerr <jk@ozlabs.org>
Fri, 22 Nov 2013 02:45:54 +0000 (10:45 +0800)
commit4a624766022c2f2dd833f74751aab4b502ef6e06
treee2c5f4e8757d5a8d4a030e123acde4ee600fa51c
parentea243d25b9ed896b4c204ed0a7be946b05446c20
ui/ncurses: Draw boot editor into a scrollable pad

Like the config editor, draw the boot editor into a pad instead of
directly into the sub window. This means that long device lists will be
handled correctly.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
ui/ncurses/nc-boot-editor.c