sim

the sim text editor
git clone git://ssnf.xyz/sim
Log | Files | Refs | README

DateCommit messageAuthorFiles+-
2023-06-24 15:45take into account the NUL character in the str functionsssnf1+4-2
2023-06-24 15:45str_adds(): actually allocate memory for the last bytessnf1+1-1
2023-06-24 15:44Makefile: remove a few flagsssnf1+1-1
2022-12-26 13:15don't move to the right!!!!ssnf1+1-3
2022-11-25 18:46reformat codessnf1+284-232
2022-08-24 20:37fix Frame when opening another file in the same tabssnf1+1-0
2022-08-12 11:45fix for wrong Frame data when resizing the terminalssnf1+16-2
2022-08-11 14:04Makefile BSD supportssnf1+3-3
2022-08-11 13:33improved tab handling. Makefile BSD supportssnf4+11-6
2022-08-11 13:04fixed integer overflow on blind_write()ssnf1+2-1
2022-05-24 14:08Fixed reverse search when first character is '\n'. Improved Makefilessnf2+3-1
2022-05-19 00:39Fixed frame update when using change(). Improved fr_calc() conditions.ssnf1+3-2
2022-05-18 23:56Improved frame update when file gets modifiedssnf1+3-0
2022-05-18 23:20Improved fr_calc() behavior, fixed garbage characters on long input() stringsssnf1+6-5
2022-05-18 18:40Reverted Makefile optimizations for 0.3 releasessnf1+1-1
2022-05-18 13:48Remove compiler optimizations to improve debugging. Better fr_calc() placementssnf2+2-5
2022-05-18 13:33Implemented gmove(), detached frame calculation from fr_update()ssnf2+81-55
2022-05-18 11:52move(Top) now follows the global counter. Introcution of pline().ssnf2+60-18
2022-02-01 23:38Improved fr_update()ssnf1+28-26
2021-11-07 20:44added READMEssnf1+118-0
2021-10-25 13:00bug fixssnf1+3-2
2021-10-25 12:45bug fixssnf2+6-7
2021-10-19 16:34bug fixesssnf2+22-24
2021-10-16 14:45improved appending on the last file characterssnf1+5-5
2021-10-15 19:51bug fixesssnf3+9-10
2021-10-15 12:02added yank and paste commandsssnf2+38-4
2021-10-15 11:41improved do/undo reliabilityssnf3+294-192
2021-08-22 03:15added undo/redo functionalityssnf2+105-22
2021-08-21 21:23added hacky search commandssnf2+51-5
2021-08-21 20:13added change() commandssnf2+35-2
2021-08-21 19:57improved delete()ssnf2+28-11
2021-08-21 19:33improved file statusssnf2+7-3
2021-08-21 19:14added word movementssnf2+56-16
2021-08-21 17:12ask for file name if there's none while savingssnf1+1-3
2021-08-21 17:06added insert and delete functions, improved file handlingssnf2+215-89
2021-08-15 21:39file saving and file switching implementedssnf2+83-55
2021-08-15 19:24added the ability to open and close filesssnf3+52-21
2021-08-15 17:46moved main() back to the bottom... :Dssnf1+25-25
2021-08-15 17:44added more movement commandsssnf2+53-6
2021-08-15 16:22moved string.c and file.c to sim.c, and cleaned header filessnf4+179-178
2021-08-15 15:57general header and main() cleanupssnf2+26-24
2021-08-15 15:51put main() on top of the functionsssnf1+28-28
2021-08-15 15:49implemented frame functionalityssnf1+191-15
2021-08-12 15:02added multi-file support, improved str_adds()ssnf3+29-17
2021-08-12 00:09fixed file garbage collectionssnf1+2-0
2021-08-09 20:58rearranged definitions in alphabetical orderssnf1+19-19
2021-08-09 20:54converted file name to String structuressnf4+12-11
2021-08-09 19:30fix compile errorsssnf2+3-1
2021-07-25 17:15added enums for move() functionssnf3+15-8
2021-07-18 13:29implemented key managementssnf5+64-13
2021-07-12 09:03added strings, files and window structures, and emalloc, erealloc and die functionsssnf6+257-42
2021-06-22 16:29initial commitssnf5+97-0