We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b46e145 commit 64d80c7Copy full SHA for 64d80c7
src/main.c
@@ -88,7 +88,7 @@ static void sigcont_handler(int sig)
88
set_tty();
89
}
90
#else
91
- foreground_in = foregound_out = 1;
+ foreground_in = foreground_out = 1;
92
#endif
93
94
if (sig != 0)
@@ -442,7 +442,7 @@ int main(int argc, char **argv)
442
#ifdef SIGTSTP
443
sigcont_handler(0);
444
445
446
447
if (foreground_out && opt.verbose > 0) {
448
info_frame(&mi, &fi, &control, refresh_status);
0 commit comments