#include <stdint.h>#include <stdbool.h>#include <stdlib.h>#include <stdio.h>#include <unistd.h>#include <string.h>#include <errno.h>#include "console.h"#include "aion.h"#include "cmd.h"#include "chatlog.h"#include "util.h"#include "help.h"#include "event.h"#include "version.h"#include "term.h"#include "config.h"#include <strings.h>#include <fcntl.h>Functions | |
| static bool | apme_prompt (char *prompt, char *answer) |
| static void | apme_chatlog_check (void) |
| static void | apme_screen_update (void) |
| static void | apme_sys_elevate (void) |
| static void | apme_event_handler (enum event_type ev) |
| static bool | apme_init (int argc, char *argv[]) |
| static void | apme_cfg_apply (void) |
| static void | apme_periodic (void) |
| int | old (int argc, char *argv[]) |
Main Terminal Application
1.8.4