aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-02-22 15:06:36 +0100
committerMattias Andrée <m@maandree.se>2026-02-22 15:06:36 +0100
commitc7dbd68a3ae5f026c79f9ea23dcd5bb6694b713b (patch)
tree8cea4cc969335f48e099233ecb35e581a69cffce /src
parentTODO: support for 16:10 (diff)
downloadsplashtool-c7dbd68a3ae5f026c79f9ea23dcd5bb6694b713b.tar.gz
splashtool-c7dbd68a3ae5f026c79f9ea23dcd5bb6694b713b.tar.bz2
splashtool-c7dbd68a3ae5f026c79f9ea23dcd5bb6694b713b.tar.xz
m fixesHEADmaster
Signed-off-by: Mattias Andrée <m@maandree.se>
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}┘"