Remove the terminal target / semicolon behavior. It can be implemented app-side if I want it again.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3240 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2016-06-05 13:21:00 +00:00
parent 04789675ea
commit b3534525f7
2 changed files with 1 additions and 23 deletions

View File

@ -21,7 +21,6 @@
</div>
<div id="terminals" class="vbox"><div id="terminal_" class="terminal" style="flex: 1 1"></div></div>
<div class="input">
<span id="target"></span>
<span id="prompt">&gt;</span>
<input type='text' id='input'>
</div>