mirror of
				https://github.com/cmderdev/cmder.git
				synced 2025-10-31 01:12:11 +08:00 
			
		
		
		
	Remove set term=cygwin in init.bat (#2688)
This commit is contained in:
		| @@ -2,6 +2,11 @@ | ||||
|  | ||||
| ## [Unreleased](https://ci.appveyor.com/project/MartiUK/cmder/build/artifacts) (2022-03-17) | ||||
|  | ||||
| ### Fixes | ||||
|  | ||||
| - Remove setting `term=cygwin` in `init.bat` to fix random `ABCD` characters when using arrow keys in `vim`. | ||||
|   - See: [Sometimes pressing on arrow keys prints symbols #1691](https://github.com/Maximus5/ConEmu/issues/169) | ||||
|  | ||||
| ### Changes | ||||
|  | ||||
| - Fix Git prompt branch when using Git worktree. | ||||
|   | ||||
							
								
								
									
										1
									
								
								vendor/init.bat
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								vendor/init.bat
									
									
									
									
										vendored
									
									
								
							| @@ -211,7 +211,6 @@ if "%CMDER_CONFIGURED%" GTR "1" ( | ||||
|  | ||||
| :: I do not even know, copypasted from their .bat | ||||
| set PLINK_PROTOCOL=ssh | ||||
| if not defined TERM set TERM=cygwin | ||||
|  | ||||
| :: The idea: | ||||
| :: * if the users points as to a specific git, use that | ||||
|   | ||||
		Reference in New Issue
	
	Block a user