Correct and simplify textBuf drawing using the new ViewsFromTo+ new ring funcs

This commit is contained in:
bloeys
2022-07-23 03:08:44 +04:00
parent 76992472d4
commit 641e3eda98
6 changed files with 199 additions and 37 deletions

View File

@ -295,7 +295,7 @@ func ParseSGRArgs(info *AnsiCodeInfo, args []byte) {
// @TODO Support bold/underline etc
// @TODO Support 256 and RGB colors
panic("Code not supported yet: " + fmt.Sprint(intCode))
println("Code not supported yet: " + fmt.Sprint(intCode))
}
}