mirror of https://github.com/fairyglade/ly.git
Update main.c
This commit is contained in:
parent
b65f6b3727
commit
240fcf3101
|
|
@ -125,7 +125,7 @@ int main(int argc, char** argv)
|
||||||
|
|
||||||
// start termbox
|
// start termbox
|
||||||
tb_init();
|
tb_init();
|
||||||
tb_select_output_mode(TB_OUTPUT_NORMAL);
|
tb_select_output_mode(TB_OUTPUT_256);
|
||||||
tb_clear();
|
tb_clear();
|
||||||
|
|
||||||
// init visible elements
|
// init visible elements
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue