Open Issues Need Help
View All on GitHub [BUG] Wrong length of windows console about 2 months ago
AI Summary: The task is to fix a bug in the `commandline` C++ library where the terminal width detection on Windows incorrectly uses the console height instead of the width, leading to truncated lines. The fix involves changing the return value in the `get_terminal_width` function within `windows_impl.cpp` from `csbi.dwSize.Y` to `csbi.dwSize.X`.
Complexity:
2/5
bug good first issue
A C++ commandline for use in servers and chat software. Provides very simple asynchronous input/output.
C++
#async#cplusplus#cpp#cpp11#cpp17#cross-platform#readline#terminal