Fix wrong stty config after tests on Linux & Better table printing#9
Merged
Fix wrong stty config after tests on Linux & Better table printing#9
Conversation
Contributor
peasoft
commented
May 3, 2026
- 由主程序负责管理 stty 配置,解决 Linux 下运行程序之后命令行不回显输入内容的问题。FFmpeg 运行时会修改终端属性,退出时还原。多个 FFmpeg 在一个终端中运行时,后运行的 FFmpeg 会记住先运行的 FFmpeg 修改后的配置,导致最后一个退出的 FFmpeg 还原的配置是修改过的。
- 优化表格显示方式。改之后的表格符合了 Markdown 标准,可以直接把上下分隔线之间的内容复制到支持 Markdown 的平台上。
Owner
|
Thanks for you contribution |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.