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 8180a2b commit 08fb483Copy full SHA for 08fb483
cpp-terminal/private/file.cpp
@@ -138,7 +138,7 @@ std::string Term::Private::InputFileHandler::read() const
138
static const constexpr std::size_t max_input{256};
139
#endif
140
#if defined(_POSIX_MAX_INPUT)
141
- static const constexpr std::size_t posix_max_input{MAX_INPUT};
+ static const constexpr std::size_t posix_max_input{_POSIX_MAX_INPUT};
142
#else
143
static const constexpr std::size_t posix_max_input{256};
144
0 commit comments