Refactoring display primitives.

This commit is contained in:
Renaud 2021-08-15 11:22:32 +08:00
parent 109e330861
commit 79c3dfa4d9
2 changed files with 507 additions and 550 deletions

1051
display.c

File diff suppressed because it is too large Load Diff

View File

@ -21,11 +21,7 @@ BINDABLE( upscreen) ;
void vtinit( void) ;
void vtfree( void) ;
void vttidy( void) ;
int update( boolean force_f) ;
void updpos( void) ;
void upddex( void) ;
void updgar( void) ;
int updupd( int force) ;
boolean update( boolean force_f) ;
void upmode( void) ;
void movecursor( int row, int col) ;
void mlerase( void) ;