Skip to content

0.3.0

Compare
Choose a tag to compare
@arcticicestudio arcticicestudio released this 09 Mar 20:25
· 30 commits to develop since this release
v0.3.0


2017-03-09

Features

Configurations

❯ Added a configuration to set the cursor blinking.
The default value is true to enable the non-obtrusive cursor blinking feature. (@zovt, #7, 27820cf)

module.exports = {
  config: {
    //...
    nordHyper: {
      cursorBlink: true
    }
    //...
  }
}


The full changelog ist available here