xaizek / pipedial (License: GPLv3 only) (since 2019-01-08)
One more tool for selecting something in console.
Commit 260e8044bfef2810ace576a532b07897e2b2bdf9

Fix empty list not being drawn on the screen
Author: xaizek
Author date (UTC): 2019-01-22 17:07
Committer name: xaizek
Committer date (UTC): 2019-01-24 13:53
Parent(s): dbac6cbf4f20e73a2771a209c6ea28833e62d68e
Signing key: 99DC5E4DB05F6BE2
Tree: fa56bffa3da3135cdf9e7956560d6ef8dc966056
File Lines added Lines deleted
libs/cursed/List.cpp 3 0
File libs/cursed/List.cpp changed (mode: 100644) (index 6b5081b..e7a04c2)
... ... List::draw()
59 59 if (items.empty()) { if (items.empty()) {
60 60 top = 0; top = 0;
61 61 pos = 0; pos = 0;
62
63 werase(win);
64 wnoutrefresh(win);
62 65 return; return;
63 66 } }
64 67
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/pipedial

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

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