aboutsummaryrefslogtreecommitdiffstats
path: root/c_defs.go
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2023-12-27 20:20:20 +0100
committerJoe <rbo@gmx.us>2023-12-27 20:20:20 +0100
commit7c88494a3cf8e62694811f4a5737c8ec39f17817 (patch)
treea0faf8c694ed61749a3e8542b565d07bc2d187dd /c_defs.go
parentlater (diff)
downloadhardflip-7c88494a3cf8e62694811f4a5737c8ec39f17817.tar.gz
hardflip-7c88494a3cf8e62694811f4a5737c8ec39f17817.tar.bz2
hardflip-7c88494a3cf8e62694811f4a5737c8ec39f17817.tar.xz
hardflip-7c88494a3cf8e62694811f4a5737c8ec39f17817.tar.zst
hardflip-7c88494a3cf8e62694811f4a5737c8ec39f17817.zip
fuck
Diffstat (limited to 'c_defs.go')
-rw-r--r--c_defs.go7
1 files changed, 6 insertions, 1 deletions
diff --git a/c_defs.go b/c_defs.go
index 78daf3c..b7e2cee 100644
--- a/c_defs.go
+++ b/c_defs.go
@@ -39,7 +39,7 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* hardflip: src/c_defs.go
- * Wed Dec 20 12:21:38 2023
+ * Wed Dec 27 12:37:08 2023
* Joe
*
* constants
@@ -62,3 +62,8 @@ const (
NORMAL_MODE = 0
DELETE_MODE = 1
)
+
+var (
+HOST_ICONS = [2]string{"  ", "  "}
+DIRS_ICONS = [2]string{"  ", "  "}
+)