A C++ commandline for use in servers and chat software. Provides very simple asynchronous input/output.

async cplusplus cpp cpp11 cpp17 cross-platform readline terminal
1 Open Issue Need Help Last updated: Jun 28, 2025

Open Issues Need Help

View All on GitHub

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