Initial commit with heading and form navigation keys added.

This commit is contained in:
Storm Dragon
2025-08-15 02:17:12 -04:00
parent ee66aabc39
commit d20be554e3
13 changed files with 508 additions and 51 deletions

View File

@@ -184,7 +184,7 @@ newEncodedStream(InputStream is, char encoding)
int
ISclose(InputStream stream)
{
MySignalHandler(*prevtrap) ();
void (*prevtrap) (int);
if (stream == NULL)
return -1;
if (stream->base.close != NULL) {