Subversion Repositories HelenOS-historic

Compare Revisions

Regard whitespace Rev 1688 → Rev 1689

/uspace/trunk/console/console.c
459,6 → 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 */
503,8 → 504,6
}
}
 
async_new_connection(phonehash, 0, NULL, keyboard_events);
curs_goto(0,0);
curs_visibility(connections[active_console].screenbuffer.is_cursor_visible);