cpp-terminal 1.0.0
Small C++ library for writing multiplatform terminal applications
|
#include "cpp-terminal/private/signals.hpp"
#include "cpp-terminal/terminal.hpp"
#include <algorithm>
#include <csignal>
Go to the source code of this file.
Macros | |
#define | NSIG (_SIGMAX + 1) /* For QNX */ |
#define NSIG (_SIGMAX + 1) /* For QNX */ |
Definition at line 18 of file signals.cpp.