mirror of
https://gitee.com/arthas/arthas.git
synced 2024-11-30 03:07:37 +08:00
update method of com.taobao.arthas.core.view.Ansi#bgCyan from this.fg(Color.CYAN) to this.bg(Color.CYAN) fix #427
This commit is contained in:
parent
64dca1786b
commit
78816cdb4e
@ -391,7 +391,7 @@ public class Ansi {
|
||||
}
|
||||
|
||||
public Ansi bgCyan() {
|
||||
return this.fg(Color.CYAN);
|
||||
return this.bg(Color.CYAN);
|
||||
}
|
||||
|
||||
public Ansi bgDefault() {
|
||||
|
Loading…
Reference in New Issue
Block a user