~azzar1/unity/add-show-desktop-key

850 by dcoles
Console: Moved console up into dispatch. Now any application can, in theory,
1
function consoleapp_init()
331 by mattgiuca
Console: Configured console to display properly as a "floating" window in the
2
{
3
    console_init();
362 by mattgiuca
console: Automatically focus input box when starting console app, or when
4
    /* Focus the input box by default */
5
    document.getElementById("console_inputText").focus()
331 by mattgiuca
Console: Configured console to display properly as a "floating" window in the
6
}