tAdd icons for documents - phroxy - Gopher to HTTP proxy
HTML git clone git://git.z3bra.org/phroxy.git
DIR Log
DIR Files
DIR Refs
DIR LICENSE
---
DIR commit 418e99e5f1caf131eedb771e300b7aa846fd7d9b
DIR parent bccae5645b5b16cedf046c0d91a5faeb87287540
HTML Author: Willy Goiffon <dev@z3bra.org>
Date: Tue, 25 Oct 2022 12:41:42 +0200
Add icons for documents
Diffstat:
M config.def.h | 2 ++
1 file changed, 2 insertions(+), 0 deletions(-)
---
DIR diff --git a/config.def.h b/config.def.h
t@@ -26,4 +26,6 @@ const char *items[] = {
[ITEM_g] = "🎥",
[ITEM_h] = "⛓",
[ITEM_s] = "🔊",
+ [ITEM_d] = "📰",
+ [ITEM_P] = "📰",
};