Browse Source

Pass Insert button to nvim (#14)

master
daa 6 years ago
parent
commit
48baf6eab5
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      build.rs

+ 1
- 0
build.rs View File

@@ -37,6 +37,7 @@ fn main() {
.entry("Return", "\"CR\"")
.entry("Escape", "\"Esc\"")
.entry("Delete", "\"Del\"")
.entry("Insert", "\"Insert\"")
.entry("Page_Up", "\"PageUp\"")
.entry("Page_Down", "\"PageDown\"")
.entry("Enter", "\"CR\"")


Loading…
Cancel
Save