aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/statusline.hpp
AgeCommit message (Expand)Author
2022-06-13feat: implement game of lifev0.1.0HampusM
2022-06-13refactor: remove unneccessary statusline sectionHampusM
2022-06-13refactor: improve input handling & remove commandsHampusM
2022-06-13refactor: remove window classHampusM
2022-06-13style: change braced list & bracket styleHampusM
2022-06-13refactor: seperate statusline related concernsHampusM
2022-06-13refactor: replace DI files with the yacppdic libraryHampusM
2022-06-13style: improve function and brace stylingHampusM
2022-06-13refactor: add factory class & make DI container return unique ptrsHampusM
2022-06-13chore: add nolint comments to interfacesHampusM
2022-06-13feat: implement generations & multithreadingHampusM