mirror of https://gogs.blitter.com/RLabs/xs
				
				
				
			Added -h handling to mintty_wrapper (MSYS/Win client)
This commit is contained in:
		
							parent
							
								
									a3367fc6ae
								
							
						
					
					
						commit
						a8a4f1671a
					
				| 
						 | 
					@ -28,5 +28,10 @@ cleanup() {
 | 
				
			||||||
  stty sane
 | 
					  stty sane
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					if [ ${1}x == "-hx" ]; then
 | 
				
			||||||
 | 
					  ./hkexsh -h
 | 
				
			||||||
 | 
					else
 | 
				
			||||||
  stty -echo raw icrnl
 | 
					  stty -echo raw icrnl
 | 
				
			||||||
  ./hkexsh $@
 | 
					  ./hkexsh $@
 | 
				
			||||||
 | 
					fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue