diff options
author | Ralph Amissah <ralph@amissah.com> | 2016-10-14 15:15:23 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:13 -0400 |
commit | 736cd4feb17efd47ba97e0d997450b6e737ba805 (patch) | |
tree | 0d0c65a18884c66b73913b84cff9fc3d7ce3124b /org/ao_output_debugs.org | |
parent | obt naming (diff) |
0.7.2 removed screen ansi colors (use previously depreciated)
Diffstat (limited to 'org/ao_output_debugs.org')
-rw-r--r-- | org/ao_output_debugs.org | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/org/ao_output_debugs.org b/org/ao_output_debugs.org index 4f17969..85e349c 100644 --- a/org/ao_output_debugs.org +++ b/org/ao_output_debugs.org @@ -113,11 +113,9 @@ debug(objects) { foreach (obj; contents) { if (obj.use == "content") { writefln( - "%s* [%s][%s] %s%s", - scr_txt_color["green"], + "* [%s][%s] %s", obj.obj_cite_number, obj.is_a, - scr_txt_color["off"], obj.object ); } @@ -632,7 +630,6 @@ template SiSUoutputDebugs() { bool[string] opt_action_bool ) { mixin RgxInit; - mixin ScreenTxtColors; auto rgx = Rgx(); <<ao_output_debugs>> <<ao_output_debugs_summary>> |