-
Notifications
You must be signed in to change notification settings - Fork 1
trn.h
Ambrose Li edited this page Aug 8, 2020
·
2 revisions
trn.c and trn.h are trn’s main loops but how they interact with other modules exactly is unknown.
- int input_newsgroup()
Appears to implement the group selector interface. Both the original (rn-style) and new interfaces are implemented in the same function but it’s unclear what controls which interface is used. The purpose of the return value is unknown.