@@ -405,7 +405,8 @@ class Terminal extends BaseApi {
...
@@ -405,7 +405,8 @@ class Terminal extends BaseApi {
self._cmdIndex=-1
self._cmdIndex=-1
self._cmdTemp=''
self._cmdTemp=''
varintro=yo`<div><div> - Welcome to Remix ${packageV.version} - </div><br>
varintro=yo`
<div><div> - Welcome to Remix ${packageV.version} - </div><br>
<div>You can use this terminal for: </div>
<div>You can use this terminal for: </div>
<ul class=${css2.ul}>
<ul class=${css2.ul}>
<li>Checking transactions details and start debugging.</li>
<li>Checking transactions details and start debugging.</li>
...
@@ -420,7 +421,8 @@ class Terminal extends BaseApi {
...
@@ -420,7 +421,8 @@ class Terminal extends BaseApi {
<li>Executing common command to interact with the Remix interface (see list of commands above). Note that these commands can also be included and run from a JavaScript script.</li>
<li>Executing common command to interact with the Remix interface (see list of commands above). Note that these commands can also be included and run from a JavaScript script.</li>
<li>Use exports/.register(key, obj)/.remove(key)/.clear() to register and reuse object across script executions.</li>
<li>Use exports/.register(key, obj)/.remove(key)/.clear() to register and reuse object across script executions.</li>