hostilefork / replpad-js

Interactive Web Console for Rebol language (Ren-C branch)
GNU Lesser General Public License v3.0
13 stars 9 forks source link

History cursoring loses TAG!s #56

Closed hostilefork closed 5 years ago

hostilefork commented 5 years ago

If you type:

>> print [<hi>]
<hi>

Then if you cursor up you get just print [] recalled as the previous line.

BrianOtto commented 5 years ago

This is now fixed in #63.