44,49c44,49
< #define	T_EL	"\033[2K"	/* erase the entire current line */
< #define	T_IL	"\033[L"	/* insert one line */
< #define	T_DL	"\033[M"	/* delete one line */
< #define	T_ED	"\033[2J"	/* erase display (may optionally home cursor) */
< #define	T_SC	"\0337"		/* save the cursor position */
< #define	T_RC	"\0338"		/* restore the cursor position */
---
> #define	T_EL	"\t\t\t\t\t\t\t\t\t\t\r"	/* erase the entire current line */
> #define	T_IL	""	/* insert one line */
> #define	T_DL	""	/* delete one line */
> #define	T_ED	"\033[H\033[J"	/* erase display (may optionally home cursor) */
> #define	T_SC	""		/* save the cursor position */
> #define	T_RC	""		/* restore the cursor position */
