Commit Graph

9 Commits

Author SHA1 Message Date
Jack Wills c8077bca0b feat: Docker exec mode, closes #28 2023-11-16 11:19:09 +00:00
Jack Wills 0a1b531116 feat: Acutal fix the the mouse events output
The EnableMouseCapture from Crossterm was too broad, by only enabling a subject of the events, 1) performance is improvedand 2) and intermittent bug where mouse events were output to stdout has been removed
2023-03-02 01:09:17 +00:00
Jack Wills 3d41fff62b docs: various typos 2023-02-17 18:42:32 +00:00
Jack Wills 17b71b6b41 feat: switch to scratch docker container 2023-02-03 21:40:14 +00:00
Jack Wills ec6d04536a docs: dev dockerfile example build 2022-12-04 21:58:30 +00:00
Jack Wills c93870e5fb feat: -s flag for showing self when conterainerised 2022-12-04 21:42:07 +00:00
Jack Wills 4f672fee05 docs: Dockerfile comments 2022-12-03 14:22:47 +00:00
Jack Wills 66583e1b03 feat: is_loading use HashSet<Uuid>
each set loading function uses a unique uuid, so that the loading animation will always be played, previously would stop on any remove_loading call
2022-09-07 14:33:03 +00:00
Jack Wills 211f481c38 feat: self dockerisation dev Dockefile 2022-09-06 14:38:29 +00:00