/[gxemul]/trunk/src/include/console.h
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/src/include/console.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 20 by dpavlin, Mon Oct 8 16:19:23 2007 UTC revision 22 by dpavlin, Mon Oct 8 16:19:37 2007 UTC
# Line 28  Line 28 
28   *  SUCH DAMAGE.   *  SUCH DAMAGE.
29   *   *
30   *   *
31   *  $Id: console.h,v 1.13 2005/11/23 02:17:02 debug Exp $   *  $Id: console.h,v 1.14 2005/12/03 04:14:15 debug Exp $
32   *   *
33   *  Console functions.  (See console.c for more info.)   *  Console functions.  (See console.c for more info.)
34   */   */
35    
36  #include "misc.h"  #include "misc.h"
37    
38  /*  Fixed console handle for the main console:  */  /*  Fixed default console handle for the main console:  */
39  #define MAIN_CONSOLE            0  #define MAIN_CONSOLE            0
40    
41    #define CONSOLE_OUTPUT_ONLY     -1
42    
43  void console_deinit(void);  void console_deinit(void);
44  void console_sigcont(int x);  void console_sigcont(int x);
45  void console_makeavail(int handle, char ch);  void console_makeavail(int handle, char ch);
# Line 52  void console_set_framebuffer_mouse(int x Line 54  void console_set_framebuffer_mouse(int x
54  void console_getmouse(int *x, int *y, int *buttons, int *fb_nr);  void console_getmouse(int *x, int *y, int *buttons, int *fb_nr);
55  void console_slave(char *arg);  void console_slave(char *arg);
56  int console_are_slaves_allowed(void);  int console_are_slaves_allowed(void);
57  void console_warn_if_slaves_are_needed(void);  int console_warn_if_slaves_are_needed(int init);
58  int console_start_slave(struct machine *machine, char *consolename);  int console_start_slave(struct machine *, char *consolename, int use_for_input);
59  int console_start_slave_inputonly(struct machine *machine, char *consolename);  int console_start_slave_inputonly(struct machine *, char *consolename,
60            int use_for_input);
61    int console_change_inputability(int handle, int inputability);
62  void console_init_main(struct emul *);  void console_init_main(struct emul *);
63    void console_debug_dump(struct machine *);
64  void console_allow_slaves(int);  void console_allow_slaves(int);
65  void console_init(void);  void console_init(void);
66    

Legend:
Removed from v.20  
changed lines
  Added in v.22

  ViewVC Help
Powered by ViewVC 1.1.26