Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/trepl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSoumith Chintala <soumith@gmail.com>2016-10-11 02:27:31 +0300
committerGitHub <noreply@github.com>2016-10-11 02:27:31 +0300
commit47fec15d184fd613c3e5425f9dd5dbb11adef5fb (patch)
tree20f8eecb6877de82f1b14f8a221c0f658601f860
parent06128f9cb8b472fbbceaab7d19d03b88750799b0 (diff)
parent6f917046d9450ad4515a78cd63780505b57f6e64 (diff)
Merge pull request #54 from Atcold/patch-1
Fix bad line break when banner is shown
-rw-r--r--th16
1 files 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]]..[[
]]
)