fufesou
18479129a2
fix: cap terminal reconnect replay output
...
- split reconnect replay backlog into capped chunks
- mark terminal data replay chunks for client-side suppression
- avoid using open-message text to suppress xterm replies
- reuse default terminal padding value
- remove misleading Enter-key normalization PR link
Signed-off-by: fufesou <linlong1266@gmail.com >
2026-04-29 22:12:26 +08:00
fufesou
b516dfb15b
fix(terminal): reconnect suppress next output
...
Signed-off-by: fufesou <linlong1266@gmail.com >
2026-04-29 20:54:04 +08:00
fufesou
59f3060a04
fix(terminal): dialog, close window
...
Signed-off-by: fufesou <linlong1266@gmail.com >
2026-04-28 18:40:49 +08:00
fufesou
0a1500a72a
fix(terminal): reconnect, error handling
...
1. Terminal shows "^[[1;1R^[[2;2R^[[>0;0;0c"
2. NaN
```
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: Converting object to an encodable object failed: NaN
...
```
Signed-off-by: fufesou <linlong1266@gmail.com >
2026-04-28 17:58:51 +08:00
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
alonginwind
ef62f1db29
Fix terminal clear command to remove residual output ( #13531 )
...
* Fix terminal clear command to remove residual output
* Update flutter/lib/models/terminal_model.dart
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Update flutter/lib/desktop/pages/terminal_page.dart
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Fix: Prevent "Build scheduled during frame" in terminal resize
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-11-18 23:31:54 +08:00
21pages
296c6df462
ask for note at end of connection ( #13499 )
...
Signed-off-by: 21pages <sunboeasy@gmail.com >
2025-11-13 23:35:40 +08:00
RustDesk
5faf0ad3cf
terminal works basically. ( #12189 )
...
* terminal works basically.
todo:
- persistent
- sessions restore
- web
- mobile
* missed terminal persistent option change
* android sdk 34 -> 35
* +#![cfg_attr(lt_1_77, feature(c_str_literals))]
* fixing ci
* fix ci
* fix ci for android
* try "Fix Android SDK Platform 35"
* fix android 34
* revert flutter_plugin_android_lifecycle to 2.0.17 which used in rustdesk 1.4.0
* refactor, but break something of desktop terminal (new tab showing loading)
* fix connecting...
2025-07-01 13:12:55 +08:00