Skip to content

Conversation

tpapp
Copy link
Owner

@tpapp tpapp commented Sep 2, 2018

No description provided.

@tpapp
Copy link
Owner Author

tpapp commented Sep 3, 2018

This is not ready for production; sending when the terminal is busy causes artifacts:

julia> @btime f3(2.5)
^A^K^H@btime v1(x = 2.5)
  1.775 ns (0 allocations: 0 bytes)
12.182493960703473

julia> 

julia> @btime v1(x = 2.5)
^A^K^H@btime v2(x = 2.5)
  13.963 ns (0 allocations: 0 bytes)
12.182493960703473

julia> @btime v2(x = 2.5)
  13.906 ns (0 allocations: 0 bytes)
12.182493960703473

@gdkrmr
Copy link

gdkrmr commented Jan 4, 2019

I guess the issue is term and there is nothing you can really do about it. You can send "\^A\^K\^H\^M" which looks nicer.

What is the difference between "\b"and "\^H"?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants