mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2024-11-22 18:59:59 +08:00
Remove punctuation that affects compilation (#531)
This commit is contained in:
parent
a52b959f66
commit
6cea410eaa
@ -243,7 +243,7 @@ void InstallSignalHandler(int sig) {
|
|||||||
auto old_signal_handler = std::signal(sig, RecordSignal);
|
auto old_signal_handler = std::signal(sig, RecordSignal);
|
||||||
on_exit_functions.push(
|
on_exit_functions.push(
|
||||||
[=] { std::ignore = std::signal(sig, old_signal_handler); });
|
[=] { std::ignore = std::signal(sig, old_signal_handler); });
|
||||||
};
|
}
|
||||||
|
|
||||||
const std::string CSI = "\x1b["; // NOLINT
|
const std::string CSI = "\x1b["; // NOLINT
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user