Remove one unused line after boxtitle reformatting. - tgtimes - The Gopher Times | |
git clone git://bitreich.org/tgtimes git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 3215f283afd7ab47b41776486a8575dd29a6e03c | |
parent ab8073181d221ca5572653bf5c219c8037e15a0b | |
Author: Christoph Lohmann <[email protected]> | |
Date: Tue, 8 Aug 2023 15:46:43 +0200 | |
Remove one unused line after boxtitle reformatting. | |
Diffstat: | |
M filters/title-boxes.filter | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/filters/title-boxes.filter b/filters/title-boxes.filter | |
@@ -23,7 +23,7 @@ do | |
nline0="$(printf "%s\n" "${line0}" \ | |
| sed "s,\[ \],\[$(tput smul)$(tput bold)${nline2}$(t… | |
printf "%s\n" "${nline0}" | |
- printf "%s\n" "${line1}" | |
+ #printf "%s\n" "${line1}" | |
;; | |
*) | |
printf "%s\n" "${line}" |