Support Rumble on Windows

This commit is contained in:
loki
2021-07-18 11:05:34 +02:00
parent 5ff5942258
commit 1fda8f6219
11 changed files with 165 additions and 43 deletions

View File

@@ -276,7 +276,7 @@ struct encoder_t {
}
struct option_t {
KITTY_DEFAULT_CONSTR(option_t)
KITTY_DEFAULT_CONSTR_MOVE(option_t)
option_t(const option_t &) = default;
std::string name;