We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89ccd0e commit 2fa7bb0Copy full SHA for 2fa7bb0
cpp-terminal/prompt.hpp
@@ -3,6 +3,9 @@
3
#include <cpp-terminal/window.hpp>
4
#include <functional>
5
6
+// TODO: remove windows.h include and this undefine
7
+#undef ERROR
8
+
9
namespace Term {
10
/* Basic prompt */
11
0 commit comments