view src/libvterm/src/encoding/uk.inc @ 19627:6b1564fcab92 v8.2.0370

patch 8.2.0370: the typebuf_was_filled flag is sometimes not reset Commit: https://github.com/vim/vim/commit/e49b4bb89505fad28cf89f0891aef3e2d397919e Author: Bram Moolenaar <Bram@vim.org> Date: Wed Mar 11 13:01:40 2020 +0100 patch 8.2.0370: the typebuf_was_filled flag is sometimes not reset Problem: The typebuf_was_filled flag is sometimes not reset, which may cause a hang. Solution: Make sure typebuf_was_filled is reset when the typeahead buffer is empty.
author Bram Moolenaar <Bram@vim.org>
date Wed, 11 Mar 2020 13:15:04 +0100
parents e6e23a84fac2
children
line wrap: on
line source

static const struct StaticTableEncoding encoding_uk = {
  {
    NULL, /* init */
    &decode_table /* decode */
  },
  {
    0x0, /* 0 */
    0x0, /* 1 */
    0x0, /* 2 */
    0x0, /* 3 */
    0x0, /* 4 */
    0x0, /* 5 */
    0x0, /* 6 */
    0x0, /* 7 */
    0x0, /* 8 */
    0x0, /* 9 */
    0x0, /* 10 */
    0x0, /* 11 */
    0x0, /* 12 */
    0x0, /* 13 */
    0x0, /* 14 */
    0x0, /* 15 */
    0x0, /* 16 */
    0x0, /* 17 */
    0x0, /* 18 */
    0x0, /* 19 */
    0x0, /* 20 */
    0x0, /* 21 */
    0x0, /* 22 */
    0x0, /* 23 */
    0x0, /* 24 */
    0x0, /* 25 */
    0x0, /* 26 */
    0x0, /* 27 */
    0x0, /* 28 */
    0x0, /* 29 */
    0x0, /* 30 */
    0x0, /* 31 */
    0x0, /* 32 */
    0x0, /* 33 */
    0x0, /* 34 */
    0x00a3, /* 35 */
    0x0, /* 36 */
    0x0, /* 37 */
    0x0, /* 38 */
    0x0, /* 39 */
    0x0, /* 40 */
    0x0, /* 41 */
    0x0, /* 42 */
    0x0, /* 43 */
    0x0, /* 44 */
    0x0, /* 45 */
    0x0, /* 46 */
    0x0, /* 47 */
    0x0, /* 48 */
    0x0, /* 49 */
    0x0, /* 50 */
    0x0, /* 51 */
    0x0, /* 52 */
    0x0, /* 53 */
    0x0, /* 54 */
    0x0, /* 55 */
    0x0, /* 56 */
    0x0, /* 57 */
    0x0, /* 58 */
    0x0, /* 59 */
    0x0, /* 60 */
    0x0, /* 61 */
    0x0, /* 62 */
    0x0, /* 63 */
    0x0, /* 64 */
    0x0, /* 65 */
    0x0, /* 66 */
    0x0, /* 67 */
    0x0, /* 68 */
    0x0, /* 69 */
    0x0, /* 70 */
    0x0, /* 71 */
    0x0, /* 72 */
    0x0, /* 73 */
    0x0, /* 74 */
    0x0, /* 75 */
    0x0, /* 76 */
    0x0, /* 77 */
    0x0, /* 78 */
    0x0, /* 79 */
    0x0, /* 80 */
    0x0, /* 81 */
    0x0, /* 82 */
    0x0, /* 83 */
    0x0, /* 84 */
    0x0, /* 85 */
    0x0, /* 86 */
    0x0, /* 87 */
    0x0, /* 88 */
    0x0, /* 89 */
    0x0, /* 90 */
    0x0, /* 91 */
    0x0, /* 92 */
    0x0, /* 93 */
    0x0, /* 94 */
    0x0, /* 95 */
    0x0, /* 96 */
    0x0, /* 97 */
    0x0, /* 98 */
    0x0, /* 99 */
    0x0, /* 100 */
    0x0, /* 101 */
    0x0, /* 102 */
    0x0, /* 103 */
    0x0, /* 104 */
    0x0, /* 105 */
    0x0, /* 106 */
    0x0, /* 107 */
    0x0, /* 108 */
    0x0, /* 109 */
    0x0, /* 110 */
    0x0, /* 111 */
    0x0, /* 112 */
    0x0, /* 113 */
    0x0, /* 114 */
    0x0, /* 115 */
    0x0, /* 116 */
    0x0, /* 117 */
    0x0, /* 118 */
    0x0, /* 119 */
    0x0, /* 120 */
    0x0, /* 121 */
    0x0, /* 122 */
    0x0, /* 123 */
    0x0, /* 124 */
    0x0, /* 125 */
    0x0, /* 126 */
    0x0, /* 127 */
  }
};