Make height option work under Windows (#1341)

Separate Unix & Windows code into platform specific files for light renderer
This commit is contained in:
Michael Kelley
2019-02-04 22:51:39 -08:00
committed by Junegunn Choi
parent 7c40a424c0
commit 7d5985baf9
5 changed files with 244 additions and 69 deletions

View File

@@ -9,6 +9,7 @@ CHANGELOG
finder instead of printing horizontal lines above and below it.
The previous style is available via `--border=horizontal`
- Added `--pointer` and `--marker` options
- `--height` option is now available on Windows binary (@kelleyma49)
- More keys and actions for `--bind`
- Bug fixes and improvements
- Vim plugin: Floating windows support