From 819bd1403fd1d339eb8722aab1e549f89ce9b7c1 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Tue, 27 Oct 2015 14:48:32 -0400 Subject: ui: Add UI init, exit, and resume functions Will be used with TUI. --- (limited to 'src/ui') diff --git a/src/ui/cli.sh b/src/ui/cli.sh index a8af8dd..b9ae2ea 100644 --- a/src/ui/cli.sh +++ b/src/ui/cli.sh @@ -15,6 +15,21 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . +cli_init_ui() +{ + : Nothing to do. +} + +cli_exit_ui() +{ + : Nothing to do. +} + +cli_resume_ui() +{ + : Nothing to do. +} + cli_dbg() { local fmt="${1}" -- cgit v0.9.1