summaryrefslogtreecommitdiffstats
path: root/motd.c
diff options
context:
space:
mode:
Diffstat (limited to 'motd.c')
-rw-r--r--motd.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/motd.c b/motd.c
index 19eff13..a8f7ada 100644
--- a/motd.c
+++ b/motd.c
@@ -10,7 +10,7 @@ int bbs_motd_draw( term_screen *ts, const char *fname )
int ret=0;
const int buf_size=80*26+1;
char buf[buf_size];
- int row=0,column=0;
+ //int row=0,column=0;
FILE *f = fopen( fname, "r" );
@@ -21,8 +21,8 @@ int bbs_motd_draw( term_screen *ts, const char *fname )
}
term_clr_scr( ts );
- row = term_get_maxrow( ts );
- column = term_get_maxcol( ts );
+ //row = term_get_maxrow( ts );
+ //column = term_get_maxcol( ts );
term_cur_set_r( ts, ++posr );
term_cur_set_c( ts, 0 );