0.0.8 • Published 7 years ago

hyper-vsplit-fix v0.0.8

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

hyper-vsplit-fix

Fixes the vertical split border in hyper

npm npm

white border is for indication only

Install

hpm install hyper-vsplit-fix

you'll need hpm installed for this method

or

Add following to your ~/.hyper.js config.

module.exports = {
  ...
  plugins: ['hyper-vsplit-fix']
  ...
}

Config

Add following to ~/.hyper.js

Change extra height

Default value is set to 34 (macOS)

module.exports = {
  config: {
    ...
      vsplit_fix: {
      	// in px
        vHeight: 34,
      },
    ...
  }
}