1"""
2Terminal to grapheme mapping of overrides, using a hash registry.
3
4This code generated by python wcwidth using ucs-detect project data.
5"""
6# pylint: skip-file
7_REGISTRY = {
8 'alacritty': '45d92e98',
9 'apple_terminal': 'e08bd75e',
10 'bobcat': '970dbe10',
11 'contour': 'fd9d4c44',
12 'extraterm': 'fcc05a0f',
13 'foot': '529fbb4a',
14 'ghostty': '4cdf59ce',
15 'iterm2': '8589765c',
16 'kitty': 'c0a2cdbf',
17 'konsole': 'c2157f7e',
18 'mintty': '3d4826b8',
19 'mlterm': 'c3db41c0',
20 'pterm': '5bfac390',
21 'rio': '8f94b404',
22 'st': '813fee16',
23 'terminology': 'e22030f3',
24 'urxvt': '813fee16',
25 'vte': '5bfac390',
26 'warp': '27e0693f',
27 'wezterm': 'da9ceb0a',
28 'xterm': '813fee16',
29 'xterm.js': '50bf0759',
30}
31
32__all__ = ('_REGISTRY',)