aboutsummaryrefslogtreecommitdiff
path: root/content/notes/drawing-pixels-in-plan9.md
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2023-05-27 18:03:21 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2023-05-27 18:03:21 +0200
commitbbe82a625a29e2b891c8c724912c80b11f835be2 (patch)
tree53ffb91b1c10516985e3dae1e1cf52ae68378fe9 /content/notes/drawing-pixels-in-plan9.md
parent88ee8967c0177ee82e44a870cb3bef678913893e (diff)
downloadmitjafelicijan.com-bbe82a625a29e2b891c8c724912c80b11f835be2.tar.gz
Context added
Diffstat (limited to 'content/notes/drawing-pixels-in-plan9.md')
-rw-r--r--content/notes/drawing-pixels-in-plan9.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/content/notes/drawing-pixels-in-plan9.md b/content/notes/drawing-pixels-in-plan9.md
index 1df63ae..9e46f7d 100644
--- a/content/notes/drawing-pixels-in-plan9.md
+++ b/content/notes/drawing-pixels-in-plan9.md
@@ -14,8 +14,10 @@ More information:
14 14
15- [draw.h header file](https://github.com/0intro/plan9/blob/main/sys/include/draw.h) 15- [draw.h header file](https://github.com/0intro/plan9/blob/main/sys/include/draw.h)
16 contains all the drawing functions 16 contains all the drawing functions
17- [draw man page](https://9fans.github.io/plan9port/man/man3/graphics.html) 17- [draw man page](https://9fans.github.io/plan9port/man/man3/draw.html)
18 has a bit more digestable descriptions of the functions 18 has a bit more digestable descriptions of the draw functions
19- [graphics man page](https://9fans.github.io/plan9port/man/man3/graphics.html)
20 has a bit more digestable descriptions of the graphics functions
19- [all man pages](https://9fans.github.io/plan9port/man/man3/) 21- [all man pages](https://9fans.github.io/plan9port/man/man3/)
20 can be a valuable resource for learning about the system 22 can be a valuable resource for learning about the system
21 23