Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
found a bug with 'D' but i will investigate tomorrow.
|
|
MODE_N
|
|
say how well it will go when i do N plus continue or N immediate.
|
|
|
|
more complicated each day. Not sure if i like it. Although at least its
not as complicated as it would have been if i would have kept the old
validate_L and validate_N code. That would have been a bigger nightmare.
|
|
also fix the situation where if i input more characters in to fgets than
allowed the characters sort of get stuck in stdin and thats a problem.
Seems like this function fixes this.
|
|
asks for a line number after pressing enter. I still want old
functionality to work because there really isnt any reason not to have
it.
|
|
|
|
|
|
'singles' so far because they will be the easiest.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this function but thats out of the scope for it anyway so its fine. Alot of the cases it fails should already be covered by the functions before it.
|
|
|
|
|
|
|
|
|
|
|
|
this function. It will be checked for in other functions.
|
|
|
|
|
|
|
|
|
|
figure this out
|
|
readable. Its my preparation for when i start dividing the validation functions in to smaller pieces
|
|
|
|
though. Also changed requirements for N
|
|
|
|
|
|
|
|
mostly copy pasting with some logic changes. Mostly just moving stuff around to fit the requirements for N
|
|
|
|
|
|
|
|
|
|
|