Added Normal Intensity Attribute

This commit is contained in:
Timon 2019-05-04 14:56:56 +02:00 committed by GitHub
commit 98446c1b36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,6 +84,9 @@ pub enum Attribute {
/// - Opposite of `Bold`(1) /// - Opposite of `Bold`(1)
/// [Supportability]: not widely supported /// [Supportability]: not widely supported
NoBold = 21, NoBold = 21,
/// Normal color or intensity
/// Neither bold nor faint
NormalIntensity = 22,
/// This will turn off the italic attribute. /// This will turn off the italic attribute.
/// [info]: /// [info]:
/// - Not italic, not Fraktur /// - Not italic, not Fraktur