We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35ad0b0 commit d8e9752Copy full SHA for d8e9752
2 files changed
src/README.md
@@ -7,7 +7,7 @@
7
| `cli/strings.hpp` | ANSI color strings, argument enums, and global counters |
8
| `cli/types.hpp` | Shared primitive type aliases |
9
| `cli/sha256.hpp` | SHA-256 implementation used by the CLI |
10
-| `cli/windows_cli.hpp` | Windows-specific ANSI support and string utilities |
+| `cli/windows_tui.hpp` | Windows-specific ANSI support and string utilities |
11
12
<br>
13
src/cli/main.cpp
@@ -35,7 +35,7 @@
35
#include "wagner_fischer.hpp"
36
37
#if (CLI_WINDOWS)
38
- #include "windows_cli.hpp"
+ #include "windows_tui.hpp"
39
#include <windows.h>
40
#include <shellapi.h>
41
#endif
0 commit comments