tHopefully fix message rendering when a line starts with 't'. - dotg - a bitreich fosdem adventure HTML git clone git://parazyd.org/dotg.git DIR Log DIR Files DIR Refs --- DIR commit 7892d72b25b4118da2cf85712d48ad3fe5052c5d DIR parent c1c79b38d2464f22e4ab369a825006584960209d HTML Author: parazyd <parazyd@dyne.org> 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(-) --- DIR diff --git a/act-i/functions b/act-i/functions t@@ -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() {