mirror of
				https://github.com/sammy-ette/Hilbish
				synced 2025-08-10 02:52:03 +00:00 
			
		
		
		
	chore: merge from master
This commit is contained in:
		
						commit
						a004f315be
					
				
							
								
								
									
										11
									
								
								init_windows.go
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								init_windows.go
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,11 @@ | |||||||
|  | // +build windows | ||||||
|  | 
 | ||||||
|  | package main | ||||||
|  | 
 | ||||||
|  | import "golang.org/x/sys/windows" | ||||||
|  | 
 | ||||||
|  | func init() { | ||||||
|  | 	var mode uint32 | ||||||
|  | 	windows.GetConsoleMode(windows.Stdout, &mode) | ||||||
|  | 	windows.SetConsoleMode(windows.Stdout, mode | windows.ENABLE_VIRTUAL_TERMINAL_PROCESSING) | ||||||
|  | } | ||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user