diff options
author | Joe <rbo@gmx.us> | 2023-12-20 20:20:20 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2023-12-20 20:20:20 +0100 |
commit | ff175485ded07205da5b52919e8be04f89643a28 (patch) | |
tree | ad7c4904e90165981c2e4470f3bb7ad915fecf70 /c_defs.go | |
parent | delete (diff) | |
download | hardflip-ff175485ded07205da5b52919e8be04f89643a28.tar.gz hardflip-ff175485ded07205da5b52919e8be04f89643a28.tar.bz2 hardflip-ff175485ded07205da5b52919e8be04f89643a28.tar.xz hardflip-ff175485ded07205da5b52919e8be04f89643a28.tar.zst hardflip-ff175485ded07205da5b52919e8be04f89643a28.zip |
paging in progress
Diffstat (limited to 'c_defs.go')
-rw-r--r-- | c_defs.go | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -39,7 +39,7 @@ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * hardflip: src/c_defs.go - * Tue Dec 19 16:36:48 2023 + * Wed Dec 20 12:21:38 2023 * Joe * * constants @@ -54,8 +54,9 @@ const ( (q)uit - [x](a)dd/(i)nsert host - [x](e)dit - -[x](D)elete - +(D)elete - [x](s)earch - (c-r) reload - [x](?) help` + DATA_DIR_NAME = "hardflip" ) |