aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2021-03-14 11:56:56 +0100
committerAndreas Eversberg <jolly@eversberg.eu>2021-03-28 13:05:50 +0200
commit6ed53c5699fbf48ada37e4cbc8f3ddad1262ce41 (patch)
tree2174ec97764b419e184e6d020fff337c365fbda8 /src
parent089a012b06122689b950905d36ce0dfa52c665fe (diff)
Add new debug class
Diffstat (limited to 'src')
-rwxr-xr-xsrc/libdebug/debug.c1
-rw-r--r--src/libdebug/debug.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/libdebug/debug.c b/src/libdebug/debug.c
index 48eb612..07f7b12 100755
--- a/src/libdebug/debug.c
+++ b/src/libdebug/debug.c
@@ -83,6 +83,7 @@ struct debug_cat {
{ "misdn", "\033[0;34m" },
{ "dss1", "\033[1;34m" },
{ "sip", "\033[1;35m" },
+ { "telephone", "\033[1;34m" },
{ NULL, NULL }
};
diff --git a/src/libdebug/debug.h b/src/libdebug/debug.h
index c240b99..64cc155 100644
--- a/src/libdebug/debug.h
+++ b/src/libdebug/debug.h
@@ -49,6 +49,7 @@
#define DMISDN 42
#define DDSS1 43
#define DSIP 44
+#define DTEL 45
void get_win_size(int *w, int *h);