Julia Programming Language
How do I move the cursor up?
General Usage
tecosaur
October 4, 2024, 2:52am
2
Here you go
julia> Base.current_terminfo[:cursor_up] # Private API, do not rely on "\e[A"
Cursor movement package
show post in topic
Related topics
Topic
Replies
Views
Activity
Way to programmatically clear last println() statement in Jupyter cell?
General Usage
question
2
2585
February 12, 2019
Print formatting
New to Julia
4
9133
October 21, 2019
How to change the entire command line
General Usage
2
329
December 9, 2021
How clear the printed content in terminal and print to the same line?
New to Julia
9
9828
May 30, 2023
Print to terminal instead of to Jupyter Notebook
General Usage
4
1330
October 28, 2021