diff options
| -rw-r--r-- | st.c | 2 | 
1 files changed, 2 insertions, 0 deletions
@@ -1076,6 +1076,8 @@ treset(void) {  	term.mode = MODE_WRAP;  	tclearregion(0, 0, term.col-1, term.row-1); +	tmoveto(0, 0); +	tcursor(CURSOR_SAVE);  }  void  | 
![]()  | 
index : Tharre/st-transparency | |
| st fork with transparency | Tharre | 
| aboutsummaryrefslogtreecommitdiffstats | 
| -rw-r--r-- | st.c | 2 | 
@@ -1076,6 +1076,8 @@ treset(void) {  	term.mode = MODE_WRAP;  	tclearregion(0, 0, term.col-1, term.row-1); +	tmoveto(0, 0); +	tcursor(CURSOR_SAVE);  }  void  |