RustDesk/flutter/lib/desktop
fufesou 483fe80308
fix(terminal): fix new tab auto-focus and NaN error on data before layout (#14357)
- Fix new tab not auto-focusing: add FocusNode to TerminalView and
  request focus when tab is selected via tab state listener
- Fix NaN error when data arrives before terminal view layout: buffer
  output data until terminal view has valid dimensions, flush on first
  valid resize callback

Signed-off-by: fufesou <linlong1266@gmail.com>
2026-02-20 14:44:25 +08:00
..
pages fix(terminal): fix new tab auto-focus and NaN error on data before layout (#14357) 2026-02-20 14:44:25 +08:00
screen terminal works basically. (#12189) 2025-07-01 13:12:55 +08:00
widgets feat(wayland): keyboard mode, legacy translate (#14317) 2026-02-15 16:43:21 +08:00