diff options
| author | Petr Mrázek | 2011-07-12 12:13:14 +0200 |
|---|---|---|
| committer | Petr Mrázek | 2011-07-12 12:13:14 +0200 |
| commit | 3a67a4d3c7c689bad182af942da0344f4e18abad (patch) | |
| tree | 90d64635d1ce1e8a835d2bea89f3c8d172f4e22b /library/Console-linux.cpp | |
| parent | aeeece5c5f6093e3d8568a7e1c54305b4f5ed197 (diff) | |
| download | dfhack-3a67a4d3c7c689bad182af942da0344f4e18abad.tar.gz dfhack-3a67a4d3c7c689bad182af942da0344f4e18abad.tar.bz2 dfhack-3a67a4d3c7c689bad182af942da0344f4e18abad.tar.xz | |
Added linenoise library to allow line editing in the terminal.
Diffstat (limited to 'library/Console-linux.cpp')
| -rw-r--r-- | library/Console-linux.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/Console-linux.cpp b/library/Console-linux.cpp index b47e1274..4313d4d8 100644 --- a/library/Console-linux.cpp +++ b/library/Console-linux.cpp @@ -26,6 +26,7 @@ distribution. #include <cstdio> #include <cstdlib> #include <sstream> +#include <termios.h> using namespace DFHack; duthomhas::stdiostream dfout; |
