mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-02 09:40:15 +00:00
demo: run debug info on windows once more
This commit is contained in:
parent
5cb1275377
commit
1973eafe44
@ -82,7 +82,6 @@ count_debug_lines(const char* output, size_t outputlen){
|
||||
|
||||
static void
|
||||
debug_toggle(struct notcurses* nc){
|
||||
#ifndef __MINGW64__ // FIXME
|
||||
ncmenu_rollup(menu);
|
||||
if(debug){
|
||||
ncplane_destroy(debug);
|
||||
@ -135,7 +134,6 @@ debug_toggle(struct notcurses* nc){
|
||||
}
|
||||
ncplane_putstr_aligned(n, ncplane_dim_y(n) - 1, NCALIGN_CENTER, "Press Alt+d to hide this window");
|
||||
debug = n;
|
||||
#endif
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user