neovide / neovide

No Nonsense Neovim Client in Rust
https://neovide.dev
MIT License
13.02k stars 528 forks source link

font loading failed after upgrading to version 0.7.0.r29.g8168023-1 #819

Closed verajosemanuel closed 1 year ago

verajosemanuel commented 3 years ago

Describe the bug after upgrade, neovide panicked on load font. Read issue https://github.com/Kethku/neovide/issues/732 but fixing font name did not solve the issue (apart from removing any reference to any font). it was working ok before upgrade.

my fonts are (all of them are installed and working on terminal):

"set guifont=Inconsolata\ for\ Powerline\ 12:h20
"set guifont=FiraCode\ Nerd\ Font:h14
set guifont=SauceCodePro\ Nerd\ Font:h14

To Reproduce Steps to reproduce the behavior:

  1. upgrade Arch. Neovide is now version 0.7.0.r29.g8168023-1
  2. open neovide
  3. See error

Expected behavior Neovide opens with no issue

Desktop (please complete the following information):

Please run neovide --log and paste the contents of the .log file here:


╰─λ neovide --log
Ignored client type property: "methods"
Ignored client type property: "attributes"
thread 'main' panicked at 'Could not load font', src/renderer/fonts/caching_shaper.rs:50:14
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

INFO [neovide::bridge] Starting neovim with: Command { std: "/usr/bin/nvim" "--embed", kill_on_drop: false }
INFO [neovide::bridge] Close watcher started
INFO [neovide::bridge] Neovide registered to nvim with channel id 1
INFO [neovide::bridge] Neovim process attached
INFO [neovide::window::window_wrapper] icon created
TRACE [neovide::bridge::handler] Neovim notification: "redraw"
TRACE [neovide::channel_utils] redraw_event OptionSet { gui_option: ArabicShape(true) }
TRACE [neovide::channel_utils] redraw_event OptionSet { gui_option: AmbiWidth("single") }
TRACE [neovide::editor] Option set ArabicShape(true)
TRACE [neovide::channel_utils] redraw_event OptionSet { gui_option: Emoji(true) }
TRACE [neovide::editor] Option set AmbiWidth("single")
TRACE [neovide::editor] Option set Emoji(true)
TRACE [neovide::channel_utils] redraw_event OptionSet { gui_option: GuiFont("") }
TRACE [neovide::editor] Option set GuiFont("")
TRACE [neovide::channel_utils] redraw_event OptionSet { gui_option: GuiFontWide("") }
TRACE [neovide::editor] Option set GuiFontWide("")
TRACE [neovide::channel_utils] redraw_event OptionSet { gui_option: LineSpace(0) }
TRACE [neovide::editor] Option set LineSpace(0)
TRACE [neovide::channel_utils] redraw_event OptionSet { gui_option: Unknown("mousefocus", Boolean(false)) }
TRACE [neovide::channel_utils] redraw_event OptionSet { gui_option: Pumblend(0) }
TRACE [neovide::channel_utils] redraw_event OptionSet { gui_option: ShowTabLine(1) }
TRACE [neovide::channel_utils] redraw_event OptionSet { gui_option: TermGuiColors(true) }
TRACE [neovide::channel_utils] redraw_event OptionSet { gui_option: Unknown("ttimeout", Boolean(true)) }
TRACE [neovide::editor] Option set Unknown("mousefocus", Boolean(false))
TRACE [neovide::editor] Option set Pumblend(0)
TRACE [neovide::editor] Option set ShowTabLine(1)
TRACE [neovide::editor] Option set TermGuiColors(true)
TRACE [neovide::editor] Option set Unknown("ttimeout", Boolean(true))
TRACE [neovide::channel_utils] redraw_event OptionSet { gui_option: Unknown("ttimeoutlen", Integer(PosInt(50))) }
TRACE [neovide::channel_utils] redraw_event OptionSet { gui_option: Unknown("ext_linegrid", Boolean(true)) }
TRACE [neovide::editor] Option set Unknown("ttimeoutlen", Integer(PosInt(50)))
TRACE [neovide::editor] Option set Unknown("ext_linegrid", Boolean(true))
TRACE [neovide::channel_utils] redraw_event OptionSet { gui_option: Unknown("ext_multigrid", Boolean(false)) }
TRACE [neovide::editor] Option set Unknown("ext_multigrid", Boolean(false))
TRACE [neovide::channel_utils] redraw_event OptionSet { gui_option: Unknown("ext_hlstate", Boolean(false)) }
TRACE [neovide::editor] Option set Unknown("ext_hlstate", Boolean(false))
TRACE [neovide::channel_utils] redraw_event OptionSet { gui_option: Unknown("ext_termcolors", Boolean(false)) }
TRACE [neovide::editor] Option set Unknown("ext_termcolors", Boolean(false))
TRACE [neovide::channel_utils] redraw_event DefaultColorsSet { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.0, g: 0.0, b: 0.0, a: 1.0 }), special: Some(Color4f { r: 1.0, g: 0.0, b: 0.0, a: 1.0 }) } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 1, style: Style { colors: Colors { foreground: None, background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 2, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.827451, g: 0.827451, b: 0.827451, a: 1.0 }), background: Some(Color4f { r: 0.6627451, g: 0.6627451, b: 0.6627451, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 3, style: Style { colors: Colors { foreground: None, background: Some(Color4f { r: 1.0, g: 0.0, b: 0.0, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 4, style: Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 1.0, g: 0.0, b: 0.0, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 5, style: Style { colors: Colors { foreground: None, background: None, special: None }, reverse: true, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 6, style: Style { colors: Colors { foreground: None, background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 7, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.0, g: 0.0, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 8, style: Style { colors: Colors { foreground: None, background: Some(Color4f { r: 0.5019608, g: 0.5019608, b: 0.5019608, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 9, style: Style { colors: Colors { foreground: None, background: None, special: None }, reverse: true, italic: false, bold: true, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 10, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.0, g: 0.0, b: 0.0, a: 1.0 }), background: Some(Color4f { r: 1.0, g: 1.0, b: 0.0, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 11, style: Style { colors: Colors { foreground: None, background: Some(Color4f { r: 0.0, g: 0.0, b: 0.0, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 80 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 12, style: Style { colors: Colors { foreground: None, background: Some(Color4f { r: 0.0, g: 0.0, b: 0.0, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 100 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 13, style: Style { colors: Colors { foreground: None, background: Some(Color4f { r: 1.0, g: 1.0, b: 0.0, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 14, style: Style { colors: Colors { foreground: None, background: Some(Color4f { r: 0.0, g: 0.5019608, b: 0.0, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 15, style: Style { colors: Colors { foreground: None, background: Some(Color4f { r: 1.0, g: 0.0, b: 0.0, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 16, style: Style { colors: Colors { foreground: None, background: Some(Color4f { r: 0.54509807, g: 0.0, b: 0.0, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 17, style: Style { colors: Colors { foreground: None, background: Some(Color4f { r: 0.4, g: 0.4, b: 0.4, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 18, style: Style { colors: Colors { foreground: None, background: Some(Color4f { r: 0.4, g: 0.4, b: 0.4, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 19, style: Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 0.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 20, style: Style { colors: Colors { foreground: None, background: Some(Color4f { r: 0.0, g: 0.0, b: 0.54509807, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 21, style: Style { colors: Colors { foreground: None, background: Some(Color4f { r: 0.54509807, g: 0.0, b: 0.54509807, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 22, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.0, g: 0.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.0, g: 0.54509807, b: 0.54509807, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 23, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.0, g: 1.0, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 24, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.5019608, g: 0.5019608, b: 0.5019608, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 25, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.6627451, g: 0.6627451, b: 0.6627451, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 26, style: Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 0.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 27, style: Style { colors: Colors { foreground: None, background: Some(Color4f { r: 0.0, g: 0.54509807, b: 0.54509807, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 28, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.18039216, g: 0.54509807, b: 0.34117648, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 29, style: Style { colors: Colors { foreground: None, background: Some(Color4f { r: 1.0, g: 0.0, b: 1.0, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 30, style: Style { colors: Colors { foreground: None, background: Some(Color4f { r: 0.6627451, g: 0.6627451, b: 0.6627451, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 31, style: Style { colors: Colors { foreground: None, background: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 32, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.0, g: 0.5019608, b: 0.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 33, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.0, g: 1.0, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 34, style: Style { colors: Colors { foreground: None, background: None, special: Some(Color4f { r: 1.0, g: 0.0, b: 0.0, a: 1.0 }) }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: true, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 35, style: Style { colors: Colors { foreground: None, background: None, special: Some(Color4f { r: 0.0, g: 0.0, b: 1.0, a: 1.0 }) }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: true, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 36, style: Style { colors: Colors { foreground: None, background: None, special: Some(Color4f { r: 0.0, g: 1.0, b: 1.0, a: 1.0 }) }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: true, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 37, style: Style { colors: Colors { foreground: None, background: None, special: Some(Color4f { r: 1.0, g: 0.0, b: 1.0, a: 1.0 }) }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: true, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 38, style: Style { colors: Colors { foreground: None, background: Some(Color4f { r: 0.6627451, g: 0.6627451, b: 0.6627451, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: true, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 39, style: Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.0, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 40, style: Style { colors: Colors { foreground: None, background: Some(Color4f { r: 0.6627451, g: 0.6627451, b: 0.6627451, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 41, style: Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.0, b: 0.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 42, style: Style { colors: Colors { foreground: None, background: Some(Color4f { r: 0.6627451, g: 0.6627451, b: 0.6627451, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 43, style: Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.0, b: 0.0, a: 1.0 }), background: Some(Color4f { r: 1.0, g: 0.0, b: 0.0, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event OptionSet { gui_option: Unknown("ext_cmdline", Boolean(false)) }
TRACE [neovide::channel_utils] redraw_event OptionSet { gui_option: Unknown("ext_popupmenu", Boolean(false)) }
TRACE [neovide::channel_utils] redraw_event OptionSet { gui_option: Unknown("ext_tabline", Boolean(false)) }
TRACE [neovide::channel_utils] redraw_event OptionSet { gui_option: Unknown("ext_wildmenu", Boolean(false)) }
TRACE [neovide::channel_utils] redraw_event OptionSet { gui_option: Unknown("ext_messages", Boolean(false)) }
TRACE [neovide::channel_utils] redraw_event DefaultColorsSet { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.0, g: 0.0, b: 0.0, a: 1.0 }), special: Some(Color4f { r: 1.0, g: 0.0, b: 0.0, a: 1.0 }) } }
TRACE [neovide::channel_utils] redraw_event Resize { grid: 1, width: 100, height: 50 }
TRACE [neovide::channel_utils] redraw_event Clear { grid: 1 }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 44, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.5019608, g: 0.627451, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 45, style: Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.627451, b: 0.627451, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 46, style: Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.64705884, b: 0.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 47, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.2509804, g: 1.0, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 48, style: Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 0.3764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 49, style: Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.5019608, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 50, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 1.0, b: 0.3764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 51, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.5019608, g: 0.627451, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: true, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 52, style: Style { colors: Colors { foreground: None, background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 53, style: Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 1.0, g: 0.0, b: 0.0, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 54, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.0, g: 0.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 1.0, g: 1.0, b: 0.0, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event OptionSet { gui_option: GuiFont("SauceCodePro Nerd Font") }
TRACE [neovide::channel_utils] redraw_event DefaultColorsSet { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.0, g: 0.0, b: 0.0, a: 1.0 }), special: Some(Color4f { r: 1.0, g: 0.0, b: 0.0, a: 1.0 }) } }
TRACE [neovide::channel_utils] redraw_event OptionSet { gui_option: TermGuiColors(true) }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 55, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 56, style: Style { colors: Colors { foreground: None, background: Some(Color4f { r: 0.15686275, g: 0.23137255, b: 0.3019608, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 57, style: Style { colors: Colors { foreground: None, background: Some(Color4f { r: 0.15294118, g: 0.1764706, b: 0.2627451, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 58, style: Style { colors: Colors { foreground: None, background: Some(Color4f { r: 0.24705882, g: 0.1764706, b: 0.23921569, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 59, style: Style { colors: Colors { foreground: None, background: Some(Color4f { r: 0.22352941, g: 0.29411766, b: 0.4392157, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 60, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.14117648, g: 0.15686275, b: 0.23137255, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 61, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.85882354, g: 0.29411766, b: 0.29411766, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 62, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.11372549, g: 0.1254902, b: 0.18431373, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 63, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 64, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.14117648, g: 0.15686275, b: 0.23137255, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 65, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.14117648, g: 0.15686275, b: 0.23137255, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 66, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.12156863, g: 0.13725491, b: 0.20784314, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 67, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.11372549, g: 0.1254902, b: 0.18431373, a: 1.0 }), background: Some(Color4f { r: 0.96862745, g: 0.4627451, b: 0.5568628, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 68, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 69, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.47843137, b: 0.63529414, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 70, style: Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 71, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 72, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 73, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 74, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.32941177, g: 0.36078432, b: 0.49411765, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 75, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.14117648, g: 0.15686275, b: 0.23137255, a: 1.0 }), background: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 76, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.14117648, g: 0.15686275, b: 0.23137255, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 77, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.14117648, g: 0.15686275, b: 0.23137255, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event DefaultColorsSet { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.14117648, g: 0.15686275, b: 0.23137255, a: 1.0 }), special: Some(Color4f { r: 1.0, g: 0.0, b: 0.0, a: 1.0 }) } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 78, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.12156863, g: 0.13725491, b: 0.20784314, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 79, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.12156863, g: 0.13725491, b: 0.20784314, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 80, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.23921569, g: 0.34901962, b: 0.6313726, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 81, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.12156863, g: 0.13725491, b: 0.20784314, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 82, style: Style { colors: Colors { foreground: None, background: Some(Color4f { r: 0.21176471, g: 0.23921569, b: 0.34901962, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 83, style: Style { colors: Colors { foreground: None, background: Some(Color4f { r: 0.16470589, g: 0.18039216, b: 0.24705882, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 84, style: Style { colors: Colors { foreground: None, background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 85, style: Style { colors: Colors { foreground: None, background: Some(Color4f { r: 0.21176471, g: 0.2901961, b: 0.50980395, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 86, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.23921569, g: 0.34901962, b: 0.6313726, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 87, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.11372549, g: 0.1254902, b: 0.18431373, a: 1.0 }), background: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 88, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.32941177, g: 0.36078432, b: 0.49411765, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 89, style: Style { colors: Colors { foreground: None, background: None, special: Some(Color4f { r: 0.85882354, g: 0.29411766, b: 0.29411766, a: 1.0 }) }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: true, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 90, style: Style { colors: Colors { foreground: None, background: None, special: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }) }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: true, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 91, style: Style { colors: Colors { foreground: None, background: None, special: Some(Color4f { r: 0.050980393, g: 0.7254902, b: 0.84313726, a: 1.0 }) }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: true, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 92, style: Style { colors: Colors { foreground: None, background: None, special: Some(Color4f { r: 0.101960786, g: 0.7372549, b: 0.6117647, a: 1.0 }) }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: true, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 93, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.12156863, g: 0.13725491, b: 0.20784314, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 94, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.12156863, g: 0.13725491, b: 0.20784314, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 95, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.12156863, g: 0.13725491, b: 0.20784314, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 96, style: Style { colors: Colors { foreground: None, background: Some(Color4f { r: 0.11372549, g: 0.1254902, b: 0.18431373, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 97, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.11372549, g: 0.1254902, b: 0.18431373, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 98, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 99, style: Style { colors: Colors { foreground: None, background: Some(Color4f { r: 0.21176471, g: 0.2901961, b: 0.50980395, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 100, style: Style { colors: Colors { foreground: None, background: Some(Color4f { r: 0.21176471, g: 0.2901961, b: 0.50980395, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 101, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 102, style: Style { colors: Colors { foreground: None, background: Some(Color4f { r: 0.21176471, g: 0.2901961, b: 0.50980395, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 103, style: Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 104, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 105, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 106, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 107, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 108, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 109, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 110, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 111, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 112, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 113, style: Style { colors: Colors { foreground: None, background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: true, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 114, style: Style { colors: Colors { foreground: None, background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 115, style: Style { colors: Colors { foreground: None, background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 116, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.85882354, g: 0.29411766, b: 0.29411766, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 117, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.14117648, g: 0.15686275, b: 0.23137255, a: 1.0 }), background: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 118, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.47843137, b: 0.63529414, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 119, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 120, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 121, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.25490198, g: 0.28235295, b: 0.40784314, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 122, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.7372549, b: 0.6117647, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 123, style: Style { colors: Colors { foreground: None, background: None, special: Some(Color4f { r: 0.050980393, g: 0.7254902, b: 0.84313726, a: 1.0 }) }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: true, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 124, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 125, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.7372549, b: 0.6117647, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 126, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: true, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 127, style: Style { colors: Colors { foreground: None, background: Some(Color4f { r: 0.12156863, g: 0.13725491, b: 0.20784314, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 128, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.050980393, g: 0.7254902, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.13333334, g: 0.21568628, b: 0.29411766, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 129, style: Style { colors: Colors { foreground: None, background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 130, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.85882354, g: 0.29411766, b: 0.29411766, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 131, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 132, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.050980393, g: 0.7254902, b: 0.84313726, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 133, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.85882354, g: 0.29411766, b: 0.29411766, a: 1.0 }), background: Some(Color4f { r: 0.21176471, g: 0.17254902, b: 0.23921569, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 134, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: Some(Color4f { r: 0.21568628, g: 0.21176471, b: 0.2509804, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 135, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 136, style: Style { colors: Colors { foreground: None, background: None, special: Some(Color4f { r: 0.85882354, g: 0.29411766, b: 0.29411766, a: 1.0 }) }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: true, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 137, style: Style { colors: Colors { foreground: None, background: None, special: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }) }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: true, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 138, style: Style { colors: Colors { foreground: None, background: Some(Color4f { r: 0.21176471, g: 0.2901961, b: 0.50980395, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::editor] Option set Unknown("ext_cmdline", Boolean(false))
TRACE [neovide::editor] Option set Unknown("ext_popupmenu", Boolean(false))
TRACE [neovide::editor] Option set Unknown("ext_tabline", Boolean(false))
TRACE [neovide::editor] Option set Unknown("ext_wildmenu", Boolean(false))
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 139, style: Style { colors: Colors { foreground: None, background: None, special: Some(Color4f { r: 0.101960786, g: 0.7372549, b: 0.6117647, a: 1.0 }) }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: true, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 140, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 141, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.7372549, b: 0.6117647, a: 1.0 }), background: Some(Color4f { r: 0.13725491, g: 0.21568628, b: 0.27058825, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 142, style: Style { colors: Colors { foreground: None, background: Some(Color4f { r: 0.16078432, g: 0.18039216, b: 0.25882354, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::editor] Option set Unknown("ext_messages", Boolean(false))
TRACE [neovide::editor] editor resize 1
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 143, style: Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event HighlightAttributesDefine { id: 144, style: Style { colors: Colors { foreground: None, background: Some(Color4f { r: 0.16078432, g: 0.18039216, b: 0.25882354, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } }
TRACE [neovide::channel_utils] redraw_event BusyStart
TRACE [neovide::channel_utils] redraw_event WindowViewport { grid: 2, top_line: 0.0, bottom_line: 1.0, current_line: 0.0, current_column: 0.0 }
TRACE [neovide::channel_utils] redraw_event CursorGoto { grid: 1, row: 0, column: 0 }
TRACE [neovide::channel_utils] redraw_event ModeInfoSet { cursor_modes: [CursorMode { shape: Some(Block), style_id: Some(0), cell_percentage: Some(0.0), blinkwait: Some(700), blinkon: Some(400), blinkoff: Some(250) }, CursorMode { shape: Some(Block), style_id: Some(0), cell_percentage: Some(0.0), blinkwait: Some(700), blinkon: Some(400), blinkoff: Some(250) }, CursorMode { shape: Some(Block), style_id: Some(0), cell_percentage: Some(0.0), blinkwait: Some(700), blinkon: Some(400), blinkoff: Some(250) }, CursorMode { shape: Some(Block), style_id: Some(0), cell_percentage: Some(0.0), blinkwait: Some(700), blinkon: Some(400), blinkoff: Some(250) }, CursorMode { shape: Some(Block), style_id: Some(0), cell_percentage: Some(0.0), blinkwait: Some(700), blinkon: Some(400), blinkoff: Some(250) }, CursorMode { shape: Some(Block), style_id: Some(0), cell_percentage: Some(0.0), blinkwait: Some(700), blinkon: Some(400), blinkoff: Some(250) }, CursorMode { shape: Some(Block), style_id: Some(0), cell_percentage: Some(0.0), blinkwait: Some(700), blinkon: Some(400), blinkoff: Some(250) }, CursorMode { shape: Some(Block), style_id: Some(0), cell_percentage: Some(0.0), blinkwait: Some(700), blinkon: Some(400), blinkoff: Some(250) }, CursorMode { shape: Some(Block), style_id: Some(0), cell_percentage: Some(0.0), blinkwait: Some(700), blinkon: Some(400), blinkoff: Some(250) }, CursorMode { shape: None, style_id: None, cell_percentage: None, blinkwait: None, blinkon: None, blinkoff: None }, CursorMode { shape: None, style_id: None, cell_percentage: None, blinkwait: None, blinkon: None, blinkoff: None }, CursorMode { shape: None, style_id: None, cell_percentage: None, blinkwait: None, blinkon: None, blinkoff: None }, CursorMode { shape: None, style_id: None, cell_percentage: None, blinkwait: None, blinkon: None, blinkoff: None }, CursorMode { shape: None, style_id: None, cell_percentage: None, blinkwait: None, blinkon: None, blinkoff: None }, CursorMode { shape: None, style_id: None, cell_percentage: None, blinkwait: None, blinkon: None, blinkoff: None }, CursorMode { shape: None, style_id: None, cell_percentage: None, blinkwait: None, blinkon: None, blinkoff: None }, CursorMode { shape: Some(Block), style_id: Some(0), cell_percentage: Some(0.0), blinkwait: Some(100), blinkon: Some(100), blinkoff: Some(100) }] }
TRACE [neovide::channel_utils] redraw_event ModeChange { mode: Normal, mode_index: 0 }
TRACE [neovide::channel_utils] redraw_event MouseOff
TRACE [neovide::channel_utils] redraw_event Flush
TRACE [neovide::editor] Option set GuiFont("SauceCodePro Nerd Font")
TRACE [neovide::editor] Option set TermGuiColors(true)
TRACE [neovide::editor] Cursor off
TRACE [neovide::editor] viewport event received before window initialized
TRACE [neovide::channel_utils] window_command SetMouseEnabled(false)
TRACE [neovide::editor] Image flushed
TRACE [neovide::channel_utils] batched_draw_command [FontChanged, DefaultStyleChanged, DefaultStyleChanged, Window 1 Position { grid_left: 0.0, grid_top: 0.0, width: 100, height: 50, floating_order: None }, Window 1 Clear, FontChanged, Window 1 Clear, Window 1 Cells { cells: [" ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " "], window_left: 0, window_top: 0, width: 100, style: None }, Window 1 Cells { cells: [" ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " "], window_left: 0, window_top: 1, width: 100, style: None }, Window 1 Cells { cells: [" ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " "], window_left: 0, window_top: 2, width: 100, style: None }, Window 1 Cells { cells: [" ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " "], window_left: 0, window_top: 3, width: 100, style: None }, Window 1 Cells { cells: [" ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " "], window_left: 0, window_top: 4, width: 100, style: None }, Window 1 Cells { cells: [" ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " "], window_left: 0, window_top: 5, width: 100, style: None }, Window 1 Cells { cells: [" ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " "], window_left: 0, window_top: 6, width: 100, style: None }, Window 1 Cells { cells: [" ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " "], window_left: 0, window_top: 7, width: 100, style: None }, Window 1 Cells { cells: [" ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " "], window_left: 0, window_top: 8, width: 100, style: None }, Window 1 Cells { cells: [" ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " "], window_left: 0, window_top: 9, width: 100, style: None }, Window 1 Cells { cells: [" ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " "], window_left: 0, window_top: 10, width: 100, style: None }, Window 1 Cells { cells: [" ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " "], window_left: 0, window_top: 11, width: 100, style: None }, Window 1 Cells { cells: [" ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " "], window_left: 0, window_top: 12, width: 100, style: None }, Window 1 Cells { cells: [" ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " "], window_left: 0, window_top: 13, width: 100, style: None }, Window 1 Cells { cells: [" ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " "], window_left: 0, window_top: 14, width: 100, style: None }, Window 1 Cells { cells: [" ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " "], window_left: 0, window_top: 15, width: 100, style: None }, Window 1 Cells { cells: [" ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " "], window_left: 0, window_top: 16, width: 100, style: None }, Window 1 Cells { cells: [" ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " "], window_left: 0, window_top: 17, width: 100, style: None }, Window 1 Cells { cells: [" ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " "], window_left: 0, window_top: 18, width: 100, style: None }, Window 1 Cells { cells: [" ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " "], window_left: 0, window_top: 19, width: 100, style: None }, Window 1 Cells { cells: [" ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " "], window_left: 0, window_top: 20, width: 100, style: None }, Window 1 Cells { cells: [" ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " "], window_left: 0, window_top: 21, width: 100, style: None }, Window 1 Cells { cells: [" ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " "], window_left: 0, window_top: 22, width: 100, style: None }, Window 1 Cells { cells: [" ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " "], window_left: 0, window_top: 23, width: 100, style: None }, Window 1 Cells { cells: [" ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " "], window_left: 0, window_top: 24, width: 100, style: None }, Window 1 Cells { cells: [" ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " "], window_left: 0, window_top: 25, width: 100, style: None }, Window 1 Cells { cells: [" ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " "], window_left: 0, window_top: 26, width: 100, style: None }, Window 1 Cells { cells: [" ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " "], window_left: 0, window_top: 27, width: 100, style: None }, Window 1 Cells { cells: [" ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " "], window_left: 0, window_top: 28, width: 100, style: None }, Window 1 Cells { cells: [" ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " "], window_left: 0, window_top: 29, width: 100, style: None }, Window 1 Cells { cells: [" ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " "], window_left: 0, window_top: 30, width: 100, style: None }, Window 1 Cells { cells: [" ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " "], window_left: 0, window_top: 31, width: 100, style: None }, Window 1 Cells { cells: [" ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " "], window_left: 0, window_top: 32, width: 100, style: None }, Window 1 Cells { cells: [" ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " "], window_left: 0, window_top: 33, width: 100, style: None }, Window 1 Cells { cells: [" ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " "], window_left: 0, window_top: 34, width: 100, style: None }, Window 1 Cells { cells: [" ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " "], window_left: 0, window_top: 35, width: 100, style: None }, Window 1 Cells { cells: [" ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " "], window_left: 0, window_top: 36, width: 100, style: None }, Window 1 Cells { cells: [" ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " "], window_left: 0, window_top: 37, width: 100, style: None }, Window 1 Cells { cells: [" ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " "], window_left: 0, window_top: 38, width: 100, style: None }, Window 1 Cells { cells: [" ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " "], window_left: 0, window_top: 39, width: 100, style: None }, Window 1 Cells { cells: [" ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " "], window_left: 0, window_top: 40, width: 100, style: None }, Window 1 Cells { cells: [" ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " "], window_left: 0, window_top: 41, width: 100, style: None }, Window 1 Cells { cells: [" ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " "], window_left: 0, window_top: 42, width: 100, style: None }, Window 1 Cells { cells: [" ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " "], window_left: 0, window_top: 43, width: 100, style: None }, Window 1 Cells { cells: [" ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " "], window_left: 0, window_top: 44, width: 100, style: None }, Window 1 Cells { cells: [" ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " "], window_left: 0, window_top: 45, width: 100, style: None }, Window 1 Cells { cells: [" ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " "], window_left: 0, window_top: 46, width: 100, style: None }, Window 1 Cells { cells: [" ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " "], window_left: 0, window_top: 47, width: 100, style: None }, Window 1 Cells { cells: [" ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " "], window_left: 0, window_top: 48, width: 100, style: None }, Window 1 Cells { cells: [" ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " "], window_left: 0, window_top: 49, width: 100, style: None }, DefaultStyleChanged, DefaultStyleChanged, ModeChanged, UpdateCursor]
TRACE [neovide::redraw_scheduler] Next frame queued
INFO [neovide::window::window_wrapper] window created
TRACE [neovide::channel_utils] ui_command FocusGained
TRACE [neovide::redraw_scheduler] Next frame queued
TRACE [neovide::redraw_scheduler] Next frame queued
TRACE [neovide::redraw_scheduler] Next frame queued
DEBUG [neovide::window::window_wrapper] Render Triggered
TRACE [neovide::renderer] Drawing Frame
Kethku commented 1 year ago

Closing as stale. This likely works on current release