| 
																	
																	
																		
																			
																		
																	
																	
																 | 
																@ -1628,18 +1628,14 @@ tinsertblank(int n) { | 
															
														
														
													
														
															
																 | 
																 | 
																
 | 
																 | 
																 | 
																
 | 
															
														
														
													
														
															
																 | 
																 | 
																void | 
																 | 
																 | 
																void | 
															
														
														
													
														
															
																 | 
																 | 
																tinsertblankline(int n) { | 
																 | 
																 | 
																tinsertblankline(int n) { | 
															
														
														
													
														
															
																 | 
																 | 
																	if(term.c.y < term.top || term.c.y > term.bot) | 
																 | 
																 | 
																 | 
															
														
														
													
														
															
																 | 
																 | 
																		return; | 
																 | 
																 | 
																 | 
															
														
														
													
														
															
																 | 
																 | 
																
 | 
																 | 
																 | 
																 | 
															
														
														
													
														
															
																 | 
																 | 
																	tscrolldown(term.c.y, n); | 
																 | 
																 | 
																 | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																	if(BETWEEN(term.c.y, term.top, term.bot)) | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																		tscrolldown(term.c.y, n); | 
															
														
														
													
														
															
																 | 
																 | 
																} | 
																 | 
																 | 
																} | 
															
														
														
													
														
															
																 | 
																 | 
																
 | 
																 | 
																 | 
																
 | 
															
														
														
													
														
															
																 | 
																 | 
																void | 
																 | 
																 | 
																void | 
															
														
														
													
														
															
																 | 
																 | 
																tdeleteline(int n) { | 
																 | 
																 | 
																tdeleteline(int n) { | 
															
														
														
													
														
															
																 | 
																 | 
																	if(term.c.y < term.top || term.c.y > term.bot) | 
																 | 
																 | 
																 | 
															
														
														
													
														
															
																 | 
																 | 
																		return; | 
																 | 
																 | 
																 | 
															
														
														
													
														
															
																 | 
																 | 
																
 | 
																 | 
																 | 
																 | 
															
														
														
													
														
															
																 | 
																 | 
																	tscrollup(term.c.y, n); | 
																 | 
																 | 
																 | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																	if(BETWEEN(term.c.y, term.top, term.bot)) | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																		tscrollup(term.c.y, n); | 
															
														
														
													
														
															
																 | 
																 | 
																} | 
																 | 
																 | 
																} | 
															
														
														
													
														
															
																 | 
																 | 
																
 | 
																 | 
																 | 
																
 | 
															
														
														
													
														
															
																 | 
																 | 
																int32_t | 
																 | 
																 | 
																int32_t | 
															
														
														
													
												
													
														
															
																| 
																	
																		
																			
																		
																	
																	
																	
																 | 
																
  |