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 ...
- 08-07-2008 #1Just 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!
- 08-07-2008 #2
- 08-07-2008 #3
I've never used it, but they say that the program screen works quite well for this.
Do this at the command line:
If man pages are not installed on your system, google this:Code:man screen
And whether or not you have man pages, google this:Code:linux man screen
Hope this helps.Code:linux screen tutorial
--
Bill
Old age and treachery will overcome youth and skill.
- 08-07-2008 #4Just Joined!
- Join Date
- Aug 2008
- Posts
- 2
Ok thx, I will go for ncurses I think. Thx for the help!


Reply With Quote