Merge remote-tracking branch 'origin' into feature/mouse-support

This commit is contained in:
ArthurSonzogni
2021-05-01 23:45:13 +02:00
9 changed files with 195 additions and 8 deletions

View File

@@ -5,7 +5,11 @@
#if defined(_WIN32)
#define WIN32_LEAN_AND_MEAN
#ifndef NOMINMAX
#define NOMINMAX
#endif
#include <Windows.h>
#else
#include <sys/ioctl.h> // for winsize, ioctl, TIOCGWINSZ