WIP editor

Can only read the password no safe for edit
This commit is contained in:
Nikola Petrov
2024-07-22 11:52:52 +02:00
parent 5b0dcb23ea
commit ae7c8571b4
9 changed files with 1156 additions and 1 deletions

View File

@@ -8,4 +8,9 @@ bool put_data_on_clipboard(const char *text);
std::string get_user_password();
std::optional<std::string> get_save_path();
int getWindowSize(int *rows, int *cols);
int enableRawMode(void);
int writeTerm(const char *buf, int length);
int readTerm(char *buf, int length);
#endif