diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-11-24 15:34:09 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-11-24 15:34:09 +0100 |
commit | ee0facda49bf0acf6f1402538a7974aed2ab4cf0 (patch) | |
tree | 32adc59d7db10536fa265f2c30ae5dc2041d4530 /README.md | |
parent | d01caf679f6f819a501687278d75be110646d6ed (diff) |
Implement horizontal versus vertical scrolling strategy
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -60,3 +60,8 @@ The idea is the following: - *unicode and wide characters*: [C for dummies](https://c-for-dummies.com/blog/?p=2578) - *sockets*: [Nir Lichtman - Making Minimalist Chat Server in C on Linux](https://www.youtube.com/watch?v=gGfTjKwLQxY) - syscall manpages `man` + +- https://www.youtube.com/watch?v=wvtFGa6XJDU +- https://nullprogram.com/blog/2023/02/11/ +- https://nullprogram.com/blog/2023/02/13/ +- https://nullprogram.com/blog/2023/10/08/ |