Fixed blink problems
This commit is contained in:
parent
5ad746e53f
commit
acce0042f9
6 changed files with 89 additions and 122 deletions
|
@ -90,14 +90,13 @@ pub struct TerminalSettings {
|
|||
#[serde(rename_all = "snake_case")]
|
||||
pub enum TerminalBlink {
|
||||
Never,
|
||||
On,
|
||||
Off,
|
||||
TerminalControlled,
|
||||
Always,
|
||||
}
|
||||
|
||||
impl Default for TerminalBlink {
|
||||
fn default() -> Self {
|
||||
TerminalBlink::On
|
||||
TerminalBlink::TerminalControlled
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue