Moved help and about to new format

This commit is contained in:
James Booth
2015-07-23 23:05:33 +01:00
parent 3985f22250
commit 22111bf75b
6 changed files with 244 additions and 111 deletions

View File

@@ -35,13 +35,18 @@
#ifndef COMMANDS_H
#define COMMANDS_H
#include "ui/ui.h"
#include "ui/win_types.h"
// Command help strings
typedef struct cmd_help_t {
const gchar *usage;
const gchar *short_help;
const gchar *long_help[50];
const gchar *synopsis[50];
const gchar *desc;
const gchar *args[50][2];
const gchar *examples[10];
} CommandHelp;
/*