A number of additional fixed from Pavel Roskin, note some more bugs in the
TODO list. Add Glenn to the Authors list for writing a mini ar for BusyBox, which is now included. -Erik
This commit is contained in:
		
							
								
								
									
										4
									
								
								more.c
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								more.c
									
									
									
									
									
								
							@@ -74,9 +74,9 @@ void gotsig(int sig)
 | 
			
		||||
 | 
			
		||||
#if defined BB_FEATURE_AUTOWIDTH
 | 
			
		||||
#ifdef BB_FEATURE_USE_TERMIOS
 | 
			
		||||
static int terminal_width = 0;
 | 
			
		||||
static int terminal_width = TERMINAL_WIDTH;
 | 
			
		||||
#endif
 | 
			
		||||
static int terminal_height = 0;
 | 
			
		||||
static int terminal_height = TERMINAL_HEIGHT;
 | 
			
		||||
#else
 | 
			
		||||
#define terminal_width	TERMINAL_WIDTH
 | 
			
		||||
#define terminal_height	TERMINAL_HEIGHT
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user