mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 20:13:36 +00:00
Default to console layout until we can build a path editor thing
This commit is contained in:
parent
bfbb01fa57
commit
7220617db0
@ -201,7 +201,7 @@ int main(int argc, char* argv[])
|
|||||||
state.input = NULL;
|
state.input = NULL;
|
||||||
state.keyHandler = NULL;
|
state.keyHandler = NULL;
|
||||||
|
|
||||||
changeLayout(state, libraryLayout);
|
changeLayout(state, consoleLayout);
|
||||||
|
|
||||||
while (!quit) {
|
while (!quit) {
|
||||||
/* if the focused item is an IInput, then get characters from it,
|
/* if the focused item is an IInput, then get characters from it,
|
||||||
|
@ -47,7 +47,7 @@ CommandWindow::CommandWindow(
|
|||||||
this->bufferPosition = 0;
|
this->bufferPosition = 0;
|
||||||
this->output = &output;
|
this->output = &output;
|
||||||
this->paused = false;
|
this->paused = false;
|
||||||
this->output->WriteLine("type 'h' or 'help'\n", BOX_COLOR_BLACK_ON_GREY);
|
this->Help();
|
||||||
}
|
}
|
||||||
|
|
||||||
CommandWindow::~CommandWindow() {
|
CommandWindow::~CommandWindow() {
|
||||||
|
Loading…
Reference in New Issue
Block a user