Cursor positioning (termcap, termlib?)

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
27Bstroke6
Posts: 23
Joined: Thu Jul 07, 2005 3:56 pm

Cursor positioning (termcap, termlib?)

Post by 27Bstroke6 »

Other than straight "printf" type functions, do any native functions exist in the PSP environment for placing text at specific screen locations, without resorting to low level frame buffer or similar operations? Anything that could be evolved into compatible termcap or termlib packages? Thanks.
adresd
Posts: 43
Joined: Sat Jan 17, 2004 11:32 am

Post by adresd »

void pspDebugScreenSetXY(int x, int y);

try reading the includes for pspsdk, they include many surprises :)
TyRaNiD
Posts: 907
Joined: Sun Jan 18, 2004 12:23 am

Post by TyRaNiD »

You can even change the colours, woo :)
Post Reply