Files
SerialTerminalForWindowsTer…/internal/termapp/main_other.go
T
JiXieShi 8139162174 refactor: move all app code to internal/termapp and entry to cmd/
Consolidate remaining package main files into internal/termapp for
clean separation: cmd/serialterminal/ is the sole entry point.
Update .goreleaser.yaml to build from ./cmd/serialterminal.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-23 21:56:45 +08:00

6 lines
68 B
Go

//go:build !windows
package termapp
func enableVTInput(fd int) {}