pretier replacement character - ploot - simple plotting tools | |
git clone git://bitreich.org/ploot git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
LICENSE | |
--- | |
commit 2a69604bc0f075b85c3b6c1e4e60a455e09e8bc2 | |
parent 5346717da9c74ac50b04e12bdb980df8dcaa81c4 | |
Author: Josuah Demangeon <[email protected]> | |
Date: Sun, 27 Jun 2021 01:13:26 +0200 | |
pretier replacement character | |
Diffstat: | |
M font13.c | 18 +++++++++--------- | |
M font8.c | 12 ++++++------ | |
2 files changed, 15 insertions(+), 15 deletions(-) | |
--- | |
diff --git a/font13.c b/font13.c | |
@@ -7,16 +7,16 @@ | |
C(error) = { | |
_,_,_,_,_, | |
X,X,X,X,X, | |
- X,_,_,_,X, | |
- X,_,_,_,X, | |
- X,_,_,_,X, | |
- X,_,_,_,X, | |
- X,_,_,_,X, | |
- X,_,_,_,X, | |
- X,_,_,_,X, | |
- X,_,_,_,X, | |
- X,_,_,_,X, | |
X,X,X,X,X, | |
+ X,X,X,X,X, | |
+ X,X,X,X,X, | |
+ X,X,X,X,X, | |
+ X,X,X,X,X, | |
+ X,X,X,X,X, | |
+ X,X,X,X,X, | |
+ X,X,X,X,X, | |
+ _,_,_,_,_, | |
+ _,_,_,_,_, | |
_,_,_,_,_, | |
0}; | |
diff --git a/font8.c b/font8.c | |
@@ -6,13 +6,13 @@ | |
C(error) = { | |
X,X,X,X, | |
- X,_,_,X, | |
- X,_,_,X, | |
- X,_,_,X, | |
- X,_,_,X, | |
- X,_,_,X, | |
- X,_,_,X, | |
X,X,X,X, | |
+ X,X,X,X, | |
+ X,X,X,X, | |
+ X,X,X,X, | |
+ X,X,X,X, | |
+ _,_,_,_, | |
+ _,_,_,_, | |
0}; | |
C(A) = { |