Revert "Add bold off SGR"
This reverts commit 6cb6d61525931c88971cce323f63e40451a6d365. This wasn't a useful thing after all.
This commit is contained in:
		
							parent
							
								
									c0882f2ed1
								
							
						
					
					
						commit
						8dacdfbab1
					
				
							
								
								
									
										3
									
								
								st.c
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								st.c
									
									
									
									
									
								
							| @ -1402,9 +1402,6 @@ tsetattr(int *attr, int l) | |||||||
| 		case 9: | 		case 9: | ||||||
| 			term.c.attr.mode |= ATTR_STRUCK; | 			term.c.attr.mode |= ATTR_STRUCK; | ||||||
| 			break; | 			break; | ||||||
| 		case 21: |  | ||||||
| 			term.c.attr.mode &= ~ATTR_BOLD; |  | ||||||
| 			break; |  | ||||||
| 		case 22: | 		case 22: | ||||||
| 			term.c.attr.mode &= ~(ATTR_BOLD | ATTR_FAINT); | 			term.c.attr.mode &= ~(ATTR_BOLD | ATTR_FAINT); | ||||||
| 			break; | 			break; | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Quentin Rameau
						Quentin Rameau