17.10.2013 - Adjusted for QNX, PIPeer release for Windows, Remote console
This commit is contained in:
@@ -31,8 +31,6 @@ void key_event(char key, void * ) {
|
||||
if (ind < 0 || ind >= as.size_s()) return;
|
||||
selected = true;
|
||||
console.connectToServer(as[ind]);
|
||||
console.clearScreen();
|
||||
piCout << "Connecting to" << console.selectedServer() << "...";
|
||||
}
|
||||
|
||||
int main(int argc, char * argv[]) {
|
||||
@@ -52,7 +50,7 @@ int main(int argc, char * argv[]) {
|
||||
}
|
||||
}
|
||||
if (!selected) return 0;
|
||||
console.clearScreen();
|
||||
//console.clearScreen();
|
||||
piCout << "Connecting to" << console.selectedServer() << "...";
|
||||
while (!PIKbdListener::exiting) {
|
||||
msleep(20);
|
||||
|
||||
Reference in New Issue
Block a user