Fixed cursor blinking, added other cursor shape rendering
This commit is contained in:
parent
acce0042f9
commit
6652d41864
6 changed files with 70 additions and 65 deletions
|
@ -89,9 +89,9 @@ pub struct TerminalSettings {
|
|||
#[derive(Clone, Debug, Deserialize, PartialEq, Eq, JsonSchema)]
|
||||
#[serde(rename_all = "snake_case")]
|
||||
pub enum TerminalBlink {
|
||||
Never,
|
||||
Off,
|
||||
TerminalControlled,
|
||||
Always,
|
||||
On,
|
||||
}
|
||||
|
||||
impl Default for TerminalBlink {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue