bhcli

A TUI for chatting on LE PHP Chats (onion)
git clone https://git.dasho.dev/n0tr1v/bhcli.git
Log | Files | Refs | README

commit 57e1a98384ed6f534e9aea08b2f28c4af946dfb7
parent 75badb4c206a506451f15e30280e0471a546e53c
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Thu, 30 Mar 2023 20:38:00 -0700

cleanup

Diffstat:
Msrc/lechatphp/mod.rs | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/lechatphp/mod.rs b/src/lechatphp/mod.rs @@ -7,7 +7,6 @@ use image::{ColorType, DynamicImage, GenericImageView, Rgba}; use lazy_static::lazy_static; const B64_PREFIX: &'static str = "R0lGODlhCAAOAIAAAAAAAAAAACH5BAgAAAAALAAAAAAIAA4AgAQCBPz+/AI"; -const _ALPHABET: &'static str = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"; const ALPHABET1: &'static str = "abdcefgh1ijkImnpoqrstyQuvwxzABCDEGJKMNHLORPFSTlUVWXYZ023456789"; const LETTER_WIDTH: u32 = 8; const LETTER_HEIGHT: u32 = 14;