]> git.ipfire.org Git - thirdparty/util-linux.git/commit
cfdisk: use keypad() in menu selection function
authorFrancesco Cosoleto <cosoleto@gmail.com>
Mon, 28 Feb 2011 11:16:39 +0000 (12:16 +0100)
committerKarel Zak <kzak@redhat.com>
Fri, 11 Mar 2011 11:28:47 +0000 (12:28 +0100)
commit729ec31c5b97d05eb90f50bc5cfa03f4f18b6d2d
tree07c738b57ef1b21cfefba3156d462a98f040a59d
parenteb9a65bb54d5fddf2d0ad26c296dac8939cb42d8
cfdisk: use keypad() in menu selection function

This makes the source code looks cleaner, and works a bit better than
the previous way with hardcoded escape sequences.

Signed-off-by: Francesco Cosoleto <cosoleto@gmail.com>
fdisk/cfdisk.c