aboutsummaryrefslogtreecommitdiff
path: root/wind.c
diff options
context:
space:
mode:
Diffstat (limited to 'wind.c')
-rw-r--r--wind.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/wind.c b/wind.c
index 7f06792..796476d 100644
--- a/wind.c
+++ b/wind.c
@@ -35,10 +35,10 @@ void resize() {
move(1,COLS/2);
}
int confirmSend(char* txt, char* autheur) {
- int x = COLS/3;
+ int x = COLS/6;
int y = LINES/3;
- int w = COLS/3;
+ int w = COLS*2/3;
int h = LINES/3;
clear();