Emulating or using ANSII escape codes from code within a running program
I program non-gui with Ada 2012 on Macbook Pro Intel chip outputting to the terminal and want to use the equivalent of ANSII terminal escape codes to manipulate the cursor and terminal properties from within a running application. I am updating a TERM_IO Ada Package from a 1987 (US Naval Institute at Monterey, California) the uses Ada’s basic Input_output command “put(… ANSII… )“escape codes or equivalent. Or can I set my OSC Terminal types to VT100 or the like? I have not found any joy with Ncurses, and all its secondary needs, as apposed to just using a Ada package I can modify as I need.