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
/
startmode.c
Age
Commit message (
Expand
)
Author
2024-04-05
Working on 'N' now. Works pretty well. But it's not finished so i cant
Oskar
2024-04-04
Did some changes to the external variable so that it resets to 1 each
Oskar
2024-04-04
Bugfixes. Still some things i gotta iron out. This is getting more and
Oskar
2024-04-01
L+ and L- seems to work now.
Oskar
2024-04-01
More changes to functions. New arguments for call_L
Oskar
2024-04-01
Started integrating multiples. Still in progress.
Oskar
2024-03-31
Singles done
Oskar
2024-03-31
new function call_singles
Oskar
2024-03-31
Started integrating the input system. Mainly trying to integrate the
Oskar
2024-03-26
vimmn seems ok now, alot of cases that should technically fail do get past th...
Oskar
2024-03-26
added display_name_linecount, kinda out of scope but it was on my mind
Oskar
2024-03-10
fixed and tested
Oskar
2024-03-07
improved 7ed.c to make using the current flags a little smarter
Oskar
2024-03-03
validating L is done
oskar
2024-02-11
minor fixes
Oskar
2024-02-11
README update
Oskar
2024-02-11
new + and - feature to increment and decrement the focus. I will make it more...
Oskar
2024-02-11
More changes to the makefile to make it easier for testing
Oskar
2024-02-10
Makefile changes because of some errors i cannot explain when using clang. Ma...
Oskar
2024-02-10
Makefile changes and slight change to variable in startmode.c
Oskar
2023-12-23
New delete line feature. Lost of fixes too
Oskar
2023-12-23
fixes
Oskar
2023-12-21
fixed some annoyances with L and some issues with how X handles the lines if ...
Oskar
2023-12-13
fixed bug where newline was not created because the file did not end with one
Oskar
2023-11-19
minor fixes, changed some variables and stuff
Oskar
2023-11-11
fixed huge bug in write function
Oskar
2023-11-07
Added edit mode and function to write the changes to file. Write function is ...
Oskar
2023-10-28
modified GET_LINE() to make it return the index of the first character of the...
Oskar
2023-10-27
Minor changes to GET_LINE() , also did a little test to check if it worked li...
Oskar
2023-10-27
GET_LINE() function is done. It was a PAIN to get working right. I hope to go...
Oskar
2023-10-26
Completely broken. Do not touch
Oskar
2023-10-26
First commit
Oskar