Lift 255x255 erminal sie restriction to 65535x65535. Also change from
bitmasks to small structures of size chosen to fit in registers.
This commit is contained in:
		
							parent
							
								
									7abdac8e13
								
							
						
					
					
						commit
						e89c2d48a9
					
				
					 24 changed files with 266 additions and 244 deletions
				
			
		|  | @ -51,8 +51,7 @@ put (struct grub_term_output *term __attribute__ ((unused)), const int c) | |||
| struct grub_terminfo_output_state grub_cbmemc_terminfo_output = | ||||
|   { | ||||
|     .put = put, | ||||
|     .width = 80, | ||||
|     .height = 24 | ||||
|     .size = { 80, 24 } | ||||
|   }; | ||||
| 
 | ||||
| static struct grub_term_output grub_cbmemc_term_output = | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue