rustdesk/flutter/lib
Artur Puig 25e05eec3a feat(terminal): bundle JetBrainsMono Nerd Font for terminal glyphs
The terminal tabs and inline terminal panel used xterm's default
`monospace`, which lacks Nerd Font glyphs — so TUIs like yazi rendered
box-drawing, Powerline symbols and file-type icons as tofu.

Declare a `JetBrainsMono Nerd Font` family in pubspec and apply it via
`TerminalStyle` (with a Cascadia Code / Fira Code / system-monospace
fallback chain) to the `TerminalView` in both `terminal_page.dart`
(tabs) and `inline_terminal_panel.dart` (mobile split view). The font
binary (nerd-fonts v3.3.0) is bundled like RustDesk's other assets;
`flutter/fetch_font.sh` can refresh it. Client-only; the server stays stock.
2026-06-21 22:41:37 +02:00
..
common Refact/privacy mode 1 multi monitors (#15321) 2026-06-18 21:27:44 +08:00
desktop feat(terminal): bundle JetBrainsMono Nerd Font for terminal glyphs 2026-06-21 22:41:37 +02:00
mobile feat(mobile): inline persistent terminal — multiple tabs beside the live screen 2026-06-21 17:03:21 +02:00
models feat(mobile): inline persistent terminal — multiple tabs beside the live screen 2026-06-21 17:03:21 +02:00
native fix(arm64-linux): fix CJK font rendering on flutter-elinux (#15324) 2026-06-18 20:47:24 +08:00
plugin refact: optimize, ID search peers (#10853) 2025-02-20 18:31:12 +08:00
utils feat: Add relative mouse mode (#13928) 2026-01-09 10:03:14 +08:00
web fix(arm64-linux): fix CJK font rendering on flutter-elinux (#15324) 2026-06-18 20:47:24 +08:00
common.dart fix(arm64-linux): fix CJK font rendering on flutter-elinux (#15324) 2026-06-18 20:47:24 +08:00
consts.dart Feature: Add monitor-switch buttons to remote toolbars (#15342) 2026-06-20 01:22:20 +08:00
main.dart fix(arm64-linux): fix CJK font rendering on flutter-elinux (#15324) 2026-06-18 20:47:24 +08:00