Rename classes and small adjustments

This commit is contained in:
topjohnwu
2019-09-25 23:55:39 -04:00
parent debd1d7d54
commit 947dae4900
13 changed files with 53 additions and 57 deletions

View File

@@ -67,7 +67,7 @@ static bool check_key_combo() {
if (events.empty())
return false;
RunFinally fin([&]() -> void {
run_finally fin([&]() -> void {
for (const int &fd : events)
close(fd);
});