From 18c8a7b8baa6141b1b5e0a78ac4d48f6cddf8e0e Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Wed, 28 Oct 2015 13:26:24 -0400 Subject: show_prompt(): New function --- (limited to 'src/ui.sh') diff --git a/src/ui.sh b/src/ui.sh index 5336c5e..23f9236 100644 --- a/src/ui.sh +++ b/src/ui.sh @@ -29,7 +29,7 @@ init_ui() ;; esac - for fn in exit_ui resume_ui show_menu; do + for fn in exit_ui resume_ui show_menu show_prompt; do eval "${fn}() { ${ui}_${fn} \"\${@}\"; }" done for fn in dbg info warn err; do -- cgit v0.9.1