Skip to content

Commit b96ea95

Browse files
author
benja2998
committed
code: a lot more documentation
1 parent 9d89226 commit b96ea95

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/main.cpp

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* multitool++
3-
* main.cpp
2+
* multitool++ - a command line utility for various purposes
3+
44
*/
55
#include <iostream>
66
#include <string>
@@ -185,7 +185,8 @@ void read() {
185185
/* Removed this line below since it looks bad. */
186186
//std::cout << ansi::CYAN << "Validating choice... " << ansi::RESET;
187187

188-
/* This is the least efficient way to do it, but i don't want to use things like ncurses. */
188+
/* Horrific, janky W/S navigation. I should have used ncurses instead of writing this garbage. */
189+
/* But it works... */
189190
if (check == 'w' || check == 'W') {
190191
if (checked2 == "[x]") {
191192
checked2 = "[ ]";

0 commit comments

Comments
 (0)