summaryrefslogtreecommitdiff
path: root/alpine/osdep/termin.gen.h
diff options
context:
space:
mode:
authorEduardo Chappa <echappa@gmx.com>2013-02-03 00:59:38 -0700
committerEduardo Chappa <echappa@gmx.com>2013-02-03 00:59:38 -0700
commit094ca96844842928810f14844413109fc6cdd890 (patch)
treee60efbb980f38ba9308ccb4fb2b77b87bbc115f3 /alpine/osdep/termin.gen.h
downloadalpine-094ca96844842928810f14844413109fc6cdd890.tar.xz
Initial Alpine Version
Diffstat (limited to 'alpine/osdep/termin.gen.h')
-rw-r--r--alpine/osdep/termin.gen.h48
1 files changed, 48 insertions, 0 deletions
diff --git a/alpine/osdep/termin.gen.h b/alpine/osdep/termin.gen.h
new file mode 100644
index 00000000..18c7c0de
--- /dev/null
+++ b/alpine/osdep/termin.gen.h
@@ -0,0 +1,48 @@
+/*
+ * $Id: termin.gen.h 890 2007-12-21 05:34:43Z hubert@u.washington.edu $
+ *
+ * ========================================================================
+ * Copyright 2006-2007 University of Washington
+ * Copyright 2013 Eduardo Chappa
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * ========================================================================
+ */
+
+#ifndef PINE_OSDEP_TERMIN_GEN_INCLUDED
+#define PINE_OSDEP_TERMIN_GEN_INCLUDED
+
+#include <general.h>
+#include "../radio.h"
+
+/* Useful Macros */
+#define READ_COMMAND(U) (read_command_prep() ? read_command(U) : NO_OP_COMMAND)
+
+/* exported prototypes */
+UCS read_command(char **);
+int read_command_prep(void);
+int key_recorder(int);
+int optionally_enter(char *, int, int, int, char *, ESCKEY_S *, HelpType, int *);
+UCS validatekeys(UCS);
+int process_config_input(UCS *);
+int key_recorder(int);
+int key_playback(int);
+int recent_keystroke(int *, char *, size_t);
+int init_tty_driver(struct pine *);
+void end_tty_driver(struct pine *);
+int PineRaw(int);
+UCS read_char(int);
+void init_keyboard(int);
+void end_keyboard(int);
+int pre_screen_config_opt_enter(char *, int, char *,
+ ESCKEY_S *, HelpType, int *);
+#ifdef _WINDOWS
+int pcpine_oe_cursor(int, long);
+#endif
+
+#endif /* PINE_OSDEP_TERMIN_GEN_INCLUDED */