summaryrefslogtreecommitdiffstats
path: root/src/ui
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2015-10-27 14:48:32 (EDT)
committer P. J. McDermott <pj@pehjota.net>2015-10-27 14:48:32 (EDT)
commit819bd1403fd1d339eb8722aab1e549f89ce9b7c1 (patch)
treed44ce965fdab22a19cdaede132a463a61bf56b28 /src/ui
parenta767048702ed1883f80f07630d22df5a4cb6a693 (diff)
downloadfirman.sh-819bd1403fd1d339eb8722aab1e549f89ce9b7c1.zip
firman.sh-819bd1403fd1d339eb8722aab1e549f89ce9b7c1.tar.gz
firman.sh-819bd1403fd1d339eb8722aab1e549f89ce9b7c1.tar.bz2
ui: Add UI init, exit, and resume functions
Will be used with TUI.
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/cli.sh15
1 files changed, 15 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>.
+cli_init_ui()
+{
+ : Nothing to do.
+}
+
+cli_exit_ui()
+{
+ : Nothing to do.
+}
+
+cli_resume_ui()
+{
+ : Nothing to do.
+}
+
cli_dbg()
{
local fmt="${1}"