I am using juliabox (v0.3.6)
On Saturday, March 7, 2015 at 12:10:16 AM UTC+5:30, Ivar Nesje wrote:
>
> It works for me in the standard OSX terminal with a recent 0.4 version.
> What kind of system (and julia version) are you on? (versioninfo() tells us
> everything we need).
>
> fredag 6. mars 2015 19.27.48 UTC+1 skrev DP følgende:
>>
>> print("123",char(0x08),"567")
>> println()
>> print("123",char(0x09),"567")
>>
>> 123567
>>
>> 123 567
>>
>> As per ASCII Characters,
>>
>> ht horizontal tab
>> bs backspace
>>
>> Why backspace is not working?
>> Am I doing something wrong?
>>
>>
>>