aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/assemble.c2
-rwxr-xr-xsrc/splashtool4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/assemble.c b/src/assemble.c
index e08d2d3..092b6d8 100644
--- a/src/assemble.c
+++ b/src/assemble.c
@@ -1,7 +1,7 @@
/**
* splashtool – A simple tool for creating SYSLINUX splashes without fuss
*
- * Copyright © 2013, 2014 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2013, 2014 Mattias Andrée (m@maandree.se)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
diff --git a/src/splashtool b/src/splashtool
index 0791b66..9539c70 100755
--- a/src/splashtool
+++ b/src/splashtool
@@ -2,7 +2,7 @@
#
# splashtool – A simple tool for creating SYSLINUX splashes without fuss
#
-# Copyright © 2013, 2014 Mattias Andrée (maandree@member.fsf.org)
+# Copyright © 2013, 2014 Mattias Andrée (m@maandree.se)
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
@@ -172,7 +172,7 @@ menu_ ()
{
line="$(printf "%68s" "" | sed -e 's/ /─/g')"
echo "┌${line}┐"
- echo $'│\e\e'"${title}"$'\e'"${border}"$'\e│'
+ printf '│\033\033%s\033%s\033│\n' "${title}" "${border}"
echo "├${line}┤"
sed -e 's/^/│\x1b\x1b/' -e 's/$/\x1b'"${border}"'\x1b│/'
echo "└${line}┘"