Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1689 → Rev 1688

/uspace/trunk/console/console.c
459,8 → 459,7
if (ipc_connect_to_me(kbd_phone, SERVICE_CONSOLE, 0, &phonehash) != 0) {
return -1;
};
async_new_connection(phonehash, 0, NULL, keyboard_events);
 
/* Connect to framebuffer driver */
while ((fb_info.phone = ipc_connect_me_to(PHONE_NS, SERVICE_VIDEO, 0)) < 0) {
504,6 → 503,8
}
}
 
async_new_connection(phonehash, 0, NULL, keyboard_events);
curs_goto(0,0);
curs_visibility(connections[active_console].screenbuffer.is_cursor_visible);