summaryrefslogtreecommitdiff
path: root/jet.c
AgeCommit message (Collapse)Author
2020-05-08Add quit key bindingJuan Manuel Tomás
2020-05-03Scroll only when cursor goes off screenJuan Manuel Tomás
2020-05-03Add modalityJuan Manuel Tomás
2020-04-29Fix scrolling when inserting at buffer endJuan Manuel Tomás
2020-04-29Fix cursor going oob on insert and deleteJuan Manuel Tomás
2020-04-29Make sure cursor is always on screenJuan Manuel Tomás
2020-04-29Extract seeking functionsJuan Manuel Tomás
2020-04-28Improve performance on very large filesJuan Manuel Tomás
2020-04-27Fix scrolling bugJuan Manuel Tomás
2020-04-27Fix newlines not getting renderedJuan Manuel Tomás
2020-04-27Update number_of_lines on every keystrokeJuan Manuel Tomás
2020-04-27Add basic editing capabilitiesJuan Manuel Tomás
Cursor is now visible and can insert, delete and move across the buffer.
2020-04-22Move operations on point structures to point.cJuan Manuel Tomás
2020-04-22Replace plain array with pages and pointsJuan Manuel Tomás
2020-04-20Rework gap movementJuan Manuel Tomás
2020-04-14Refactor jet.cJuan Manuel Tomás
2020-04-14Fix scrolling down to end of fileJuan Manuel Tomás
2020-04-09Redraw only if line changedJuan Manuel Tomás
2020-04-08Add scrolling supportJuan Manuel Tomás
2020-04-08Print file until end of window or end of fileJuan Manuel Tomás
2020-04-07Show contents of loaded fileJuan Manuel Tomás
2020-03-25Add basic error checkingJuan Manuel Tomás
2020-03-25Fix open permissionsJuan Manuel Tomás
2020-03-25Read command line argument into memoryJuan Manuel Tomás
2020-03-25Go! Go! Go!Juan Manuel Tomás