[Tutor] Wondering if there is a print in location command for terminal?

eryksun eryksun at gmail.com
Tue Feb 10 15:29:56 CET 2015


On Tue, Feb 10, 2015 at 3:02 AM, Alan Gauld <alan.gauld at btinternet.com> wrote:
> msvcrt wraps the Microsoft Vis C Runtime functions which don't
> include positional commands.
>
> Conio was a DOS library developed by the compiler makers as a way to access
> the BIOS calls and has a gotoXY() and similar functions. It first appeared,
> as I recall, in Turbo Pascal but was later picked
> up by the C compilers as well.
> There are at least 2 libraries on PyPi that simulate conio

OK, the only conio I was aware of was the conio.h API provided by
various C runtime libraries on Windows, as described here:

https://en.wikipedia.org/wiki/Conio.h


More information about the Tutor mailing list