diff options
author | Joe <rbo@gmx.us> | 2024-01-08 20:20:20 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-01-08 20:20:20 +0100 |
commit | 249846c819a5f68ec58080f000ce8ab108e7b568 (patch) | |
tree | c5b1acbae17f74975513e24cb9c984d2ab95ee4f /c_defs.go | |
parent | coolio (diff) | |
download | hardflip-249846c819a5f68ec58080f000ce8ab108e7b568.tar.gz hardflip-249846c819a5f68ec58080f000ce8ab108e7b568.tar.bz2 hardflip-249846c819a5f68ec58080f000ce8ab108e7b568.tar.xz hardflip-249846c819a5f68ec58080f000ce8ab108e7b568.tar.zst hardflip-249846c819a5f68ec58080f000ce8ab108e7b568.zip |
cool
Diffstat (limited to '')
-rw-r--r-- | c_defs.go | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -43,7 +43,7 @@ * POSSIBILITY OF SUCH DAMAGE. * * hardflip: src/c_defs.go - * Wed Dec 27 15:55:11 2023 + * Mon Jan 08 12:20:53 2024 * Joe * * constants @@ -55,17 +55,14 @@ const ( W = 0 H = 1 DATA_DIR_NAME = "hardflip" + VERSION = "v0.0" ) const ( NORMAL_KEYS_HINTS = ` -(q)uit - [x](a)dd/(i)nsert host - -[x](e)dit - -(D)elete - -[x](s)earch - [x](m)kdir - -(c-r) reload - +[x](s)earch - [x](?) help` DELETE_KEYS_HINTS = ` (q)uit - |