aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sdp/ao_output_debugs.d
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2016-10-14 15:15:23 -0400
committerRalph Amissah <ralph@amissah.com>2019-04-10 15:14:13 -0400
commit736cd4feb17efd47ba97e0d997450b6e737ba805 (patch)
tree0d0c65a18884c66b73913b84cff9fc3d7ce3124b /src/sdp/ao_output_debugs.d
parentobt naming (diff)
0.7.2 removed screen ansi colors (use previously depreciated)
Diffstat (limited to 'src/sdp/ao_output_debugs.d')
-rw-r--r--src/sdp/ao_output_debugs.d5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/sdp/ao_output_debugs.d b/src/sdp/ao_output_debugs.d
index 9111cd6..1725ed9 100644
--- a/src/sdp/ao_output_debugs.d
+++ b/src/sdp/ao_output_debugs.d
@@ -40,7 +40,6 @@ template SiSUoutputDebugs() {
bool[string] opt_action_bool
) {
mixin RgxInit;
- mixin ScreenTxtColors;
auto rgx = Rgx();
debug(parent) {
writefln(
@@ -91,11 +90,9 @@ template SiSUoutputDebugs() {
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
);
}