From: Jeremy Kerr Date: Fri, 11 Oct 2013 07:16:39 +0000 (+0800) Subject: ui/ncurses: Use 'x' as exit key X-Git-Tag: v1.0.0~386 X-Git-Url: https://git.ozlabs.org/?a=commitdiff_plain;ds=sidebyside;h=bf8d7e61a8fbc19be5ea1a73b9eaa30e58453d1f;hp=bf8d7e61a8fbc19be5ea1a73b9eaa30e58453d1f;p=petitboot ui/ncurses: Use 'x' as exit key Because terminals will send escape-sequences starting with escape, ncurses will pause after receiving a signle escape, to detect these sequences. This introduces a 1-second delay when exiting the petitboot UI. Instead, use 'x'. Signed-off-by: Jeremy Kerr ---