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 e83ef69 commit 70e8356Copy full SHA for 70e8356
src/navigation_tui.cpp
@@ -1,5 +1,6 @@
1
#include "navigation_tui.hpp"
2
#include <algorithm>
3
+#include <format>
4
#include <iostream>
5
#include <sstream>
6
#include <thread>
src/terminal_utils.cpp
@@ -2,7 +2,6 @@
#ifndef _WIN32
-#include <asm-generic/ioctls.h>
#include <sys/ioctl.h>
7
#endif
8
0 commit comments