summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-17Restructure source filesJuan Manuel Tomás
2020-07-17Update README.mdJuan Manuel Tomás
2020-07-16Merge pull request #17 from jmtomas/5Juan Manuel Tomás
2020-07-16Fix client crash when cursor goes to end of fileJuan Manuel Tomás
2020-07-15Show cursor and update it when movingJuan Manuel Tomás
2020-07-14Merge pull request #13 from jmtomas/12Juan Manuel Tomás
2020-07-14Delete testJuan Manuel Tomás
2020-07-14Fix pages not linked to previous onesJuan Manuel Tomás
2020-07-13Create README.mdJuan Manuel Tomás
2020-07-11Fix decodingJuan Manuel Tomás
2020-07-11Merge pull request #10 from jmtomas/4Juan Manuel Tomás
2020-07-11Link libraries after compilingJuan Manuel Tomás
2020-07-11Update build paramsJuan Manuel Tomás
2020-07-11Update build paramsJuan Manuel Tomás
2020-07-11Update c-cpp.ymlJuan Manuel Tomás
2020-07-11Implement IPC using binary formatJuan Manuel Tomás
2020-07-11Make client side ipc binaryJuan Manuel Tomás
2020-07-10Create c-cpp.ymlJuan Manuel Tomás
2020-07-10make clear the separation of client and bufferJuan Manuel Tomás
2020-07-10Merge pull request #7 from jmtomas/6Juan Manuel Tomás
2020-07-10Implement file writing using the write syscallJuan Manuel Tomás
2020-07-10Implement file reading using read syscallJuan Manuel Tomás
2020-07-07Ignore jet2Juan Manuel Tomás
2020-07-07Implement tui for clientJuan Manuel Tomás
2020-07-07Delete restarted clientsJuan Manuel Tomás
2020-07-07Split application into server and clientJuan Manuel Tomás
2020-06-22Redraw page once per unicode character insertedJuan Manuel Tomás
2020-06-20Fix unicode break on border between pagesJuan Manuel Tomás
2020-06-20Fix cursor jumping to bottom of screen on rseekJuan Manuel Tomás
2020-06-03Separate pop into byte and element variantsJuan Manuel Tomás
2020-05-28Remove obsolete testJuan Manuel Tomás
2020-05-28Point: Fix byte showing trash on move_backwardJuan Manuel Tomás
2020-05-26Add partial support for utf-8Juan Manuel Tomás
2020-05-24Rewrite in c++Juan Manuel Tomás
2020-05-09Extract buffer structureJuan Manuel Tomás
2020-05-08Add quit key bindingJuan Manuel Tomás
2020-05-08Add some color to point testJuan 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-29Fix prev_line moving too much on long linesJuan 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
2020-04-27Simplify delete case where there's only one pageJuan Manuel Tomás