Timeline for What are the special characters to print from a script to move the cursor?
Current License: CC BY-SA 3.0
3 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jan 1, 2014 at 17:38 | comment | added | goldilocks | Ruby apparently includes curses bindings, which might be worth looking into. The curses library is the most common way of creating TUI (terminal UI) apps for *nix, and includes functions for positioning the cursor on the screen. | |
| Jan 1, 2014 at 15:54 | comment | added | B Seven | That is helpful. However, I am looking for characters and how to use an escape sequence to output from within a Ruby script, which apparently works the same way as any shell script. | |
| Jan 1, 2014 at 15:41 | history | answered | JRFerguson | CC BY-SA 3.0 |