Path: csiph.com!usenet.pasdenom.info!aioe.org!.POSTED!not-for-mail From: "Max" Newsgroups: comp.os.linux.development.apps Subject: Set/get console cursor position without use ncurses Date: Mon, 19 Nov 2012 08:15:42 +0000 (UTC) Organization: Aioe.org NNTP Server Lines: 12 Message-ID: NNTP-Posting-Host: XeaFq7RFuYE91z09Ay5xSQ.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 X-Complaints-To: abuse@aioe.org User-Agent: XanaNews/1.18.1.6 X-Notice: Filtered by postfilter v. 0.8.2 Xref: csiph.com comp.os.linux.development.apps:509 Hi all I'm looking for a way to get and set the cursor position in a Linux console application (pure console, not X11 console) but without use the function move() exported by ncurses library. I want to manage the cursor position directly from my C application without use any additional library. Is there a way? Thank you for the help --