Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switch to ansi_up for ansi rendering in actions (#25401) | silverwind | 2023-06-22 | 1 | -30/+0 |
| | | | Fixes: https://github.com/go-gitea/gitea/issues/24777 | ||||
* | Improve action log display with control chars (#23820) | wxiaoguang | 2023-04-01 | 1 | -0/+30 |
Close #23680 Some CLI programs use "\r" and control chars to print new content in current line. So, the strings in one line are actually from `\rReading...1%\rReading...5%\rReading...100%` This PR tries to make the output better. |