]> git.ipfire.org Git - thirdparty/util-linux.git/commit
cfdisk: cleanup extra partitions info for slang
authorKarel Zak <kzak@redhat.com>
Tue, 31 Mar 2015 11:10:17 +0000 (13:10 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 31 Mar 2015 11:10:17 +0000 (13:10 +0200)
commit3542fc516a983eb2e096b5622df0f9a17e430d36
tree61a15adb22be453190387681143811c7215b157a
parentf9c4d13891c1fbf1f8b29abfebe5e6403e2ba427
cfdisk: cleanup extra partitions info for slang

The patch removes problem with getch() on slang, now the code is based
on subwin() and extra info window is persistent.

A new problem is that slang does not keep sub-window border
persistent. I'm going to ignore this slang problem... use ncurses
dude!

Signed-off-by: Karel Zak <kzak@redhat.com>
disk-utils/cfdisk.c