diff --git a/main.cpp b/main.cpp index df15a51..18956f3 100644 --- a/main.cpp +++ b/main.cpp @@ -704,6 +704,11 @@ void getInput(int type, void *data) // delete function if (input == 8 && inputI > 0) { + if (inputI == 3 || inputI == 6) + { + deleteChar(); + } + deleteChar(); continue; } diff --git a/main.exe b/main.exe index 8d8cb7a..b9a3a03 100644 Binary files a/main.exe and b/main.exe differ