mirror of
				https://github.com/xcat2/xNBA.git
				synced 2025-10-31 11:22:29 +00:00 
			
		
		
		
	Explicitly move cursor to top-left of screen, in case the clear screen
call doesn't do it.
This commit is contained in:
		| @@ -9,7 +9,7 @@ static void ansiscr_init ( struct _curses_screen *scr ) { | ||||
| 	scr->attrs = 0; | ||||
| 	scr->curs_x = 0; | ||||
| 	scr->curs_y = 0; | ||||
| 	printf ( "\033[0m\033[2J" ); | ||||
| 	printf ( "\033[0m\033[2J\033[1;1H" ); | ||||
| } | ||||
|  | ||||
| static void ansiscr_exit ( struct _curses_screen *scr __unused ) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user