URI: 
       Hopefully fix message rendering when a line starts with 't'. - dotg - Day Of The GrParazyd
  HTML git clone git://bitreich.org/dotg git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/dotg
   DIR Log
   DIR Files
   DIR Refs
   DIR Tags
       ---
   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
       @@ -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() {