xaizek / hstr (License: Apachev2) (since 2018-12-07)
Bash and Zsh shell history suggest box - easily view, navigate, search and manage your command history.
Commit c7aa0a2ee3a3323456064c80a3eb3ba4a5d6dc08

Removing UTF8 debug.
Author: Martin Dvorak
Author date (UTC): 2014-09-11 16:29
Committer name: Martin Dvorak
Committer date (UTC): 2014-09-11 16:33
Parent(s): 51672abd4a4fee4662b4ee6226ffee5985112289
Signing key:
Tree: dc5d1e6940adbf4ed8506b31f4364a36f18d7a7e
File Lines added Lines deleted
src/hstr.c 0 1
File src/hstr.c changed (mode: 100644) (index a89afe0..63bef05)
107 107 #define LOGCURSOR(Y) #define LOGCURSOR(Y)
108 108 #endif #endif
109 109
110 #define DEBUG_UTF8
111 110 #ifdef DEBUG_UTF8 #ifdef DEBUG_UTF8
112 111 #define LOGUTF8(Y,P) mvprintw(Y, 0, "strlen() %zd, mbstowcs() %zd, hstr_strlen() %d",strlen(P),mbstowcs(NULL,P,0),hstr_strlen(P)); clrtoeol() #define LOGUTF8(Y,P) mvprintw(Y, 0, "strlen() %zd, mbstowcs() %zd, hstr_strlen() %d",strlen(P),mbstowcs(NULL,P,0),hstr_strlen(P)); clrtoeol()
113 112 #else #else
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/hstr

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/hstr

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master