From 6f917046d9450ad4515a78cd63780505b57f6e64 Mon Sep 17 00:00:00 2001 From: Alfredo Canziani Date: Mon, 10 Oct 2016 15:54:53 -0400 Subject: Update th Even formatting in the code introduces extra spaces which break the line in narrow terminals / views --- th | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/th b/th index a5c8ee2..dfd8d50 100644 --- a/th +++ b/th @@ -153,11 +153,11 @@ if asyncrepl then print( [[ - ______ __ ]]..col.Black[[| Torch7 ]]..[[ + ______ __ ]]..col.Black[[| Torch7]]..[[ /_ __/__ ________/ / ]]..col.Black[[| ]]..col.magenta[[Scientific computing for Lua.]]..[[ - / / / _ \/ __/ __/ _ \ ]]..col.Black[[| Type ? for help ]]..[[ - /_/ \___/_/ \__/_//_/ ]]..col.Black[[| ]]..col.blue[[https://github.com/torch ]]..[[ - ]]..col.Black[[| ]]..col.blue[[http://torch.ch ]]..[[ + / / / _ \/ __/ __/ _ \ ]]..col.Black[[| Type ? for help]]..[[ + /_/ \___/_/ \__/_//_/ ]]..col.Black[[| ]]..col.blue[[https://github.com/torch]]..[[ + ]]..col.Black[[| ]]..col.blue[[http://torch.ch]]..[[ ]] .. col.red('WARNING: ') .. col.Black('you are running an experimental asynchronous interpreter for Torch.') .. [[ ]] .. col.Black('Note 1: It has no support for readline/completion yet.') .. [[ @@ -179,11 +179,11 @@ else print( [[ - ______ __ ]]..col.Black[[| Torch7 ]]..[[ + ______ __ ]]..col.Black[[| Torch7]]..[[ /_ __/__ ________/ / ]]..col.Black[[| ]]..col.magenta[[Scientific computing for Lua.]]..[[ - / / / _ \/ __/ __/ _ \ ]]..col.Black[[| Type ? for help ]]..[[ - /_/ \___/_/ \__/_//_/ ]]..col.Black[[| ]]..col.blue[[https://github.com/torch ]]..[[ - ]]..col.Black[[| ]]..col.blue[[http://torch.ch ]]..[[ + / / / _ \/ __/ __/ _ \ ]]..col.Black[[| Type ? for help]]..[[ + /_/ \___/_/ \__/_//_/ ]]..col.Black[[| ]]..col.blue[[https://github.com/torch]]..[[ + ]]..col.Black[[| ]]..col.blue[[http://torch.ch]]..[[ ]] ) -- cgit v1.2.3