Forum Topic - Qnx 6.5 , switching active console:
   
Qnx 6.5 , switching active console  
dear all,

I built an app with curses display UI.. as a default, terminal will display the virtual console-1 after boot up..
I have problem if I used virtual console-1 since the system log keeps displaying into the console-1. So, I need to use 
another console (ex: console-2) for my display UI to get away from system log printing..
Therefore I need to switch into console-2 automatically after OS booting finished..
Is it possible to switch the active console via C code or bash script rather than pressing keyboard key Alt+Ctrl+n ?
In qnx 4, there was console_active() function.. but i cannot find this function in qnx 6.5

Thank you.