调整tips

This commit is contained in:
anod 2023-04-29 23:59:40 +08:00
parent cd5423b9b7
commit f5d1c963b9

View File

@ -206,7 +206,7 @@ static void set_paging( int top, int len )
unsigned current = top / CONTAINER_MAX_LINES; unsigned current = top / CONTAINER_MAX_LINES;
char buf[32]; char buf[32];
ee_snprintf( buf, sizeof(buf), "页码:%d/%d", current+1, total ); ee_snprintf( buf, sizeof(buf), "页码:%d/%d", current+1, total );
dynamic_tips( buf ); if( total > 1 ) dynamic_tips( buf );
screen_clean(); screen_clean();
} }