Commit 2e36078fb80766ca4cfb85a779eedee362690b32

Authored by Hayk Martirosyan
1 parent bf1b7198

Add ev_break to stop_signal

Showing 1 changed file with 1 additions and 0 deletions
src/redox.cpp
... ... @@ -139,6 +139,7 @@ void Redox::start() {
139 139  
140 140 void Redox::stop_signal() {
141 141 to_exit = true;
  142 + ev_break(evloop, EVBREAK_ALL);
142 143 }
143 144  
144 145 void Redox::block() {
... ...