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 d9a0807 commit dd3758bCopy full SHA for dd3758b
cpp-terminal/prompt.cpp
@@ -20,7 +20,6 @@
20
#include "cpp-terminal/screen.hpp"
21
#include "cpp-terminal/terminal.hpp"
22
#include "cpp-terminal/tty.hpp"
23
-#include "size.hpp"
24
25
#include <iostream>
26
cpp-terminal/screen.cpp
@@ -9,8 +9,6 @@
9
10
11
12
13
-
14
Term::Screen::Screen(const Term::Size& size) : m_size(size) {}
15
16
const Term::Rows& Term::Screen::rows() const noexcept { return m_size.rows(); }
0 commit comments