aboutsummaryrefslogtreecommitdiff
path: root/messenger.c
diff options
context:
space:
mode:
Diffstat (limited to 'messenger.c')
-rw-r--r--messenger.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/messenger.c b/messenger.c
index 8881c9b..ba49785 100644
--- a/messenger.c
+++ b/messenger.c
@@ -33,14 +33,14 @@ void posthelp()
int postoptions(int x, int y)
{
- int width = 26;
+ int width = 28;
int yorig = y;
int cursor = 0;
- char* a = "Buy Sell Wonder Cancel";
+ char* a = "Buy Sell Wonder Cancel";
char* b = " *";
char* c = " *";
char* d = " *";
- char* e = " *";
+ char* e = " *";
while(1) {
y = yorig;
io_printborder(x, y++, width);
bgstack15