implement command completion popup

This commit is contained in:
Axel Kohlmeyer
2023-09-01 02:43:32 -04:00
parent 156ab0b338
commit b6d10d1e20
7 changed files with 195 additions and 4 deletions

View File

@ -35,6 +35,8 @@ public:
int id_count(const char *idtype);
int id_name(const char *idtype, int idx, char *buf, int buflen);
int style_count(const char *keyword);
int style_name(const char *keyword, int idx, char *buf, int buflen);
int variable_info(int idx, char *buf, int buflen);
double get_thermo(const char *keyword);