From 44a8707e3248a258ecdb1615ba12b5461807eec9 Mon Sep 17 00:00:00 2001 From: piaip Date: Wed, 8 Jun 2005 04:22:19 +0000 Subject: apply ansi system to more files git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2798 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/ansi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/ansi.h b/include/ansi.h index 1b0d9073..cb7e86cd 100644 --- a/include/ansi.h +++ b/include/ansi.h @@ -16,7 +16,7 @@ // Common ANSI commands. #define ANSI_RESET ESC_STR "[m" #define ANSI_COLOR(x) ESC_STR "[" #x "m" -#define ANSI_MOVETO(x,y) ESC_STR "[" #x ";" #y "H" +#define ANSI_MOVETO(y,x) ESC_STR "[" #y ";" #x "H" #define ANSI_CLRTOEND ESC_STR "[K" #endif /* INCLUDE_ANSI_H */ -- cgit v1.2.3