minor changes : )
/ sync-to-origin (push) Has been cancelled

This commit is contained in:
2024-12-05 13:52:31 +01:00
parent ac3b0dd59d
commit 1a882baab6
3 changed files with 51 additions and 9 deletions
+2 -1
View File
@@ -5,4 +5,5 @@ std::string bool_to_string(bool bool_in);
std::string SoRAuthFile(bool save, std::string data);
void get_input_and_login();
void print_in_middle(WINDOW *win, int starty, int startx, int width,
char *string, chtype color);
char *string, chtype color);
std::string rm_tr_le_whitespace(const std::string &s);