From d165d658c1e19f285b4cd8cf826946e5c4643b9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Deuc=D0=B5?= <shurd@sasktel.net> Date: Sat, 22 May 2021 01:08:00 -0400 Subject: [PATCH] Linux getaddrinfo() does not guarantee initializing res on failure. --- src/conio/OverhaulNotes.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/conio/OverhaulNotes.txt b/src/conio/OverhaulNotes.txt index 531e3f2d2e..f7b5989460 100644 --- a/src/conio/OverhaulNotes.txt +++ b/src/conio/OverhaulNotes.txt @@ -23,6 +23,11 @@ strive to keep it sane and compatible, which may be impossible. 12) A Unicode cell will potentially have multiple codepoints "in" it. +Some sort of state checkpoint thing... you "save" the checkpoint, and send that +ID back and you get the same state returned. + +Stack and state save thing + For CONIOng: Layers: 0 - Solid fixed background (doesn't scoll) -- GitLab