MiniDevil
As beautiful as a shell
#include "minishell_ui.h"
Include dependency graph for ui_signals.c:Functions | |
| static void | handle_ui_sigwinch (int sig) |
| Records SIGWINCH in the global signal flag. More... | |
| void | setup_ui_signals (void) |
| Set up SIGWINCH and SIGINT handlers for the UI loop. More... | |
|
static |
Records SIGWINCH in the global signal flag.
| sig | Signal number received (SIGWINCH) |
Definition at line 20 of file ui_signals.c.
References g_signal.
Referenced by setup_ui_signals().
Here is the caller graph for this function:| void setup_ui_signals | ( | void | ) |
Set up SIGWINCH and SIGINT handlers for the UI loop.
Definition at line 31 of file ui_signals.c.
References handle_ui_sigwinch().
Referenced by init_ui().
Here is the call graph for this function:
Here is the caller graph for this function: