index
:
7Editor.git
integrate-multiples
master
The 7Editor line editor / text editor.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
input.c
Age
Commit message (
Expand
)
Author
2024-03-31
Singles done
Oskar
2024-03-31
Started integrating the input system. Mainly trying to integrate the
Oskar
2024-03-31
Alright. 'D' and 'X' will work exactly like validate_LN with MODE_N. May
Oskar
2024-03-29
Renamed validate_L to validate_LN. The name may change. I should also
Oskar
2024-03-29
Removed validate_N because its redundant
Oskar
2024-03-28
added length check, its kinda bad not not tested
Oskar
2024-03-27
More progress, works well
Oskar
2024-03-21
added i_validation.c and i_validation.h to make the code a bit easier and rea...
Oskar
2024-03-14
Removed bug from N, very messy code but at least it works now
Oskar
2024-03-13
fixed major bug on input validate_L, same bug still remains on validate_N tho...
Oskar
2024-03-07
improved 7ed.c to make using the current flags a little smarter
Oskar
2024-03-07
validate_N() is done. I removed some printf tests from the code.
Oskar
2024-03-07
validate_N() is done, still need to do some cleanup
Oskar
2024-03-04
Started working on validate_N(), its very similar to validate_L() so its most...
Oskar
2024-03-03
New requirements for N
Oskar
2024-03-03
validating L is done
oskar
2024-02-18
Organised test directory and did some logic fixes to smode
Oskar
2024-02-15
input.c fixed most logic for L, there may still be issues but most glaring is...
Oskar
2024-02-12
New work in progress input system in input.c
Oskar