mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-25 14:11:14 +03:00
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>
This commit is contained in:
@@ -33,6 +33,8 @@ use video_service::VideoSource;
|
||||
use crate::ipc::Data;
|
||||
|
||||
pub mod audio_service;
|
||||
#[cfg(target_os = "windows")]
|
||||
pub mod terminal_helper;
|
||||
#[cfg(not(any(target_os = "android", target_os = "ios")))]
|
||||
pub mod terminal_service;
|
||||
cfg_if::cfg_if! {
|
||||
|
||||
Reference in New Issue
Block a user