13 Commits (9524ba4df9c8dabf44c561cdc8e4c51f43f12f05)

Author SHA1 Message Date
Aadhavan Srinivasan 9524ba4df9 Implemented rudimentary 'page down' key support, which moves the cursor to the first character of the next line 2 years ago
Aadhavan Srinivasan 4d4f0f16c8 Started working on Down arrow key support 2 years ago
Aadhavan Srinivasan 071ddf5ac0 Started implementing overflow and scrolling for files 2 years ago
Aadhavan Srinivasan 5414cf41c9 Fixed bug where cursor was positioned to the second character instead of the first, after reading a file 2 years ago
Aadhavan Srinivasan 6d50747752 Fixed a bug with moving the cursor to the start of the text, and fixed a bug where the grow method would cause weird anamolies 2 years ago
Aadhavan Srinivasan 687453870d Started fixing bug that occures when gap is at the start of the text 2 years ago
Aadhavan Srinivasan 2ae0b4b1fe Fixed bug with reading characters from a file 2 years ago
Aadhavan Srinivasan 25c1f6a2c1 Started working on file opening support 2 years ago
Aadhavan Srinivasan da0f6fdf32 Added code to properly support 'Enter' key, which was being sent as '\r\n' instead of '\n' 2 years ago
Aadhavan Srinivasan f19eb3becc Fixed realloc, and fixed right as well 2 years ago
Aadhavan Srinivasan 0d001b550e Fixed left, need to work on grow 2 years ago
Aadhavan Srinivasan 102a0ed093 Added methods for delete, started working on left and right arrows 2 years ago
Aadhavan Srinivasan b0add8f26a First commit, need to add more helper methods for buffer (e.g. backspace, insert character, etc.) 2 years ago