summaryrefslogtreecommitdiffstats
path: root/src/client/clui/WindowInterface.cpp
diff options
context:
space:
mode:
authorJoursoir <chat@joursoir.net>2020-12-12 12:44:08 +0000
committerJoursoir <chat@joursoir.net>2020-12-12 12:44:08 +0000
commitf27143165f1f3c2e47aaa65c4da24875e1639ceb (patch)
tree52ab0245d0de62c2dae987196850c07acb8fea0d /src/client/clui/WindowInterface.cpp
parent9f6cdb671ca3c045085bd8eed623e0a797894e1f (diff)
downloadwant-chat-f27143165f1f3c2e47aaa65c4da24875e1639ceb.tar.gz
want-chat-f27143165f1f3c2e47aaa65c4da24875e1639ceb.tar.bz2
want-chat-f27143165f1f3c2e47aaa65c4da24875e1639ceb.zip
some changes in work spec-symbols; clui: refactor;
Diffstat (limited to 'src/client/clui/WindowInterface.cpp')
-rw-r--r--src/client/clui/WindowInterface.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/clui/WindowInterface.cpp b/src/client/clui/WindowInterface.cpp
index 336d3b1..ffa8bc5 100644
--- a/src/client/clui/WindowInterface.cpp
+++ b/src/client/clui/WindowInterface.cpp
@@ -22,9 +22,9 @@ void WindowInterface::SetCursor(int y, int x)
void WindowInterface::Clear(bool full)
{
- werase(this->GetWindow());
+ werase(GetWindow());
if(!full)
- box(this->GetWindow(), ch_line, ch_line);
+ box(GetWindow(), ch_line, ch_line);
}
void WindowInterface::Update()