index
:
jet
master
Server/Client text editor
Juan Manuel Tomás
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
jet.c
Age
Commit message (
Expand
)
Author
2020-05-03
Add modality
Juan Manuel Tomás
2020-04-29
Fix scrolling when inserting at buffer end
Juan Manuel Tomás
2020-04-29
Fix cursor going oob on insert and delete
Juan Manuel Tomás
2020-04-29
Make sure cursor is always on screen
Juan Manuel Tomás
2020-04-29
Extract seeking functions
Juan Manuel Tomás
2020-04-28
Improve performance on very large files
Juan Manuel Tomás
2020-04-27
Fix scrolling bug
Juan Manuel Tomás
2020-04-27
Fix newlines not getting rendered
Juan Manuel Tomás
2020-04-27
Update number_of_lines on every keystroke
Juan Manuel Tomás
2020-04-27
Add basic editing capabilities
Juan Manuel Tomás
2020-04-22
Move operations on point structures to point.c
Juan Manuel Tomás
2020-04-22
Replace plain array with pages and points
Juan Manuel Tomás
2020-04-20
Rework gap movement
Juan Manuel Tomás
2020-04-14
Refactor jet.c
Juan Manuel Tomás
2020-04-14
Fix scrolling down to end of file
Juan Manuel Tomás
2020-04-09
Redraw only if line changed
Juan Manuel Tomás
2020-04-08
Add scrolling support
Juan Manuel Tomás
2020-04-08
Print file until end of window or end of file
Juan Manuel Tomás
2020-04-07
Show contents of loaded file
Juan Manuel Tomás
2020-03-25
Add basic error checking
Juan Manuel Tomás
2020-03-25
Fix open permissions
Juan Manuel Tomás
2020-03-25
Read command line argument into memory
Juan Manuel Tomás
2020-03-25
Go! Go! Go!
Juan Manuel Tomás