comparison src/libvterm/t/harness.c @ 20458:ffadba5f898c v8.2.0783

patch 8.2.0783: libvterm code lags behind the upstream version Commit: https://github.com/vim/vim/commit/c4c9f7e43e7229c78919a5618003ce8aac3e1785 Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 17 20:52:45 2020 +0200 patch 8.2.0783: libvterm code lags behind the upstream version Problem: Libvterm code lags behind the upstream version. Solution: Include revisions 728 - 729.
author Bram Moolenaar <Bram@vim.org>
date Sun, 17 May 2020 21:00:03 +0200
parents 19dc9f64a906
children c15dd3da4f47
comparison
equal deleted inserted replaced
20457:a71f1962f5da 20458:ffadba5f898c
45 } keys[] = { 45 } keys[] = {
46 { "Up", VTERM_KEY_UP }, 46 { "Up", VTERM_KEY_UP },
47 { "Tab", VTERM_KEY_TAB }, 47 { "Tab", VTERM_KEY_TAB },
48 { "Enter", VTERM_KEY_ENTER }, 48 { "Enter", VTERM_KEY_ENTER },
49 { "KP0", VTERM_KEY_KP_0 }, 49 { "KP0", VTERM_KEY_KP_0 },
50 { "F1", VTERM_KEY_FUNCTION(1) },
50 { NULL, VTERM_KEY_NONE }, 51 { NULL, VTERM_KEY_NONE },
51 }; 52 };
52 int i; 53 int i;
53 54
54 for(i = 0; keys[i].name; i++) { 55 for(i = 0; keys[i].name; i++) {