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

Make cursed::Window uncopyable&unmovable
Author: xaizek
Author date (UTC): 2019-01-18 13:46
Committer name: xaizek
Committer date (UTC): 2019-01-18 13:46
Parent(s): 858fb4deac049a355cc4010c959b88bc2036a505
Signing key: 99DC5E4DB05F6BE2
Tree: dbeb477257df25fae3dc64695cfbf9dd6876d52a
File Lines added Lines deleted
libs/cursed/Window.hpp 5 0
File libs/cursed/Window.hpp changed (mode: 100644) (index 982ab7d..f781dce)
... ... public:
41 41 // Deletes the resource. // Deletes the resource.
42 42 ~Window(); ~Window();
43 43
44 Window(const Window &rhs) = delete;
45 Window(Window &&rhs) = delete;
46 Window & operator=(const Window &rhs) = delete;
47 Window & operator=(Window &&rhs) = delete;
48
44 49 public: public:
45 50 // Retrieves window resource. // Retrieves window resource.
46 51 void * raw() void * raw()
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