We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 941fcd9 commit 61adc84Copy full SHA for 61adc84
1 file changed
code/bngblaster/src/bbl_interactive.c
@@ -163,15 +163,9 @@ void
163
bbl_interactive_read_key_job(timer_s *timer)
164
{
165
int ch;
166
- static bool show_li = false;
167
168
UNUSED(timer);
169
170
- if(!show_li && dict_count(g_ctx->li_flow_dict)) {
171
- show_li = true;
172
- bbl_interactive_init_window();
173
- }
174
-
175
ch = getch();
176
switch (ch) {
177
case KEY_F(1):
0 commit comments