mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-28 16:29:34 +08:00
Add clang-tidy. (#368)
This commit is contained in:
@@ -48,7 +48,7 @@ class TerminalInputParser {
|
||||
Output(Type t) : type(t) {}
|
||||
};
|
||||
|
||||
void Send(Output type);
|
||||
void Send(Output output);
|
||||
Output Parse();
|
||||
Output ParseUTF8();
|
||||
Output ParseESC();
|
||||
|
Reference in New Issue
Block a user