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 a141cd7e0cbced0f5dfa2b317b5adaf8561e1988

Fixing after delete line cleanup.
Author: Martin Dvorak
Author date (UTC): 2014-01-28 07:59
Committer name: Martin Dvorak
Committer date (UTC): 2014-01-28 07:59
Parent(s): cad11bc2e2c9398b5b3cb1604c0021d0c841ac66
Signing key:
Tree: 12543214600d6fb5f430e12709927acb334fb1fa
File Lines added Lines deleted
src/hstr.c 1 1
File src/hstr.c changed (mode: 100644) (index 4fd488d..18b3441)
... ... int print_prompt()
149 149 void print_help_label() void print_help_label()
150 150 { {
151 151 snprintf(screenLine, getmaxx(stdscr), "%s", LABEL_HELP); snprintf(screenLine, getmaxx(stdscr), "%s", LABEL_HELP);
152 mvprintw(Y_OFFSET_HELP, 0, screenLine);
152 mvprintw(Y_OFFSET_HELP, 0, screenLine); clrtoeol();
153 153 refresh(); refresh();
154 154 } }
155 155
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