Skip to content

Instantly share code, notes, and snippets.

@oalders
Created July 11, 2023 18:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oalders/58977120631e5fa157f93be4427472d1 to your computer and use it in GitHub Desktop.
Save oalders/58977120631e5fa157f93be4427472d1 to your computer and use it in GitHub Desktop.
wezterm debugging part deux
14:20:54.310 TRACE config::config > consider config: /home/olaf/.wezterm.lua
14:20:54.310 TRACE config::config > consider config: /home/olaf/.config/wezterm/wezterm.lua
14:20:54.311 TRACE async_io::driver > block_on()
14:20:54.337 TRACE async_io::driver > block_on: completed
14:20:54.337 TRACE polling::epoll > add: epoll_fd=5, fd=7, ev=Event { key: 18446744073709551615, readable: false, writable: false }
14:20:54.337 TRACE polling::epoll > add: epoll_fd=5, fd=6, ev=Event { key: 18446744073709551615, readable: true, writable: false }
14:20:54.337 TRACE polling::epoll > new: epoll_fd=5, event_fd=6, timer_fd=Some(7)
14:20:54.337 TRACE async_io::driver > main_loop: waiting on I/O
14:20:54.337 TRACE async_io::reactor > process_timers: 0 ready wakers
14:20:54.337 TRACE polling > Poller::wait(_, None)
14:20:54.337 TRACE polling::epoll > wait: epoll_fd=5, timeout=None
14:20:54.337 TRACE polling::epoll > modify: epoll_fd=5, fd=7, ev=Event { key: 18446744073709551615, readable: true, writable: false }
14:20:54.388 DEBUG config > Reloaded configuration! generation=1
14:20:54.389 TRACE mio::poll > registering event source with poller: token=Token(0), interests=READABLE
14:20:54.390 TRACE wezterm_gui > Using configuration: ConfigHandle {
config: Config {
font_size: 14.0,
line_height: 1.0,
cell_width: 1.0,
cursor_thickness: None,
underline_thickness: None,
underline_position: None,
strikethrough_position: None,
allow_square_glyphs_to_overflow_width: WhenFollowedBySpace,
window_decorations: TITLE | RESIZE,
integrated_title_buttons: [
Hide,
Maximize,
Close,
],
log_unknown_escape_sequences: false,
integrated_title_button_alignment: Right,
integrated_title_button_style: Windows,
integrated_title_button_color: Auto,
font_dirs: [],
color_scheme_dirs: [],
dpi: None,
font: TextStyle {
font: [
FontAttributes {
family: "JetBrainsMono Nerd Font",
weight: FontWeight(
400,
),
stretch: Normal,
style: Normal,
is_fallback: false,
is_synthetic: false,
harfbuzz_features: None,
freetype_load_target: None,
freetype_render_target: None,
freetype_load_flags: None,
scale: None,
assume_emoji_presentation: None,
},
],
foreground: None,
},
font_rules: [
StyleRule {
intensity: Some(
Half,
),
underline: None,
italic: Some(
true,
),
blink: None,
reverse: None,
strikethrough: None,
invisible: None,
font: TextStyle {
font: [
FontAttributes {
family: "JetBrainsMono Nerd Font",
weight: FontWeight(
200,
),
stretch: Normal,
style: Italic,
is_fallback: false,
is_synthetic: true,
harfbuzz_features: None,
freetype_load_target: None,
freetype_render_target: None,
freetype_load_flags: None,
scale: None,
assume_emoji_presentation: None,
},
],
foreground: None,
},
},
StyleRule {
intensity: Some(
Half,
),
underline: None,
italic: Some(
false,
),
blink: None,
reverse: None,
strikethrough: None,
invisible: None,
font: TextStyle {
font: [
FontAttributes {
family: "JetBrainsMono Nerd Font",
weight: FontWeight(
200,
),
stretch: Normal,
style: Normal,
is_fallback: false,
is_synthetic: true,
harfbuzz_features: None,
freetype_load_target: None,
freetype_render_target: None,
freetype_load_flags: None,
scale: None,
assume_emoji_presentation: None,
},
],
foreground: None,
},
},
StyleRule {
intensity: Some(
Bold,
),
underline: None,
italic: Some(
false,
),
blink: None,
reverse: None,
strikethrough: None,
invisible: None,
font: TextStyle {
font: [
FontAttributes {
family: "JetBrainsMono Nerd Font",
weight: FontWeight(
600,
),
stretch: Normal,
style: Normal,
is_fallback: false,
is_synthetic: true,
harfbuzz_features: None,
freetype_load_target: None,
freetype_render_target: None,
freetype_load_flags: None,
scale: None,
assume_emoji_presentation: None,
},
],
foreground: None,
},
},
StyleRule {
intensity: Some(
Bold,
),
underline: None,
italic: Some(
true,
),
blink: None,
reverse: None,
strikethrough: None,
invisible: None,
font: TextStyle {
font: [
FontAttributes {
family: "JetBrainsMono Nerd Font",
weight: FontWeight(
600,
),
stretch: Normal,
style: Italic,
is_fallback: false,
is_synthetic: true,
harfbuzz_features: None,
freetype_load_target: None,
freetype_render_target: None,
freetype_load_flags: None,
scale: None,
assume_emoji_presentation: None,
},
],
foreground: None,
},
},
StyleRule {
intensity: Some(
Normal,
),
underline: None,
italic: Some(
true,
),
blink: None,
reverse: None,
strikethrough: None,
invisible: None,
font: TextStyle {
font: [
FontAttributes {
family: "JetBrainsMono Nerd Font",
weight: FontWeight(
400,
),
stretch: Normal,
style: Italic,
is_fallback: false,
is_synthetic: true,
harfbuzz_features: None,
freetype_load_target: None,
freetype_render_target: None,
freetype_load_flags: None,
scale: None,
assume_emoji_presentation: None,
},
],
foreground: None,
},
},
],
bold_brightens_ansi_colors: BrightAndBold,
colors: Some(
Palette {
foreground: None,
background: None,
cursor_fg: None,
cursor_bg: Some(
RgbaColor {
color: SrgbaTuple(
0.7058824,
0.5568628,
0.6784314,
1.0,
),
},
),
cursor_border: None,
selection_fg: None,
selection_bg: None,
ansi: None,
brights: None,
indexed: {},
tab_bar: Some(
TabBarColors {
background: None,
active_tab: Some(
TabBarColor {
intensity: Normal,
underline: None,
italic: false,
strikethrough: false,
bg_color: RgbaColor {
color: SrgbaTuple(
0.47058824,
0.75686276,
0.8235294,
1.0,
),
},
fg_color: RgbaColor {
color: SrgbaTuple(
0.2509804,
0.3019608,
0.37254903,
1.0,
),
},
},
),
inactive_tab: Some(
TabBarColor {
intensity: Normal,
underline: None,
italic: false,
strikethrough: false,
bg_color: RgbaColor {
color: SrgbaTuple(
0.32941177,
0.45490196,
0.54901963,
1.0,
),
},
fg_color: RgbaColor {
color: SrgbaTuple(
0.8156863,
0.8156863,
0.8156863,
1.0,
),
},
},
),
inactive_tab_hover: None,
new_tab: Some(
TabBarColor {
intensity: Normal,
underline: None,
italic: false,
strikethrough: false,
bg_color: RgbaColor {
color: SrgbaTuple(
0.32941177,
0.45490196,
0.54901963,
1.0,
),
},
fg_color: RgbaColor {
color: SrgbaTuple(
0.8156863,
0.8156863,
0.8156863,
1.0,
),
},
},
),
new_tab_hover: None,
inactive_tab_edge: None,
inactive_tab_edge_hover: None,
},
),
scrollbar_thumb: None,
split: None,
visual_bell: None,
compose_cursor: None,
copy_mode_active_highlight_fg: None,
copy_mode_active_highlight_bg: None,
copy_mode_inactive_highlight_fg: None,
copy_mode_inactive_highlight_bg: None,
quick_select_label_fg: None,
quick_select_label_bg: None,
quick_select_match_fg: None,
quick_select_match_bg: None,
},
),
switch_to_last_active_tab_when_closing_tab: false,
window_frame: WindowFrameConfig {
inactive_titlebar_bg: RgbColor {
bits: 3355443,
},
active_titlebar_bg: RgbColor {
bits: 3355443,
},
inactive_titlebar_fg: RgbColor {
bits: 13421772,
},
active_titlebar_fg: RgbColor {
bits: 16777215,
},
inactive_titlebar_border_bottom: RgbColor {
bits: 2826306,
},
active_titlebar_border_bottom: RgbColor {
bits: 2826306,
},
button_fg: RgbColor {
bits: 13421772,
},
button_bg: RgbColor {
bits: 3355443,
},
button_hover_fg: RgbColor {
bits: 16777215,
},
button_hover_bg: RgbColor {
bits: 2039583,
},
font: None,
font_size: None,
border_left_width: Pixels(
0.0,
),
border_right_width: Pixels(
0.0,
),
border_top_height: Pixels(
0.0,
),
border_bottom_height: Pixels(
0.0,
),
border_left_color: None,
border_right_color: None,
border_top_color: None,
border_bottom_color: None,
},
char_select_font_size: 18.0,
char_select_fg_color: RgbaColor {
color: SrgbaTuple(
0.75,
0.75,
0.75,
1.0,
),
},
char_select_bg_color: RgbaColor {
color: SrgbaTuple(
0.2,
0.2,
0.2,
1.0,
),
},
command_palette_font_size: 14.0,
command_palette_fg_color: RgbaColor {
color: SrgbaTuple(
0.75,
0.75,
0.75,
1.0,
),
},
command_palette_bg_color: RgbaColor {
color: SrgbaTuple(
0.2,
0.2,
0.2,
1.0,
),
},
pane_select_font_size: 36.0,
pane_select_fg_color: RgbaColor {
color: SrgbaTuple(
0.75,
0.75,
0.75,
1.0,
),
},
pane_select_bg_color: RgbaColor {
color: SrgbaTuple(
0.0,
0.0,
0.0,
0.5,
),
},
tab_bar_style: TabBarStyle {
new_tab: " + ",
new_tab_hover: " + ",
window_hide: " . ",
window_hide_hover: " . ",
window_maximize: " - ",
window_maximize_hover: " - ",
window_close: " X ",
window_close_hover: " X ",
},
resolved_palette: Palette {
foreground: Some(
RgbaColor {
color: SrgbaTuple(
0.84705883,
0.87058824,
0.9137255,
1.0,
),
},
),
background: Some(
RgbaColor {
color: SrgbaTuple(
0.18039216,
0.20392157,
0.2509804,
1.0,
),
},
),
cursor_fg: Some(
RgbaColor {
color: SrgbaTuple(
0.15686275,
0.15686275,
0.15686275,
1.0,
),
},
),
cursor_bg: Some(
RgbaColor {
color: SrgbaTuple(
0.7058824,
0.5568628,
0.6784314,
1.0,
),
},
),
cursor_border: Some(
RgbaColor {
color: SrgbaTuple(
0.9254902,
0.9372549,
0.95686275,
1.0,
),
},
),
selection_fg: Some(
RgbaColor {
color: SrgbaTuple(
0.29803923,
0.3372549,
0.41568628,
1.0,
),
},
),
selection_bg: Some(
RgbaColor {
color: SrgbaTuple(
0.9254902,
0.9372549,
0.95686275,
1.0,
),
},
),
ansi: Some(
[
RgbaColor {
color: SrgbaTuple(
0.23137255,
0.25882354,
0.32156864,
1.0,
),
},
RgbaColor {
color: SrgbaTuple(
0.7490196,
0.38039216,
0.41568628,
1.0,
),
},
RgbaColor {
color: SrgbaTuple(
0.6392157,
0.74509805,
0.54901963,
1.0,
),
},
RgbaColor {
color: SrgbaTuple(
0.92156863,
0.79607844,
0.54509807,
1.0,
),
},
RgbaColor {
color: SrgbaTuple(
0.5058824,
0.6313726,
0.75686276,
1.0,
),
},
RgbaColor {
color: SrgbaTuple(
0.7058824,
0.5568628,
0.6784314,
1.0,
),
},
RgbaColor {
color: SrgbaTuple(
0.53333336,
0.7529412,
0.8156863,
1.0,
),
},
RgbaColor {
color: SrgbaTuple(
0.8980392,
0.9137255,
0.9411765,
1.0,
),
},
],
),
brights: Some(
[
RgbaColor {
color: SrgbaTuple(
0.29803923,
0.3372549,
0.41568628,
1.0,
),
},
RgbaColor {
color: SrgbaTuple(
0.7490196,
0.38039216,
0.41568628,
1.0,
),
},
RgbaColor {
color: SrgbaTuple(
0.6392157,
0.74509805,
0.54901963,
1.0,
),
},
RgbaColor {
color: SrgbaTuple(
0.92156863,
0.79607844,
0.54509807,
1.0,
),
},
RgbaColor {
color: SrgbaTuple(
0.5058824,
0.6313726,
0.75686276,
1.0,
),
},
RgbaColor {
color: SrgbaTuple(
0.7058824,
0.5568628,
0.6784314,
1.0,
),
},
RgbaColor {
color: SrgbaTuple(
0.56078434,
0.7372549,
0.73333335,
1.0,
),
},
RgbaColor {
color: SrgbaTuple(
0.9254902,
0.9372549,
0.95686275,
1.0,
),
},
],
),
indexed: {},
tab_bar: Some(
TabBarColors {
background: None,
active_tab: Some(
TabBarColor {
intensity: Normal,
underline: None,
italic: false,
strikethrough: false,
bg_color: RgbaColor {
color: SrgbaTuple(
0.47058824,
0.75686276,
0.8235294,
1.0,
),
},
fg_color: RgbaColor {
color: SrgbaTuple(
0.2509804,
0.3019608,
0.37254903,
1.0,
),
},
},
),
inactive_tab: Some(
TabBarColor {
intensity: Normal,
underline: None,
italic: false,
strikethrough: false,
bg_color: RgbaColor {
color: SrgbaTuple(
0.32941177,
0.45490196,
0.54901963,
1.0,
),
},
fg_color: RgbaColor {
color: SrgbaTuple(
0.8156863,
0.8156863,
0.8156863,
1.0,
),
},
},
),
inactive_tab_hover: None,
new_tab: Some(
TabBarColor {
intensity: Normal,
underline: None,
italic: false,
strikethrough: false,
bg_color: RgbaColor {
color: SrgbaTuple(
0.32941177,
0.45490196,
0.54901963,
1.0,
),
},
fg_color: RgbaColor {
color: SrgbaTuple(
0.8156863,
0.8156863,
0.8156863,
1.0,
),
},
},
),
new_tab_hover: None,
inactive_tab_edge: None,
inactive_tab_edge_hover: None,
},
),
scrollbar_thumb: None,
split: None,
visual_bell: None,
compose_cursor: None,
copy_mode_active_highlight_fg: None,
copy_mode_active_highlight_bg: None,
copy_mode_inactive_highlight_fg: None,
copy_mode_inactive_highlight_bg: None,
quick_select_label_fg: None,
quick_select_label_bg: None,
quick_select_match_fg: None,
quick_select_match_bg: None,
},
color_scheme: Some(
"nord",
),
color_schemes: {},
scrollback_lines: 3500,
default_prog: None,
default_gui_startup_args: [
"start",
],
default_cwd: None,
exit_behavior: Close,
exit_behavior_messaging: Verbose,
clean_exit_codes: [],
detect_password_input: true,
set_environment_variables: {},
initial_rows: 24,
enable_kitty_graphics: true,
enable_kitty_keyboard: false,
enable_title_reporting: false,
initial_cols: 80,
hyperlink_rules: [
Rule {
regex: \((\w+://\S+)\),
format: "$1",
highlight: 1,
},
Rule {
regex: \[(\w+://\S+)\],
format: "$1",
highlight: 1,
},
Rule {
regex: <(\w+://\S+)>,
format: "$1",
highlight: 1,
},
Rule {
regex: \b\w+://\S+[)/a-zA-Z0-9-]+,
format: "$0",
highlight: 0,
},
Rule {
regex: \b\w+@[\w-]+(\.[\w-]+)+\b,
format: "mailto:$0",
highlight: 0,
},
],
term: "xterm-256color",
font_locator: FontConfig,
font_rasterizer: FreeType,
font_shaper: Harfbuzz,
display_pixel_geometry: RGB,
freetype_load_target: Normal,
freetype_render_target: None,
freetype_load_flags: DEFAULT,
freetype_interpreter_version: None,
freetype_pcf_long_family_names: false,
harfbuzz_features: [
"kern",
"liga",
"clig",
],
front_end: WebGpu,
webgpu_power_preference: LowPower,
webgpu_force_fallback_adapter: false,
webgpu_preferred_adapter: None,
wsl_domains: None,
exec_domains: [],
serial_ports: [],
unix_domains: [
UnixDomain {
name: "unix",
socket_path: None,
connect_automatically: false,
no_serve_automatically: false,
serve_command: None,
proxy_command: None,
skip_permissions_check: false,
read_timeout: 60s,
write_timeout: 60s,
local_echo_threshold_ms: None,
overlay_lag_indicator: false,
},
],
ssh_domains: None,
ssh_backend: LibSsh,
tls_servers: [],
tls_clients: [],
ratelimit_mux_line_prefetches_per_second: 50,
mux_output_parser_buffer_size: 131072,
mux_output_parser_coalesce_delay_ms: 3,
mux_env_remove: [
"SSH_AUTH_SOCK",
"SSH_CLIENT",
"SSH_CONNECTION",
],
keys: [],
key_tables: {},
bypass_mouse_reporting_modifiers: SHIFT,
debug_key_events: false,
normalize_output_to_unicode_nfc: false,
disable_default_key_bindings: false,
leader: None,
disable_default_quick_select_patterns: false,
quick_select_patterns: [],
quick_select_alphabet: "asdfqwerzxcvjklmiuopghtybn",
mouse_bindings: [],
disable_default_mouse_bindings: false,
daemon_options: DaemonOptions {
pid_file: None,
stdout: None,
stderr: None,
},
send_composed_key_when_left_alt_is_pressed: false,
send_composed_key_when_right_alt_is_pressed: true,
macos_forward_to_ime_modifier_mask: SHIFT,
treat_left_ctrlalt_as_altgr: false,
swap_backspace_and_delete: false,
enable_tab_bar: true,
use_fancy_tab_bar: true,
tab_bar_at_bottom: false,
mouse_wheel_scrolls_tabs: true,
show_tab_index_in_tab_bar: true,
show_tabs_in_tab_bar: true,
show_new_tab_button_in_tab_bar: true,
tab_and_split_indices_are_zero_based: false,
tab_max_width: 16,
hide_tab_bar_if_only_one_tab: false,
enable_scroll_bar: false,
min_scroll_bar_height: Cells(
0.5,
),
enable_wayland: true,
enable_zwlr_output_manager: false,
prefer_egl: true,
custom_block_glyphs: true,
anti_alias_custom_block_glyphs: true,
window_padding: WindowPadding {
left: Cells(
1.0,
),
top: Cells(
0.5,
),
right: Cells(
1.0,
),
bottom: Cells(
0.5,
),
},
window_background_image: None,
window_background_gradient: None,
window_background_image_hsb: None,
foreground_text_hsb: HsbTransform {
hue: 1.0,
saturation: 1.0,
brightness: 1.0,
},
background: [],
macos_window_background_blur: 0,
win32_system_backdrop: Auto,
win32_acrylic_accent_color: RgbaColor {
color: SrgbaTuple(
0.156863,
0.156863,
0.156863,
0.003922,
),
},
window_background_opacity: 1.0,
inactive_pane_hsb: HsbTransform {
hue: 1.0,
saturation: 0.9,
brightness: 0.8,
},
text_background_opacity: 1.0,
cursor_blink_rate: 800,
cursor_blink_ease_in: Linear,
cursor_blink_ease_out: Linear,
animation_fps: 10,
force_reverse_video_cursor: false,
default_cursor_style: SteadyBlock,
text_blink_rate: 500,
text_blink_ease_in: Linear,
text_blink_ease_out: Linear,
text_blink_rate_rapid: 250,
text_blink_rapid_ease_in: Linear,
text_blink_rapid_ease_out: Linear,
hide_mouse_cursor_when_typing: true,
periodic_stat_logging: 0,
scroll_to_bottom_on_input: true,
use_ime: true,
xim_im_name: None,
ime_preedit_rendering: Builtin,
use_dead_keys: true,
launch_menu: [],
use_box_model_render: false,
automatically_reload_config: true,
check_for_updates: true,
show_update_window: false,
check_for_updates_interval_seconds: 86400,
enable_csi_u_key_encoding: false,
window_close_confirmation: AlwaysPrompt,
native_macos_fullscreen_mode: false,
selection_word_boundary: " \t\n{[}]()\"'`",
enq_answerback: "",
adjust_window_size_when_changing_font_size: None,
tiling_desktop_environments: [
"X11 LG3D",
"X11 bspwm",
"X11 i3",
"X11 dwm",
],
use_resize_increments: false,
alternate_buffer_wheel_scroll_speed: 3,
status_update_interval: 1000,
experimental_pixel_positioning: false,
bidi_enabled: false,
bidi_direction: LeftToRight,
skip_close_confirmation_for_processes_named: [
"bash",
"sh",
"zsh",
"fish",
"tmux",
"nu",
"nu.exe",
"cmd.exe",
"pwsh.exe",
"powershell.exe",
],
quit_when_all_windows_are_closed: true,
warn_about_missing_glyphs: true,
sort_fallback_fonts_by_coverage: false,
search_font_dirs_for_fallback: false,
use_cap_height_to_scale_fallback_fonts: false,
swallow_mouse_click_on_pane_focus: false,
swallow_mouse_click_on_window_focus: false,
pane_focus_follows_mouse: false,
unzoom_on_switch_pane: true,
max_fps: 60,
shape_cache_size: 1024,
line_state_cache_size: 1024,
line_quad_cache_size: 1024,
line_to_ele_shape_cache_size: 1024,
glyph_cache_image_cache_size: 256,
visual_bell: VisualBell {
fade_in_duration_ms: 0,
fade_in_function: Ease,
fade_out_duration_ms: 0,
fade_out_function: Ease,
target: BackgroundColor,
},
audible_bell: SystemBeep,
canonicalize_pasted_newlines: None,
unicode_version: 9,
treat_east_asian_ambiguous_width_as_wide: false,
allow_download_protocols: true,
allow_win32_input_mode: true,
default_domain: None,
default_workspace: None,
xcursor_theme: None,
xcursor_size: None,
key_map_preference: Mapped,
quote_dropped_files: SpacesOnly,
ui_key_cap_rendering: UnixLong,
palette_max_key_assigments_for_action: 1,
ulimit_nofile: 2048,
ulimit_nproc: 2048,
},
generation: 1,
}
opts: Opt {
skip_config: false,
config_file: None,
config_override: [],
attach_parent_console: false,
cmd: None,
}
14:20:54.391 TRACE wezterm_gui > TryPathOrPublish("/run/user/1000/wezterm/gui-sock-3149")
14:20:54.391 TRACE mux::connui > Output: [Text("Connect to Socket(\"/run/user/1000/wezterm/gui-sock-3149\")\r\n")]
14:20:54.391 TRACE wezterm_client::client > connect to Socket("/run/user/1000/wezterm/gui-sock-3149")
14:20:54.391 TRACE wezterm_gui > failed to connect to Socket("/run/user/1000/wezterm/gui-sock-3149"): connecting to /run/user/1000/wezterm/gui-sock-3149
14:20:54.418 DEBUG window::os::x_and_wayland > Using wayland connection!
14:20:54.418 TRACE config::config > Note: WEZTERM_CONFIG_FILE is set in the environment
14:20:54.418 TRACE config::config > consider config: /home/olaf/.config/wezterm/wezterm.lua
14:20:54.419 TRACE async_io::driver > block_on()
14:20:54.454 TRACE async_io::driver > block_on: completed
14:20:54.459 DEBUG config > Reloaded configuration! generation=2
14:20:54.459 TRACE mio::poll > registering event source with poller: token=Token(4294967292), interests=READABLE
14:20:54.459 TRACE mio::poll > registering event source with poller: token=Token(4294967293), interests=READABLE
14:20:54.464 TRACE wezterm_mux_server_impl::local > setting up /run/user/1000/wezterm/gui-sock-3370
14:20:54.479 TRACE polling::epoll > add: epoll_fd=5, fd=23, ev=Event { key: 0, readable: false, writable: false }
14:20:54.479 TRACE polling::epoll > modify: epoll_fd=5, fd=23, ev=Event { key: 0, readable: false, writable: true }
14:20:54.479 TRACE polling::epoll > new events: epoll_fd=5, res=1
14:20:54.479 TRACE polling::epoll > modify: epoll_fd=5, fd=6, ev=Event { key: 18446744073709551615, readable: true, writable: false }
14:20:54.479 TRACE async_io::reactor > react: 1 ready wakers
14:20:54.479 TRACE async_io::driver > main_loop: waiting on I/O
14:20:54.479 TRACE async_io::reactor > process_timers: 0 ready wakers
14:20:54.480 TRACE polling > Poller::wait(_, None)
14:20:54.480 TRACE polling::epoll > wait: epoll_fd=5, timeout=None
14:20:54.480 TRACE polling::epoll > modify: epoll_fd=5, fd=7, ev=Event { key: 18446744073709551615, readable: true, writable: false }
14:20:54.911 TRACE mux > read_pty pane 0 read 346 bytes
14:20:54.915 DEBUG wezterm_term::terminalstate::performer > perform CSI(Mode(SetDecPrivateMode(Code(BracketedPaste))))
14:20:54.915 DEBUG wezterm_term::terminalstate::performer > perform CSI(Sgr(Background(TrueColor(SrgbaTuple(0.29803923, 0.3372549, 0.41568628, 1.0)))))
14:20:54.915 DEBUG wezterm_term::terminalstate > Background(TrueColor(SrgbaTuple(0.29803923, 0.3372549, 0.41568628, 1.0)))
14:20:54.915 DEBUG wezterm_term::terminalstate::performer > perform CSI(Sgr(Foreground(TrueColor(SrgbaTuple(0.53333336, 0.7529412, 0.8156863, 1.0)))))
14:20:54.915 DEBUG wezterm_term::terminalstate > Foreground(TrueColor(SrgbaTuple(0.53333336, 0.7529412, 0.8156863, 1.0)))
14:20:54.915 DEBUG wezterm_term::terminalstate::performer > perform PrintString(" \u{f306} ")
14:20:54.915 DEBUG wezterm_term::terminalstate::performer > perform CSI(Sgr(Reset))
14:20:54.915 TRACE wezterm_term::terminalstate::performer > print x=0 y=0 print_width=1 width=80 cell= CellAttributes { attributes: 0, intensity: Normal, underline: None, blink: None, italic: false, reverse: false, strikethrough: false, invisible: false, wrapped: false, overline: false, semantic_type: Output, foreground: Default, background: Default, fat: Some(FatAttributes { hyperlink: None, image: [], underline_color: Default, foreground: TrueColorWithDefaultFallback(SrgbaTuple(0.53333336, 0.7529412, 0.8156863, 1.0)), background: TrueColorWithDefaultFallback(SrgbaTuple(0.29803923, 0.3372549, 0.41568628, 1.0)) }) }
14:20:54.915 TRACE wezterm_term::terminalstate::performer > print x=1 y=0 print_width=1 width=80 cell= CellAttributes { attributes: 0, intensity: Normal, underline: None, blink: None, italic: false, reverse: false, strikethrough: false, invisible: false, wrapped: false, overline: false, semantic_type: Output, foreground: Default, background: Default, fat: Some(FatAttributes { hyperlink: None, image: [], underline_color: Default, foreground: TrueColorWithDefaultFallback(SrgbaTuple(0.53333336, 0.7529412, 0.8156863, 1.0)), background: TrueColorWithDefaultFallback(SrgbaTuple(0.29803923, 0.3372549, 0.41568628, 1.0)) }) }
14:20:54.915 TRACE wezterm_term::terminalstate::performer > print x=2 y=0 print_width=1 width=80 cell= CellAttributes { attributes: 0, intensity: Normal, underline: None, blink: None, italic: false, reverse: false, strikethrough: false, invisible: false, wrapped: false, overline: false, semantic_type: Output, foreground: Default, background: Default, fat: Some(FatAttributes { hyperlink: None, image: [], underline_color: Default, foreground: TrueColorWithDefaultFallback(SrgbaTuple(0.53333336, 0.7529412, 0.8156863, 1.0)), background: TrueColorWithDefaultFallback(SrgbaTuple(0.29803923, 0.3372549, 0.41568628, 1.0)) }) }
14:20:54.915 DEBUG wezterm_term::terminalstate > Reset
14:20:54.915 DEBUG wezterm_term::terminalstate::performer > perform CSI(Sgr(Background(TrueColor(SrgbaTuple(0.37254903, 0.5058824, 0.6156863, 1.0)))))
14:20:54.915 DEBUG wezterm_term::terminalstate > Background(TrueColor(SrgbaTuple(0.37254903, 0.5058824, 0.6156863, 1.0)))
14:20:54.916 DEBUG wezterm_term::terminalstate::performer > perform CSI(Sgr(Foreground(TrueColor(SrgbaTuple(0.29803923, 0.3372549, 0.41568628, 1.0)))))
14:20:54.916 DEBUG wezterm_term::terminalstate > Foreground(TrueColor(SrgbaTuple(0.29803923, 0.3372549, 0.41568628, 1.0)))
14:20:54.916 DEBUG wezterm_term::terminalstate::performer > perform Print('\u{e0b0}')
14:20:54.916 DEBUG wezterm_term::terminalstate::performer > perform CSI(Sgr(Reset))
14:20:54.916 TRACE wezterm_term::terminalstate::performer > print x=3 y=0 print_width=1 width=80 cell= CellAttributes { attributes: 0, intensity: Normal, underline: None, blink: None, italic: false, reverse: false, strikethrough: false, invisible: false, wrapped: false, overline: false, semantic_type: Output, foreground: Default, background: Default, fat: Some(FatAttributes { hyperlink: None, image: [], underline_color: Default, foreground: TrueColorWithDefaultFallback(SrgbaTuple(0.29803923, 0.3372549, 0.41568628, 1.0)), background: TrueColorWithDefaultFallback(SrgbaTuple(0.37254903, 0.5058824, 0.6156863, 1.0)) }) }
14:20:54.916 DEBUG wezterm_term::terminalstate > Reset
14:20:54.916 DEBUG wezterm_term::terminalstate::performer > perform CSI(Sgr(Background(TrueColor(SrgbaTuple(0.37254903, 0.5058824, 0.6156863, 1.0)))))
14:20:54.916 DEBUG wezterm_term::terminalstate > Background(TrueColor(SrgbaTuple(0.37254903, 0.5058824, 0.6156863, 1.0)))
14:20:54.916 DEBUG wezterm_term::terminalstate::performer > perform CSI(Sgr(Foreground(TrueColor(SrgbaTuple(0.09803922, 0.20784314, 0.28627452, 1.0)))))
14:20:54.916 DEBUG wezterm_term::terminalstate > Foreground(TrueColor(SrgbaTuple(0.09803922, 0.20784314, 0.28627452, 1.0)))
14:20:54.916 DEBUG wezterm_term::terminalstate::performer > perform PrintString(" \u{f74a} ~ ")
14:20:54.916 DEBUG wezterm_term::terminalstate::performer > perform CSI(Sgr(Reset))
14:20:54.916 TRACE wezterm_term::terminalstate::performer > print x=4 y=0 print_width=1 width=80 cell= CellAttributes { attributes: 0, intensity: Normal, underline: None, blink: None, italic: false, reverse: false, strikethrough: false, invisible: false, wrapped: false, overline: false, semantic_type: Output, foreground: Default, background: Default, fat: Some(FatAttributes { hyperlink: None, image: [], underline_color: Default, foreground: TrueColorWithDefaultFallback(SrgbaTuple(0.09803922, 0.20784314, 0.28627452, 1.0)), background: TrueColorWithDefaultFallback(SrgbaTuple(0.37254903, 0.5058824, 0.6156863, 1.0)) }) }
14:20:54.916 TRACE wezterm_term::terminalstate::performer > print x=5 y=0 print_width=1 width=80 cell= CellAttributes { attributes: 0, intensity: Normal, underline: None, blink: None, italic: false, reverse: false, strikethrough: false, invisible: false, wrapped: false, overline: false, semantic_type: Output, foreground: Default, background: Default, fat: Some(FatAttributes { hyperlink: None, image: [], underline_color: Default, foreground: TrueColorWithDefaultFallback(SrgbaTuple(0.09803922, 0.20784314, 0.28627452, 1.0)), background: TrueColorWithDefaultFallback(SrgbaTuple(0.37254903, 0.5058824, 0.6156863, 1.0)) }) }
14:20:54.916 TRACE wezterm_term::terminalstate::performer > print x=6 y=0 print_width=1 width=80 cell= CellAttributes { attributes: 0, intensity: Normal, underline: None, blink: None, italic: false, reverse: false, strikethrough: false, invisible: false, wrapped: false, overline: false, semantic_type: Output, foreground: Default, background: Default, fat: Some(FatAttributes { hyperlink: None, image: [], underline_color: Default, foreground: TrueColorWithDefaultFallback(SrgbaTuple(0.09803922, 0.20784314, 0.28627452, 1.0)), background: TrueColorWithDefaultFallback(SrgbaTuple(0.37254903, 0.5058824, 0.6156863, 1.0)) }) }
14:20:54.916 TRACE wezterm_term::terminalstate::performer > print x=7 y=0 print_width=1 width=80 cell= CellAttributes { attributes: 0, intensity: Normal, underline: None, blink: None, italic: false, reverse: false, strikethrough: false, invisible: false, wrapped: false, overline: false, semantic_type: Output, foreground: Default, background: Default, fat: Some(FatAttributes { hyperlink: None, image: [], underline_color: Default, foreground: TrueColorWithDefaultFallback(SrgbaTuple(0.09803922, 0.20784314, 0.28627452, 1.0)), background: TrueColorWithDefaultFallback(SrgbaTuple(0.37254903, 0.5058824, 0.6156863, 1.0)) }) }
14:20:54.916 TRACE wezterm_term::terminalstate::performer > print x=8 y=0 print_width=1 width=80 cell=~ CellAttributes { attributes: 0, intensity: Normal, underline: None, blink: None, italic: false, reverse: false, strikethrough: false, invisible: false, wrapped: false, overline: false, semantic_type: Output, foreground: Default, background: Default, fat: Some(FatAttributes { hyperlink: None, image: [], underline_color: Default, foreground: TrueColorWithDefaultFallback(SrgbaTuple(0.09803922, 0.20784314, 0.28627452, 1.0)), background: TrueColorWithDefaultFallback(SrgbaTuple(0.37254903, 0.5058824, 0.6156863, 1.0)) }) }
14:20:54.916 TRACE wezterm_term::terminalstate::performer > print x=9 y=0 print_width=1 width=80 cell= CellAttributes { attributes: 0, intensity: Normal, underline: None, blink: None, italic: false, reverse: false, strikethrough: false, invisible: false, wrapped: false, overline: false, semantic_type: Output, foreground: Default, background: Default, fat: Some(FatAttributes { hyperlink: None, image: [], underline_color: Default, foreground: TrueColorWithDefaultFallback(SrgbaTuple(0.09803922, 0.20784314, 0.28627452, 1.0)), background: TrueColorWithDefaultFallback(SrgbaTuple(0.37254903, 0.5058824, 0.6156863, 1.0)) }) }
14:20:54.916 DEBUG wezterm_term::terminalstate > Reset
14:20:54.916 DEBUG wezterm_term::terminalstate::performer > perform CSI(Sgr(Foreground(TrueColor(SrgbaTuple(0.37254903, 0.5058824, 0.6156863, 1.0)))))
14:20:54.916 DEBUG wezterm_term::terminalstate > Foreground(TrueColor(SrgbaTuple(0.37254903, 0.5058824, 0.6156863, 1.0)))
14:20:54.917 DEBUG wezterm_term::terminalstate::performer > perform Print('\u{e0b0}')
14:20:54.917 DEBUG wezterm_term::terminalstate::performer > perform CSI(Sgr(Reset))
14:20:54.917 TRACE wezterm_term::terminalstate::performer > print x=10 y=0 print_width=1 width=80 cell= CellAttributes { attributes: 0, intensity: Normal, underline: None, blink: None, italic: false, reverse: false, strikethrough: false, invisible: false, wrapped: false, overline: false, semantic_type: Output, foreground: Default, background: Default, fat: Some(FatAttributes { hyperlink: None, image: [], underline_color: Default, foreground: TrueColorWithDefaultFallback(SrgbaTuple(0.37254903, 0.5058824, 0.6156863, 1.0)), background: Default }) }
14:20:54.917 DEBUG wezterm_term::terminalstate > Reset
14:20:54.917 DEBUG wezterm_term::terminalstate::performer > perform CSI(Sgr(Reset))
14:20:54.917 DEBUG wezterm_term::terminalstate > Reset
14:20:54.917 DEBUG wezterm_term::terminalstate::performer > perform CSI(Sgr(Foreground(TrueColor(SrgbaTuple(0.5137255, 0.4627451, 0.6117647, 1.0)))))
14:20:54.917 DEBUG wezterm_term::terminalstate > Foreground(TrueColor(SrgbaTuple(0.5137255, 0.4627451, 0.6117647, 1.0)))
14:20:54.917 DEBUG wezterm_term::terminalstate::performer > perform CSI(Sgr(Background(Default)))
14:20:54.917 DEBUG wezterm_term::terminalstate > Background(Default)
14:20:54.917 DEBUG wezterm_term::terminalstate::performer > perform CSI(Sgr(Inverse(true)))
14:20:54.917 DEBUG wezterm_term::terminalstate > Inverse(true)
14:20:54.917 DEBUG wezterm_term::terminalstate::performer > perform Print('\u{e0b0}')
14:20:54.917 DEBUG wezterm_term::terminalstate::performer > perform CSI(Sgr(Inverse(false)))
14:20:54.917 TRACE wezterm_term::terminalstate::performer > print x=11 y=0 print_width=1 width=80 cell= CellAttributes { attributes: 256, intensity: Normal, underline: None, blink: None, italic: false, reverse: true, strikethrough: false, invisible: false, wrapped: false, overline: false, semantic_type: Output, foreground: Default, background: Default, fat: Some(FatAttributes { hyperlink: None, image: [], underline_color: Default, foreground: TrueColorWithDefaultFallback(SrgbaTuple(0.5137255, 0.4627451, 0.6117647, 1.0)), background: Default }) }
14:20:54.917 DEBUG wezterm_term::terminalstate > Inverse(false)
14:20:54.917 DEBUG wezterm_term::terminalstate::performer > perform CSI(Sgr(Background(TrueColor(SrgbaTuple(0.5137255, 0.4627451, 0.6117647, 1.0)))))
14:20:54.917 DEBUG wezterm_term::terminalstate > Background(TrueColor(SrgbaTuple(0.5137255, 0.4627451, 0.6117647, 1.0)))
14:20:54.917 DEBUG wezterm_term::terminalstate::performer > perform CSI(Sgr(Foreground(TrueColor(SrgbaTuple(0.09803922, 0.20784314, 0.28627452, 1.0)))))
14:20:54.917 DEBUG wezterm_term::terminalstate > Foreground(TrueColor(SrgbaTuple(0.09803922, 0.20784314, 0.28627452, 1.0)))
14:20:54.918 DEBUG wezterm_term::terminalstate::performer > perform PrintString(" 羽0ms⠀")
14:20:54.918 DEBUG wezterm_term::terminalstate::performer > perform CSI(Sgr(Reset))
14:20:54.918 TRACE wezterm_term::terminalstate::performer > print x=12 y=0 print_width=1 width=80 cell= CellAttributes { attributes: 0, intensity: Normal, underline: None, blink: None, italic: false, reverse: false, strikethrough: false, invisible: false, wrapped: false, overline: false, semantic_type: Output, foreground: Default, background: Default, fat: Some(FatAttributes { hyperlink: None, image: [], underline_color: Default, foreground: TrueColorWithDefaultFallback(SrgbaTuple(0.09803922, 0.20784314, 0.28627452, 1.0)), background: TrueColorWithDefaultFallback(SrgbaTuple(0.5137255, 0.4627451, 0.6117647, 1.0)) }) }
14:20:54.918 TRACE wezterm_term::terminalstate::performer > print x=13 y=0 print_width=2 width=80 cell=羽 CellAttributes { attributes: 0, intensity: Normal, underline: None, blink: None, italic: false, reverse: false, strikethrough: false, invisible: false, wrapped: false, overline: false, semantic_type: Output, foreground: Default, background: Default, fat: Some(FatAttributes { hyperlink: None, image: [], underline_color: Default, foreground: TrueColorWithDefaultFallback(SrgbaTuple(0.09803922, 0.20784314, 0.28627452, 1.0)), background: TrueColorWithDefaultFallback(SrgbaTuple(0.5137255, 0.4627451, 0.6117647, 1.0)) }) }
14:20:54.918 TRACE wezterm_term::terminalstate::performer > print x=15 y=0 print_width=1 width=80 cell=0 CellAttributes { attributes: 0, intensity: Normal, underline: None, blink: None, italic: false, reverse: false, strikethrough: false, invisible: false, wrapped: false, overline: false, semantic_type: Output, foreground: Default, background: Default, fat: Some(FatAttributes { hyperlink: None, image: [], underline_color: Default, foreground: TrueColorWithDefaultFallback(SrgbaTuple(0.09803922, 0.20784314, 0.28627452, 1.0)), background: TrueColorWithDefaultFallback(SrgbaTuple(0.5137255, 0.4627451, 0.6117647, 1.0)) }) }
14:20:54.918 TRACE wezterm_term::terminalstate::performer > print x=16 y=0 print_width=1 width=80 cell=m CellAttributes { attributes: 0, intensity: Normal, underline: None, blink: None, italic: false, reverse: false, strikethrough: false, invisible: false, wrapped: false, overline: false, semantic_type: Output, foreground: Default, background: Default, fat: Some(FatAttributes { hyperlink: None, image: [], underline_color: Default, foreground: TrueColorWithDefaultFallback(SrgbaTuple(0.09803922, 0.20784314, 0.28627452, 1.0)), background: TrueColorWithDefaultFallback(SrgbaTuple(0.5137255, 0.4627451, 0.6117647, 1.0)) }) }
14:20:54.918 TRACE wezterm_term::terminalstate::performer > print x=17 y=0 print_width=1 width=80 cell=s CellAttributes { attributes: 0, intensity: Normal, underline: None, blink: None, italic: false, reverse: false, strikethrough: false, invisible: false, wrapped: false, overline: false, semantic_type: Output, foreground: Default, background: Default, fat: Some(FatAttributes { hyperlink: None, image: [], underline_color: Default, foreground: TrueColorWithDefaultFallback(SrgbaTuple(0.09803922, 0.20784314, 0.28627452, 1.0)), background: TrueColorWithDefaultFallback(SrgbaTuple(0.5137255, 0.4627451, 0.6117647, 1.0)) }) }
14:20:54.918 TRACE wezterm_term::terminalstate::performer > print x=18 y=0 print_width=1 width=80 cell=⠀ CellAttributes { attributes: 0, intensity: Normal, underline: None, blink: None, italic: false, reverse: false, strikethrough: false, invisible: false, wrapped: false, overline: false, semantic_type: Output, foreground: Default, background: Default, fat: Some(FatAttributes { hyperlink: None, image: [], underline_color: Default, foreground: TrueColorWithDefaultFallback(SrgbaTuple(0.09803922, 0.20784314, 0.28627452, 1.0)), background: TrueColorWithDefaultFallback(SrgbaTuple(0.5137255, 0.4627451, 0.6117647, 1.0)) }) }
14:20:54.918 DEBUG wezterm_term::terminalstate > Reset
14:20:54.918 DEBUG wezterm_term::terminalstate::performer > perform CSI(Sgr(Background(TrueColor(SrgbaTuple(0.5411765, 0.74509805, 0.7176471, 1.0)))))
14:20:54.918 DEBUG wezterm_term::terminalstate > Background(TrueColor(SrgbaTuple(0.5411765, 0.74509805, 0.7176471, 1.0)))
14:20:54.918 DEBUG wezterm_term::terminalstate::performer > perform CSI(Sgr(Foreground(TrueColor(SrgbaTuple(0.5137255, 0.4627451, 0.6117647, 1.0)))))
14:20:54.918 DEBUG wezterm_term::terminalstate > Foreground(TrueColor(SrgbaTuple(0.5137255, 0.4627451, 0.6117647, 1.0)))
14:20:54.918 DEBUG wezterm_term::terminalstate::performer > perform Print('\u{e0b0}')
14:20:54.918 DEBUG wezterm_term::terminalstate::performer > perform CSI(Sgr(Foreground(TrueColor(SrgbaTuple(0.09803922, 0.20784314, 0.28627452, 1.0)))))
14:20:54.918 TRACE wezterm_term::terminalstate::performer > print x=19 y=0 print_width=1 width=80 cell= CellAttributes { attributes: 0, intensity: Normal, underline: None, blink: None, italic: false, reverse: false, strikethrough: false, invisible: false, wrapped: false, overline: false, semantic_type: Output, foreground: Default, background: Default, fat: Some(FatAttributes { hyperlink: None, image: [], underline_color: Default, foreground: TrueColorWithDefaultFallback(SrgbaTuple(0.5137255, 0.4627451, 0.6117647, 1.0)), background: TrueColorWithDefaultFallback(SrgbaTuple(0.5411765, 0.74509805, 0.7176471, 1.0)) }) }
14:20:54.918 DEBUG wezterm_term::terminalstate > Foreground(TrueColor(SrgbaTuple(0.09803922, 0.20784314, 0.28627452, 1.0)))
14:20:54.918 DEBUG wezterm_term::terminalstate::performer > perform PrintString(" ♥ ")
14:20:54.918 DEBUG wezterm_term::terminalstate::performer > perform CSI(Sgr(Reset))
14:20:54.918 TRACE wezterm_term::terminalstate::performer > print x=20 y=0 print_width=1 width=80 cell= CellAttributes { attributes: 0, intensity: Normal, underline: None, blink: None, italic: false, reverse: false, strikethrough: false, invisible: false, wrapped: false, overline: false, semantic_type: Output, foreground: Default, background: Default, fat: Some(FatAttributes { hyperlink: None, image: [], underline_color: Default, foreground: TrueColorWithDefaultFallback(SrgbaTuple(0.09803922, 0.20784314, 0.28627452, 1.0)), background: TrueColorWithDefaultFallback(SrgbaTuple(0.5411765, 0.74509805, 0.7176471, 1.0)) }) }
14:20:54.918 TRACE wezterm_term::terminalstate::performer > print x=21 y=0 print_width=1 width=80 cell=♥ CellAttributes { attributes: 0, intensity: Normal, underline: None, blink: None, italic: false, reverse: false, strikethrough: false, invisible: false, wrapped: false, overline: false, semantic_type: Output, foreground: Default, background: Default, fat: Some(FatAttributes { hyperlink: None, image: [], underline_color: Default, foreground: TrueColorWithDefaultFallback(SrgbaTuple(0.09803922, 0.20784314, 0.28627452, 1.0)), background: TrueColorWithDefaultFallback(SrgbaTuple(0.5411765, 0.74509805, 0.7176471, 1.0)) }) }
14:20:54.918 TRACE wezterm_term::terminalstate::performer > print x=22 y=0 print_width=1 width=80 cell= CellAttributes { attributes: 0, intensity: Normal, underline: None, blink: None, italic: false, reverse: false, strikethrough: false, invisible: false, wrapped: false, overline: false, semantic_type: Output, foreground: Default, background: Default, fat: Some(FatAttributes { hyperlink: None, image: [], underline_color: Default, foreground: TrueColorWithDefaultFallback(SrgbaTuple(0.09803922, 0.20784314, 0.28627452, 1.0)), background: TrueColorWithDefaultFallback(SrgbaTuple(0.5411765, 0.74509805, 0.7176471, 1.0)) }) }
14:20:54.918 DEBUG wezterm_term::terminalstate > Reset
14:20:54.919 DEBUG wezterm_term::terminalstate::performer > perform CSI(Sgr(Foreground(TrueColor(SrgbaTuple(0.5411765, 0.74509805, 0.7176471, 1.0)))))
14:20:54.919 DEBUG wezterm_term::terminalstate > Foreground(TrueColor(SrgbaTuple(0.5411765, 0.74509805, 0.7176471, 1.0)))
14:20:54.919 DEBUG wezterm_term::terminalstate::performer > perform Print('\u{e0b4}')
14:20:54.919 DEBUG wezterm_term::terminalstate::performer > perform CSI(Sgr(Reset))
14:20:54.919 TRACE wezterm_term::terminalstate::performer > print x=23 y=0 print_width=1 width=80 cell= CellAttributes { attributes: 0, intensity: Normal, underline: None, blink: None, italic: false, reverse: false, strikethrough: false, invisible: false, wrapped: false, overline: false, semantic_type: Output, foreground: Default, background: Default, fat: Some(FatAttributes { hyperlink: None, image: [], underline_color: Default, foreground: TrueColorWithDefaultFallback(SrgbaTuple(0.5411765, 0.74509805, 0.7176471, 1.0)), background: Default }) }
14:20:54.919 DEBUG wezterm_term::terminalstate > Reset
14:20:54.919 DEBUG wezterm_term::terminalstate::performer > perform Print(' ')
14:20:54.919 TRACE wezterm_term::terminalstate::performer > print x=24 y=0 print_width=1 width=80 cell= CellAttributes { attributes: 0, intensity: Normal, underline: None, blink: None, italic: false, reverse: false, strikethrough: false, invisible: false, wrapped: false, overline: false, semantic_type: Output, foreground: Default, background: Default, fat: None }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment