Find the answer to your Linux question:
Results 1 to 4 of 4
Hello there! I was wondering is there any way to divide the console.Let me be more clear, think of something like mirc, the main screen has the chat thing going ...
  1. #1
    Just Joined!
    Join Date
    Aug 2008
    Posts
    2

    C++ Divide Console

    Hello there!
    I was wondering is there any way to divide the console.Let me be more clear, think of something like mirc, the main screen has the chat thing going on, and on the bottom there is this one line where u can type. Anyone has an idea if this is possible in the console? And if so, how? Any help is appreciated! Cheers!

  2. #2
    Linux Engineer GNU-Fan's Avatar
    Join Date
    Mar 2008
    Posts
    935
    Hello,

    look out for the GNU ncurses library.

  3. #3
    Linux Engineer wje_lf's Avatar
    Join Date
    Sep 2007
    Location
    Mariposa
    Posts
    1,192
    I've never used it, but they say that the program screen works quite well for this.

    Do this at the command line:
    Code:
    man screen
    If man pages are not installed on your system, google this:
    Code:
    linux man screen
    And whether or not you have man pages, google this:
    Code:
    linux screen tutorial
    Hope this helps.
    --
    Bill

    Old age and treachery will overcome youth and skill.

  4. #4
    Just Joined!
    Join Date
    Aug 2008
    Posts
    2
    Ok thx, I will go for ncurses I think. Thx for the help!

Posting Permissions

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