mirror of
https://github.com/rfivet/uemacs.git
synced 2025-11-23 11:41:15 -05:00
Refactoring display primitives.
This commit is contained in:
@@ -21,11 +21,7 @@ BINDABLE( upscreen) ;
|
|||||||
void vtinit( void) ;
|
void vtinit( void) ;
|
||||||
void vtfree( void) ;
|
void vtfree( void) ;
|
||||||
void vttidy( void) ;
|
void vttidy( void) ;
|
||||||
int update( boolean force_f) ;
|
boolean update( boolean force_f) ;
|
||||||
void updpos( void) ;
|
|
||||||
void upddex( void) ;
|
|
||||||
void updgar( void) ;
|
|
||||||
int updupd( int force) ;
|
|
||||||
void upmode( void) ;
|
void upmode( void) ;
|
||||||
void movecursor( int row, int col) ;
|
void movecursor( int row, int col) ;
|
||||||
void mlerase( void) ;
|
void mlerase( void) ;
|
||||||
|
|||||||
Reference in New Issue
Block a user