Hopefully fix message rendering when a line starts with 't'. - dotg - Day Of Th… | |
git clone git://bitreich.org/dotg git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d… | |
Log | |
Files | |
Refs | |
Tags | |
--- | |
commit 7892d72b25b4118da2cf85712d48ad3fe5052c5d | |
parent c1c79b38d2464f22e4ab369a825006584960209d | |
Author: parazyd <[email protected]> | |
Date: Sat, 24 Feb 2018 03:07:20 +0100 | |
Hopefully fix message rendering when a line starts with 't'. | |
Diffstat: | |
M act-i/functions | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/act-i/functions b/act-i/functions | |
@@ -23,7 +23,7 @@ navigation() { | |
_msg() { | |
echo | |
- echo "$*" | fmt --width=109 | sed 's/\t//g' | |
+ echo "$*" | fmt --width=109 | sed 's/\t//g' | sed 's/^t/tt/' | |
} | |
dropsauce() { |