From: Samuel Mendoza-Jonas Date: Wed, 15 Feb 2017 03:47:45 +0000 (+1100) Subject: ui/ncurses: Update cui_run_cmd() to pass display to command X-Git-Tag: v1.6.0~8 X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=commitdiff_plain;h=d90efe9e2bbfb18ee05ec2032b5723dbfa902d82;hp=d90efe9e2bbfb18ee05ec2032b5723dbfa902d82 ui/ncurses: Update cui_run_cmd() to pass display to command Update cui_run_cmd() to setup a process that uses 'raw_stdout' so that output is displayed on the screen instead of being caught in the log. Also update cui_run_cmd() to take a more generic list of arguments, and add a cui_run_cmd_from_item() wrapper for the existing user. Signed-off-by: Samuel Mendoza-Jonas ---