summaryrefslogtreecommitdiffstats
path: root/CommandScreen.c
diff options
context:
space:
mode:
authorDaniel Lange <DLange@git.local>2021-01-11 12:53:07 +0100
committerDaniel Lange <DLange@git.local>2021-01-11 12:53:07 +0100
commit1ffe5d79bd1285ee148f8dd7a95a383d83ba4473 (patch)
tree7b1b756b8961a93f7a73a75643dd27da8301109e /CommandScreen.c
parent8502f4e64f61ab6b8b60203e2ed92a26138d750d (diff)
Make Infoscreens the correct height
Diffstat (limited to 'CommandScreen.c')
-rw-r--r--CommandScreen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/CommandScreen.c b/CommandScreen.c
index 56b752d6..12b1987d 100644
--- a/CommandScreen.c
+++ b/CommandScreen.c
@@ -60,7 +60,7 @@ const InfoScreenClass CommandScreen_class = {
CommandScreen* CommandScreen_new(Process* process) {
CommandScreen* this = AllocThis(CommandScreen);
- return (CommandScreen*) InfoScreen_init(&this->super, process, NULL, LINES - 3, " ");
+ return (CommandScreen*) InfoScreen_init(&this->super, process, NULL, LINES - 2, " ");
}
void CommandScreen_delete(Object* this) {

© 2014-2024 Faster IT GmbH | imprint | privacy policy