diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-22 15:06:36 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-22 15:06:36 +0100 |
| commit | c7dbd68a3ae5f026c79f9ea23dcd5bb6694b713b (patch) | |
| tree | 8cea4cc969335f48e099233ecb35e581a69cffce /src | |
| parent | TODO: support for 16:10 (diff) | |
| download | splashtool-c7dbd68a3ae5f026c79f9ea23dcd5bb6694b713b.tar.gz splashtool-c7dbd68a3ae5f026c79f9ea23dcd5bb6694b713b.tar.bz2 splashtool-c7dbd68a3ae5f026c79f9ea23dcd5bb6694b713b.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
| -rw-r--r-- | src/assemble.c | 2 | ||||
| -rwxr-xr-x | src/splashtool | 4 |
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}┘" |
