summaryrefslogtreecommitdiff
path: root/src/reactor.h
AgeCommit message (Collapse)Author
2023-05-01Implement window handlingAlbert Cervin
Also implement searching. fix undo boundaries when it checked for other save point, it used && instead of == which caused it to overwrite other types. Fix bytes vs chars bug in text_get_region
2023-01-26More tests and documentationAlbert Cervin
Also, split out platform-specific parts and add mocks for tests.
2022-12-06Add minibufferAlbert Cervin
2022-11-27Implement the reactorAlbert Cervin
Currently only supports Linux through epoll.