Commit Graph

11 Commits

Author SHA1 Message Date
Daniel Jones
2670e6ffd4 page turning figured out. Must make get_text recursive so that you can call it again once you are done reading. 2023-11-03 11:27:38 -05:00
Daniel Jones
87cdb7239e Figured out how to call a function upon pressing a button without throwing an error.
Solution: Open the file every time the button is pressed and go to specified page. File outlasts s function, so error called every time function is called.
2023-11-03 11:21:56 -05:00
Daniel Jones
4da4809969 firgured out scrolling 2023-10-24 14:57:04 -05:00
Daniel Jones
7bb7b3deb1 Working on getting scrolling working so that you can read the whole page 2023-10-15 00:23:54 -05:00
Daniel Jones
93eadf68c8 set termion as backend, curses as frontend.
setup for new page turning system to accomodate cursive
2023-10-14 22:06:56 -05:00
Daniel Jones
af933bbc0b Created initial display 2023-10-14 18:23:13 -05:00
dan
84f86e1d77 Fixed stack underflow bug. Must find more elegant solution later. 2023-09-02 15:36:26 -05:00
dan
0c231d8fed - Full Terminal Size now used
- Still working on getting newlines working
2023-09-02 15:21:36 -05:00
Daniel Jones
2fe2421e6d - Refactored code to return text
- This is to make sending data to the TUI easier
2023-07-20 10:28:40 -05:00
Daniel Redd Jones
305b74abd3 test push 2023-07-19 22:48:51 -05:00
Daniel Jones
326ddfcddc Merging scraper branch to main. 2023-06-28 13:07:21 -05:00