Skip to content

Fix wrong stty config after tests on Linux & Better table printing#9

Merged
whyb merged 2 commits intowhyb:mainfrom
peasoft:main
May 8, 2026
Merged

Fix wrong stty config after tests on Linux & Better table printing#9
whyb merged 2 commits intowhyb:mainfrom
peasoft:main

Conversation

@peasoft
Copy link
Copy Markdown
Contributor

@peasoft peasoft commented May 3, 2026

  1. 由主程序负责管理 stty 配置,解决 Linux 下运行程序之后命令行不回显输入内容的问题。FFmpeg 运行时会修改终端属性,退出时还原。多个 FFmpeg 在一个终端中运行时,后运行的 FFmpeg 会记住先运行的 FFmpeg 修改后的配置,导致最后一个退出的 FFmpeg 还原的配置是修改过的。
  2. 优化表格显示方式。改之后的表格符合了 Markdown 标准,可以直接把上下分隔线之间的内容复制到支持 Markdown 的平台上。

@whyb whyb merged commit 49f92c3 into whyb:main May 8, 2026
@whyb
Copy link
Copy Markdown
Owner

whyb commented May 8, 2026

Thanks for you contribution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants