2023-06-24 15:45 | take into account the NUL character in the str functions | ssnf | 1 | +4 | -2 |
2023-06-24 15:45 | str_adds(): actually allocate memory for the last byte | ssnf | 1 | +1 | -1 |
2023-06-24 15:44 | Makefile: remove a few flags | ssnf | 1 | +1 | -1 |
2022-12-26 13:15 | don't move to the right!!!! | ssnf | 1 | +1 | -3 |
2022-11-25 18:46 | reformat code | ssnf | 1 | +284 | -232 |
2022-08-24 20:37 | fix Frame when opening another file in the same tab | ssnf | 1 | +1 | -0 |
2022-08-12 11:45 | fix for wrong Frame data when resizing the terminal | ssnf | 1 | +16 | -2 |
2022-08-11 14:04 | Makefile BSD support | ssnf | 1 | +3 | -3 |
2022-08-11 13:33 | improved tab handling. Makefile BSD support | ssnf | 4 | +11 | -6 |
2022-08-11 13:04 | fixed integer overflow on blind_write() | ssnf | 1 | +2 | -1 |
2022-05-24 14:08 | Fixed reverse search when first character is '\n'. Improved Makefile | ssnf | 2 | +3 | -1 |
2022-05-19 00:39 | Fixed frame update when using change(). Improved fr_calc() conditions. | ssnf | 1 | +3 | -2 |
2022-05-18 23:56 | Improved frame update when file gets modified | ssnf | 1 | +3 | -0 |
2022-05-18 23:20 | Improved fr_calc() behavior, fixed garbage characters on long input() strings | ssnf | 1 | +6 | -5 |
2022-05-18 18:40 | Reverted Makefile optimizations for 0.3 release | ssnf | 1 | +1 | -1 |
2022-05-18 13:48 | Remove compiler optimizations to improve debugging. Better fr_calc() placement | ssnf | 2 | +2 | -5 |
2022-05-18 13:33 | Implemented gmove(), detached frame calculation from fr_update() | ssnf | 2 | +81 | -55 |
2022-05-18 11:52 | move(Top) now follows the global counter. Introcution of pline(). | ssnf | 2 | +60 | -18 |
2022-02-01 23:38 | Improved fr_update() | ssnf | 1 | +28 | -26 |
2021-11-07 20:44 | added README | ssnf | 1 | +118 | -0 |
2021-10-25 13:00 | bug fix | ssnf | 1 | +3 | -2 |
2021-10-25 12:45 | bug fix | ssnf | 2 | +6 | -7 |
2021-10-19 16:34 | bug fixes | ssnf | 2 | +22 | -24 |
2021-10-16 14:45 | improved appending on the last file character | ssnf | 1 | +5 | -5 |
2021-10-15 19:51 | bug fixes | ssnf | 3 | +9 | -10 |
2021-10-15 12:02 | added yank and paste commands | ssnf | 2 | +38 | -4 |
2021-10-15 11:41 | improved do/undo reliability | ssnf | 3 | +294 | -192 |
2021-08-22 03:15 | added undo/redo functionality | ssnf | 2 | +105 | -22 |
2021-08-21 21:23 | added hacky search command | ssnf | 2 | +51 | -5 |
2021-08-21 20:13 | added change() command | ssnf | 2 | +35 | -2 |
2021-08-21 19:57 | improved delete() | ssnf | 2 | +28 | -11 |
2021-08-21 19:33 | improved file status | ssnf | 2 | +7 | -3 |
2021-08-21 19:14 | added word movement | ssnf | 2 | +56 | -16 |
2021-08-21 17:12 | ask for file name if there's none while saving | ssnf | 1 | +1 | -3 |
2021-08-21 17:06 | added insert and delete functions, improved file handling | ssnf | 2 | +215 | -89 |
2021-08-15 21:39 | file saving and file switching implemented | ssnf | 2 | +83 | -55 |
2021-08-15 19:24 | added the ability to open and close files | ssnf | 3 | +52 | -21 |
2021-08-15 17:46 | moved main() back to the bottom... :D | ssnf | 1 | +25 | -25 |
2021-08-15 17:44 | added more movement commands | ssnf | 2 | +53 | -6 |
2021-08-15 16:22 | moved string.c and file.c to sim.c, and cleaned header file | ssnf | 4 | +179 | -178 |
2021-08-15 15:57 | general header and main() cleanup | ssnf | 2 | +26 | -24 |
2021-08-15 15:51 | put main() on top of the functions | ssnf | 1 | +28 | -28 |
2021-08-15 15:49 | implemented frame functionality | ssnf | 1 | +191 | -15 |
2021-08-12 15:02 | added multi-file support, improved str_adds() | ssnf | 3 | +29 | -17 |
2021-08-12 00:09 | fixed file garbage collection | ssnf | 1 | +2 | -0 |
2021-08-09 20:58 | rearranged definitions in alphabetical order | ssnf | 1 | +19 | -19 |
2021-08-09 20:54 | converted file name to String structure | ssnf | 4 | +12 | -11 |
2021-08-09 19:30 | fix compile errors | ssnf | 2 | +3 | -1 |
2021-07-25 17:15 | added enums for move() function | ssnf | 3 | +15 | -8 |
2021-07-18 13:29 | implemented key management | ssnf | 5 | +64 | -13 |
2021-07-12 09:03 | added strings, files and window structures, and emalloc, erealloc and die functions | ssnf | 6 | +257 | -42 |
2021-06-22 16:29 | initial commit | ssnf | 5 | +97 | -0 |