send stdin as UTF instead of CP437
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				Rust / build (pull_request) Failing after 2m9s
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	Rust / build (pull_request) Failing after 2m9s
				
			This commit is contained in:
		
							parent
							
								
									4d4f7a029c
								
							
						
					
					
						commit
						e435f60540
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -63,9 +63,9 @@ impl<'t> App<'t> { | ||||||
| 
 | 
 | ||||||
|     fn send_mirror(&self) { |     fn send_mirror(&self) { | ||||||
|         self.connection |         self.connection | ||||||
|             .send(Command::Cp437Data( |             .send(Command::Utf8Data( | ||||||
|                 Origin::ZERO, |                 Origin::ZERO, | ||||||
|                 Cp437Grid::from(&self.mirror), |                 self.mirror.clone(), | ||||||
|             )) |             )) | ||||||
|             .expect("couldn't send screen to display"); |             .expect("couldn't send screen to display"); | ||||||
|     } |     } | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Vinzenz Schroeter
						Vinzenz Schroeter