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 52f5820 commit afcc7ceCopy full SHA for afcc7ce
cpp-terminal/cursor.hpp
@@ -11,7 +11,7 @@ class Cursor
11
{
12
public:
13
Cursor() = default;
14
- Cursor(const std::size_t& rows, const std::size_t& colums);
+ Cursor(const std::size_t&, const std::size_t&);
15
std::size_t row() const;
16
std::size_t column() const;
17
void setRow(const std::size_t&);
0 commit comments