Re: Some minor improvements ;)
Reply #18 –
Do you have any thoughts on the terminal text system?
I think the 'press any key to exit' or 'press space to exit' should be standardized and added to the reusable message system.
I also hate the way it takes so many changes to add a new reusable message, maybe it could be redone with pointers.
#define MESSAGE_TEXT "hello"
char message_t[]=MESSAGE_TXT;
struct _messages{
&message_t,
}
I guess it still needs the separate defines to use them. The system is described at the top of baseUI.c.