Closed seporaitis closed 5 years ago
Part of #1
This adds some structure to the qso form code and introduces some potential code style rules:
qsoFormComponent
fooBarComponent
newFooBarComponent
initFooBarComponent
freeFooBarComponent
refreshFooBarComponent
processFooBarComponentInput
Part of #1
This adds some structure to the qso form code and introduces some potential code style rules:
qsoFormComponent
)fooBarComponent
)newFooBarComponent
that allocates memory for the componentinitFooBarComponent
that initializes the componentfreeFooBarComponent
that denitializes and frees up the memory held by componentrefreshFooBarComponent
- called just before the ncurses refresh/update.processFooBarComponentInput
- process input.