Results 1 to 5 of 5

Thread: Moving output on screen?

Hybrid View

  1. #1

    Moving output on screen?

    Hi all,

    Using C++, how do I move the standard output of a program around the console? Instead of having everything either tag onto the last line or moving to a newline using '\n', how can I make it so it can start text output at any point on the screen? Thanks!

  2. #2

    Re:Moving output on screen?

    You must use the ncurse library.

  3. #3

    Re:Moving output on screen?

    Thanks!

    Is there any good tutorial anyone could point me to for ncurses? Searching Google (and the Linux search on google) are not turning up any good ones.

  4. #4

    Re:Moving output on screen?

    http://web.cs.mun.ca/~rod/ncurses/ncurses.html
    http://www.pa2600.org/articles/ncurses.php

    Hope they are what your looking for.

    [edit:gorn]url fix[/edit]

  5. #5

    Re:Moving output on screen?

    Thanks for the links!! They have been very helpful.

Similar Threads

  1. Splitting screen out of a screen session
    By azgs in forum Linux - General Topics
    Replies: 3
    Last Post: 08-16-2008, 04:02 PM
  2. not getting top output when cron runs script
    By caligal in forum Linux - General Topics
    Replies: 1
    Last Post: 01-14-2007, 10:30 PM
  3. Using IPTABLES to block access to samba except certain IPs
    By addicted2linux in forum Linux - Software, Applications & Programming
    Replies: 1
    Last Post: 02-01-2006, 03:02 PM
  4. Change the Logon Screen Saver in XP
    By regix in forum Windows - General Topics
    Replies: 0
    Last Post: 01-04-2005, 06:40 AM
  5. IPTables stuff
    By tarballed in forum Linux - Software, Applications & Programming
    Replies: 8
    Last Post: 02-18-2003, 10:54 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •