mirror of
				https://github.com/clearml/dropbear
				synced 2025-06-26 18:17:32 +00:00 
			
		
		
		
	add IUTF8
This commit is contained in:
		
							parent
							
								
									dcd1527a11
								
							
						
					
					
						commit
						a6eb824950
					
				| @ -107,8 +107,14 @@ const struct TermCode termcodes[MAX_TERMCODE+1] = { | ||||
| #else | ||||
| 		{0, 0}, | ||||
| #endif | ||||
| 		{0, 0}, /* 42 */ | ||||
| 		/* IUTF8 isn't standardised in rfc4254 but is likely soon.
 | ||||
| 		 * Implemented by linux and darwin */ | ||||
| #ifdef IUTF8 | ||||
| 		{IUTF8, TERMCODE_INPUT}, | ||||
| #else | ||||
| 		{0, 0}, | ||||
| #endif | ||||
| 		{0, 0}, /* 43 */ | ||||
| 		{0, 0}, | ||||
| 		{0, 0}, | ||||
| 		{0, 0}, | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user