WIP editor
Can only read the password no safe for edit
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user