fufesou
8fe10d61ea
fix(terminal): linux, macOS, win as the controlled ( #13930 )
...
1. `TERM` on linux terminal.
2. `htop` command not found on macOS.
3. `vim` and `claude code cli` hung up on windows.
Signed-off-by: fufesou <linlong1266@gmail.com >
2026-01-07 16:07:14 +08:00
fufesou
5b2101e17d
fix(terminal): macos, env TERM ( #13901 )
...
Signed-off-by: fufesou <linlong1266@gmail.com >
2025-12-26 15:28:35 +08:00
RustDesk
b69e871f9a
Revert "fix: set TERM env variable for terminal to fix Delete key not working…" ( #13894 )
...
This reverts commit bba57069a8 .
2025-12-24 22:59:13 +08:00
lif
bba57069a8
fix: set TERM env variable for terminal to fix Delete key not working ( #13747 )
...
Set TERM=xterm-256color when spawning PTY shell to ensure proper
handling of control sequences. This fixes the issue where Delete/
Backspace keys were not working in terminal connections, particularly
from iPad to Linux.
Fixes #13621
2025-12-24 18:18:51 +08:00
fufesou
247f0b7eb1
fix: terminal, check service_id ( #12384 )
...
Signed-off-by: fufesou <linlong1266@gmail.com >
2025-07-23 15:43:55 +08:00
fufesou
61194182eb
fix: debug, terminal web ( #12375 )
...
Signed-off-by: fufesou <linlong1266@gmail.com >
2025-07-22 19:26:50 +08:00
fufesou
b65ef36049
fix: terminal, restore, multi-sessions, msgs ( #12364 )
...
Signed-off-by: fufesou <linlong1266@gmail.com >
2025-07-22 09:59:20 +08:00
fufesou
391ef70007
fix: terminal, persistent ( #12357 )
...
Signed-off-by: fufesou <linlong1266@gmail.com >
2025-07-21 17:15:02 +08:00
fufesou
bdd3bb946e
refact: restore terminals ( #12334 )
...
Signed-off-by: fufesou <linlong1266@gmail.com >
2025-07-18 11:51:53 +08:00
fufesou
661be6ae36
fix: build ( #12313 )
...
Signed-off-by: fufesou <linlong1266@gmail.com >
2025-07-16 09:28:24 +08:00
fufesou
d5eb87ee8b
fix: try to fix stuck on read ( #12310 )
...
Signed-off-by: fufesou <linlong1266@gmail.com >
2025-07-15 23:36:16 +08:00
fufesou
abb7748ee9
refact: terminal, win, run as admin ( #12300 )
...
Signed-off-by: fufesou <linlong1266@gmail.com >
2025-07-15 16:32:14 +08:00
fufesou
f766d28c36
Fix/linux keep terminal sessions ( #12222 )
...
* fix: linux, keep terminal sessions
Signed-off-by: fufesou <linlong1266@gmail.com >
* fix: terminal service stucked at reader join
Signed-off-by: fufesou <linlong1266@gmail.com >
---------
Signed-off-by: fufesou <linlong1266@gmail.com >
2025-07-03 17:27:50 +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