aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/ao_defaults.org
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 /org/ao_defaults.org
parentobt naming (diff)
0.7.2 removed screen ansi colors (use previously depreciated)
Diffstat (limited to 'org/ao_defaults.org')
-rw-r--r--org/ao_defaults.org13
1 files changed, 1 insertions, 12 deletions
diff --git a/org/ao_defaults.org b/org/ao_defaults.org
index 1ba90fe..3758a2f 100644
--- a/org/ao_defaults.org
+++ b/org/ao_defaults.org
@@ -814,7 +814,7 @@ static bi_sub_terms_plus_obj_cite_number_offset_split = ctRegex!(`\s*\|\s*`);
static bi_term_and_obj_cite_numbers_match = ctRegex!(`^(.+?)\+(\d+)`);
#+END_SRC
-* set colors for terminal :colors:terminal:
+* +set colors for terminal+ (unused) :colors:terminal:
#+name: ao_ansi_colors
#+BEGIN_SRC d
@@ -912,14 +912,3 @@ template RgxInit() {
}
}
#+END_SRC
-
-** ansi_colors: :ao_ansi_colors.d:
-
-#+BEGIN_SRC d :tangle ../src/sdp/ao_ansi_colors.d
-/++
- ansi colors, depreciate use
-+/
-template ScreenTxtColors() {
- <<ao_ansi_colors>>
-}
-#+END_SRC