"""
Terminal to grapheme mapping of overrides, using a hash registry.

This code generated by python wcwidth using ucs-detect project data.
"""
# pylint: skip-file
_REGISTRY = {
    'alacritty': '33ac73f2',
    'apple_terminal': '8c2ae14d',
    'bobcat': 'fb5fd79b',
    'contour': '244dc88b',
    'extraterm': 'e18ac6a7',
    'foot': 'cf02297d',
    'ghostty': 'e2b75ee3',
    'iterm2': '59180a0d',
    'kitty': '336a71a1',
    'konsole': '78f828e8',
    'mintty': '3a1895d5',
    'mlterm': 'b6d33cf4',
    'pterm': '97904ece',
    'rio': '900356bf',
    'st': 'a5880eeb',
    'terminology': 'c57c295b',
    'urxvt': 'a5880eeb',
    'vte': 'fdc99132',
    'warp': '65c6beb5',
    'wezterm': '2148ff29',
    'xterm': 'a5880eeb',
    'xterm.js': '058c7585',
}

__all__ = ('_REGISTRY',)
