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 06b6f30 commit 52f5820Copy full SHA for 52f5820
cpp-terminal/cursor.cpp
@@ -4,7 +4,7 @@
4
5
#include <iostream>
6
7
-Term::Cursor::Cursor(const std::size_t& row, const std::size_t& colum) : m_position({row, colum}) {}
+Term::Cursor::Cursor(const std::size_t& row, const std::size_t& column) : m_position({row, column}) {}
8
9
std::size_t Term::Cursor::row() const { return m_position.first; }
10
0 commit comments