| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | /*
 | 
					
						
							| 
									
										
										
										
											2000-05-23 16:24:54 +00:00
										 |  |  |  *   This is a curses module for Python. | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |  * | 
					
						
							| 
									
										
										
										
											2000-05-23 16:24:54 +00:00
										 |  |  |  *   Based on prior work by Lance Ellinghaus and Oliver Andrich | 
					
						
							|  |  |  |  *   Version 1.2 of this module: Copyright 1994 by Lance Ellinghouse, | 
					
						
							|  |  |  |  *    Cathedral City, California Republic, United States of America. | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |  * | 
					
						
							| 
									
										
										
										
											2000-05-23 16:24:54 +00:00
										 |  |  |  *   Version 1.5b1, heavily extended for ncurses by Oliver Andrich: | 
					
						
							|  |  |  |  *   Copyright 1996,1997 by Oliver Andrich, Koblenz, Germany. | 
					
						
							|  |  |  |  * | 
					
						
							| 
									
										
										
										
											2002-10-30 21:08:34 +00:00
										 |  |  |  *   Tidied for Python 1.6, and currently maintained by <amk@amk.ca>. | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |  * | 
					
						
							|  |  |  |  *   Permission is hereby granted, free of charge, to any person obtaining | 
					
						
							|  |  |  |  *   a copy of this source file to use, copy, modify, merge, or publish it | 
					
						
							|  |  |  |  *   subject to the following conditions: | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  *   The above copyright notice and this permission notice shall be included | 
					
						
							|  |  |  |  *   in all copies or in any new file that contains a substantial portion of | 
					
						
							|  |  |  |  *   this file. | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  *   THE  AUTHOR  MAKES  NO  REPRESENTATIONS ABOUT  THE  SUITABILITY  OF | 
					
						
							|  |  |  |  *   THE  SOFTWARE FOR  ANY  PURPOSE.  IT IS  PROVIDED  "AS IS"  WITHOUT | 
					
						
							|  |  |  |  *   EXPRESS OR  IMPLIED WARRANTY.  THE AUTHOR DISCLAIMS  ALL WARRANTIES | 
					
						
							|  |  |  |  *   WITH  REGARD TO  THIS  SOFTWARE, INCLUDING  ALL IMPLIED  WARRANTIES | 
					
						
							|  |  |  |  *   OF   MERCHANTABILITY,  FITNESS   FOR  A   PARTICULAR  PURPOSE   AND | 
					
						
							|  |  |  |  *   NON-INFRINGEMENT  OF THIRD  PARTY  RIGHTS. IN  NO  EVENT SHALL  THE | 
					
						
							|  |  |  |  *   AUTHOR  BE LIABLE  TO  YOU  OR ANY  OTHER  PARTY  FOR ANY  SPECIAL, | 
					
						
							|  |  |  |  *   INDIRECT,  OR  CONSEQUENTIAL  DAMAGES  OR  ANY  DAMAGES  WHATSOEVER | 
					
						
							|  |  |  |  *   WHETHER IN AN  ACTION OF CONTRACT, NEGLIGENCE,  STRICT LIABILITY OR | 
					
						
							|  |  |  |  *   ANY OTHER  ACTION ARISING OUT OF  OR IN CONNECTION WITH  THE USE OR | 
					
						
							|  |  |  |  *   PERFORMANCE OF THIS SOFTWARE. | 
					
						
							|  |  |  |  */ | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | /* CVS: $Id$ */ | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-07-27 11:58:01 +00:00
										 |  |  | /*
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-04-11 13:42:25 +00:00
										 |  |  | A number of SysV or ncurses functions don't have wrappers yet; if you | 
					
						
							|  |  |  | need a given function, add it and send a patch.  See | 
					
						
							|  |  |  | http://www.python.org/dev/patches/ for instructions on how to submit
 | 
					
						
							|  |  |  | patches to Python. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | Here's a list of currently unsupported functions: | 
					
						
							| 
									
										
										
										
											2000-07-27 11:58:01 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-04-11 13:39:00 +00:00
										 |  |  | 	addchnstr addchstr color_set define_key | 
					
						
							| 
									
										
										
										
											2000-07-27 11:58:01 +00:00
										 |  |  | 	del_curterm delscreen dupwin inchnstr inchstr innstr keyok | 
					
						
							| 
									
										
										
										
											2007-04-11 13:39:00 +00:00
										 |  |  | 	mcprint mvaddchnstr mvaddchstr mvcur mvinchnstr | 
					
						
							|  |  |  | 	mvinchstr mvinnstr mmvwaddchnstr mvwaddchstr  | 
					
						
							| 
									
										
										
										
											2006-07-26 17:16:52 +00:00
										 |  |  | 	mvwinchnstr mvwinchstr mvwinnstr newterm | 
					
						
							| 
									
										
										
										
											2006-06-19 08:07:50 +00:00
										 |  |  | 	restartterm ripoffline scr_dump | 
					
						
							| 
									
										
										
										
											2000-11-18 17:45:59 +00:00
										 |  |  | 	scr_init scr_restore scr_set scrl set_curterm set_term setterm | 
					
						
							|  |  |  | 	tgetent tgetflag tgetnum tgetstr tgoto timeout tputs | 
					
						
							| 
									
										
										
										
											2007-04-11 13:39:00 +00:00
										 |  |  | 	vidattr vidputs waddchnstr waddchstr | 
					
						
							| 
									
										
										
										
											2000-11-18 17:45:59 +00:00
										 |  |  | 	wcolor_set winchnstr winchstr winnstr wmouse_trafo wscrl | 
					
						
							| 
									
										
										
										
											2000-07-27 11:58:01 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | Low-priority:  | 
					
						
							|  |  |  | 	slk_attr slk_attr_off slk_attr_on slk_attr_set slk_attroff | 
					
						
							|  |  |  | 	slk_attron slk_attrset slk_clear slk_color slk_init slk_label | 
					
						
							|  |  |  | 	slk_noutrefresh slk_refresh slk_restore slk_set slk_touch | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-12-15 00:44:02 +00:00
										 |  |  | Menu extension (ncurses and probably SYSV): | 
					
						
							|  |  |  | 	current_item free_item free_menu item_count item_description | 
					
						
							|  |  |  | 	item_index item_init item_name item_opts item_opts_off | 
					
						
							|  |  |  | 	item_opts_on item_term item_userptr item_value item_visible | 
					
						
							|  |  |  | 	menu_back menu_driver menu_fore menu_format menu_grey | 
					
						
							|  |  |  | 	menu_init menu_items menu_mark menu_opts menu_opts_off | 
					
						
							|  |  |  | 	menu_opts_on menu_pad menu_pattern menu_request_by_name | 
					
						
							|  |  |  | 	menu_request_name menu_spacing menu_sub menu_term menu_userptr | 
					
						
							|  |  |  | 	menu_win new_item new_menu pos_menu_cursor post_menu | 
					
						
							|  |  |  | 	scale_menu set_current_item set_item_init set_item_opts | 
					
						
							|  |  |  | 	set_item_term set_item_userptr set_item_value set_menu_back | 
					
						
							|  |  |  | 	set_menu_fore set_menu_format set_menu_grey set_menu_init | 
					
						
							|  |  |  | 	set_menu_items set_menu_mark set_menu_opts set_menu_pad | 
					
						
							|  |  |  | 	set_menu_pattern set_menu_spacing set_menu_sub set_menu_term | 
					
						
							|  |  |  | 	set_menu_userptr set_menu_win set_top_row top_row unpost_menu | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | Form extension (ncurses and probably SYSV): | 
					
						
							|  |  |  | 	current_field data_ahead data_behind dup_field | 
					
						
							|  |  |  | 	dynamic_fieldinfo field_arg field_back field_buffer | 
					
						
							|  |  |  | 	field_count field_fore field_index field_info field_init | 
					
						
							|  |  |  | 	field_just field_opts field_opts_off field_opts_on field_pad | 
					
						
							|  |  |  | 	field_status field_term field_type field_userptr form_driver | 
					
						
							|  |  |  | 	form_fields form_init form_opts form_opts_off form_opts_on | 
					
						
							|  |  |  | 	form_page form_request_by_name form_request_name form_sub | 
					
						
							|  |  |  | 	form_term form_userptr form_win free_field free_form | 
					
						
							|  |  |  | 	link_field link_fieldtype move_field new_field new_form | 
					
						
							|  |  |  | 	new_page pos_form_cursor post_form scale_form | 
					
						
							|  |  |  | 	set_current_field set_field_back set_field_buffer | 
					
						
							|  |  |  | 	set_field_fore set_field_init set_field_just set_field_opts | 
					
						
							|  |  |  | 	set_field_pad set_field_status set_field_term set_field_type | 
					
						
							|  |  |  | 	set_field_userptr set_fieldtype_arg set_fieldtype_choice | 
					
						
							|  |  |  | 	set_form_fields set_form_init set_form_opts set_form_page | 
					
						
							|  |  |  | 	set_form_sub set_form_term set_form_userptr set_form_win | 
					
						
							|  |  |  | 	set_max_field set_new_page unpost_form | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-07-27 11:58:01 +00:00
										 |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | /* Release Number */ | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-10-20 16:05:52 +00:00
										 |  |  | char *PyCursesVersion = "2.2"; | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | /* Includes */ | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | #include "Python.h"
 | 
					
						
							| 
									
										
										
										
											2000-05-23 16:24:54 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-06-27 21:49:47 +00:00
										 |  |  | #ifdef __osf__
 | 
					
						
							| 
									
										
										
										
											2000-07-25 12:37:41 +00:00
										 |  |  | #define STRICT_SYSV_CURSES      /* Don't use ncurses extensions */
 | 
					
						
							| 
									
										
										
										
											2000-06-27 21:49:47 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-10-24 17:10:49 +00:00
										 |  |  | #ifdef __hpux
 | 
					
						
							|  |  |  | #define STRICT_SYSV_CURSES
 | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-04-10 19:53:37 +00:00
										 |  |  | #define CURSES_MODULE
 | 
					
						
							|  |  |  | #include "py_curses.h"
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-11-18 17:45:59 +00:00
										 |  |  | /*  These prototypes are in <term.h>, but including this header 
 | 
					
						
							|  |  |  |     #defines many common symbols (such as "lines") which breaks the 
 | 
					
						
							|  |  |  |     curses module in other ways.  So the code will just specify  | 
					
						
							|  |  |  |     explicit prototypes here. */ | 
					
						
							|  |  |  | extern int setupterm(char *,int,int *); | 
					
						
							| 
									
										
										
										
											2001-07-19 20:48:32 +00:00
										 |  |  | #ifdef __sgi
 | 
					
						
							|  |  |  | #include <term.h>
 | 
					
						
							| 
									
										
										
										
											2000-11-01 19:59:12 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-09-30 16:19:48 +00:00
										 |  |  | #if !defined(HAVE_NCURSES_H) && (defined(sgi) || defined(__sun) || defined(SCO5))
 | 
					
						
							| 
									
										
										
										
											2000-07-25 12:37:41 +00:00
										 |  |  | #define STRICT_SYSV_CURSES       /* Don't use ncurses extensions */
 | 
					
						
							| 
									
										
										
										
											2000-06-27 21:49:47 +00:00
										 |  |  | typedef chtype attr_t;           /* No attr_t type is available */ | 
					
						
							| 
									
										
										
										
											1996-12-05 23:43:35 +00:00
										 |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-01-29 20:47:59 +00:00
										 |  |  | #if defined(_AIX)
 | 
					
						
							|  |  |  | #define STRICT_SYSV_CURSES
 | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | /* Definition of exception curses.error */ | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | static PyObject *PyCursesError; | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-11-18 17:45:59 +00:00
										 |  |  | /* Tells whether setupterm() has been called to initialise terminfo.  */ | 
					
						
							|  |  |  | static int initialised_setupterm = FALSE; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | /* Tells whether initscr() has been called to initialise curses.  */ | 
					
						
							| 
									
										
										
										
											1995-02-24 13:45:43 +00:00
										 |  |  | static int initialised = FALSE; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-12-22 21:52:27 +00:00
										 |  |  | /* Tells whether start_color() has been called to initialise color usage. */ | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | static int initialisedcolors = FALSE; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /* Utility Macros */ | 
					
						
							| 
									
										
										
										
											2000-11-18 17:45:59 +00:00
										 |  |  | #define PyCursesSetupTermCalled \
 | 
					
						
							|  |  |  |   if (initialised_setupterm != TRUE) { \ | 
					
						
							|  |  |  |                   PyErr_SetString(PyCursesError, \ | 
					
						
							|  |  |  |                                   "must call (at least) setupterm() first"); \ | 
					
						
							| 
									
										
										
										
											2000-12-22 21:52:27 +00:00
										 |  |  |                   return 0; } | 
					
						
							| 
									
										
										
										
											2000-11-18 17:45:59 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | #define PyCursesInitialised \
 | 
					
						
							|  |  |  |   if (initialised != TRUE) { \ | 
					
						
							|  |  |  |                   PyErr_SetString(PyCursesError, \ | 
					
						
							|  |  |  |                                   "must call initscr() first"); \ | 
					
						
							| 
									
										
										
										
											2000-12-22 21:52:27 +00:00
										 |  |  |                   return 0; } | 
					
						
							| 
									
										
										
										
											1994-08-31 22:05:27 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | #define PyCursesInitialisedColor \
 | 
					
						
							|  |  |  |   if (initialisedcolors != TRUE) { \ | 
					
						
							|  |  |  |                   PyErr_SetString(PyCursesError, \ | 
					
						
							|  |  |  |                                   "must call start_color() first"); \ | 
					
						
							| 
									
										
										
										
											2000-12-22 21:52:27 +00:00
										 |  |  |                   return 0; } | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-06-09 17:53:27 +00:00
										 |  |  | #ifndef MIN
 | 
					
						
							|  |  |  | #define MIN(x,y) ((x) < (y) ? (x) : (y))
 | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | /* Utility Functions */ | 
					
						
							| 
									
										
										
										
											1994-08-31 22:05:27 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  | /*
 | 
					
						
							|  |  |  |  * Check the return code from a curses function and return None  | 
					
						
							| 
									
										
										
										
											2000-12-22 21:52:27 +00:00
										 |  |  |  * or raise an exception as appropriate.  These are exported using the | 
					
						
							|  |  |  |  * CObject API.  | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static PyObject * | 
					
						
							| 
									
										
										
										
											2000-07-09 14:35:00 +00:00
										 |  |  | PyCursesCheckERR(int code, char *fname) | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  | { | 
					
						
							|  |  |  |   if (code != ERR) { | 
					
						
							|  |  |  |     Py_INCREF(Py_None); | 
					
						
							|  |  |  |     return Py_None; | 
					
						
							|  |  |  |   } else { | 
					
						
							|  |  |  |     if (fname == NULL) { | 
					
						
							|  |  |  |       PyErr_SetString(PyCursesError, catchall_ERR); | 
					
						
							|  |  |  |     } else { | 
					
						
							| 
									
										
										
										
											2000-05-23 16:24:54 +00:00
										 |  |  |       PyErr_Format(PyCursesError, "%s() returned ERR", fname); | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  |     } | 
					
						
							|  |  |  |     return NULL; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-05-23 16:24:54 +00:00
										 |  |  | static int  | 
					
						
							| 
									
										
										
										
											2000-07-09 14:35:00 +00:00
										 |  |  | PyCurses_ConvertToChtype(PyObject *obj, chtype *ch) | 
					
						
							| 
									
										
										
										
											1995-02-24 13:45:43 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   if (PyInt_Check(obj)) { | 
					
						
							|  |  |  |     *ch = (chtype) PyInt_AsLong(obj); | 
					
						
							| 
									
										
										
										
											2001-06-23 19:58:46 +00:00
										 |  |  |   } else if(PyString_Check(obj)  | 
					
						
							|  |  |  | 	    && (PyString_Size(obj) == 1)) { | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |     *ch = (chtype) *PyString_AsString(obj); | 
					
						
							|  |  |  |   } else { | 
					
						
							| 
									
										
										
										
											1995-02-24 13:45:43 +00:00
										 |  |  |     return 0; | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   return 1; | 
					
						
							| 
									
										
										
										
											1995-02-24 13:45:43 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-12-22 21:52:27 +00:00
										 |  |  | /* Function versions of the 3 functions for tested whether curses has been
 | 
					
						
							|  |  |  |    initialised or not. */ | 
					
						
							|  |  |  |     | 
					
						
							|  |  |  | static int func_PyCursesSetupTermCalled(void) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  |     PyCursesSetupTermCalled; | 
					
						
							|  |  |  |     return 1; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static int func_PyCursesInitialised(void) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  |     PyCursesInitialised; | 
					
						
							|  |  |  |     return 1; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static int func_PyCursesInitialisedColor(void) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  |     PyCursesInitialisedColor; | 
					
						
							|  |  |  |     return 1; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | /*****************************************************************************
 | 
					
						
							|  |  |  |  The Window Object | 
					
						
							|  |  |  | ******************************************************************************/ | 
					
						
							| 
									
										
										
										
											1995-02-24 13:45:43 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-12-22 21:52:27 +00:00
										 |  |  | /* Definition of the window type */ | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | PyTypeObject PyCursesWindow_Type; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-12-22 21:52:27 +00:00
										 |  |  | /* Function prototype macros for Window object
 | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |    X - function name | 
					
						
							|  |  |  |    TYPE - parameter Type | 
					
						
							|  |  |  |    ERGSTR - format string for construction of the return value | 
					
						
							|  |  |  |    PARSESTR - format string for argument parsing | 
					
						
							|  |  |  |    */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #define Window_NoArgNoReturnFunction(X) \
 | 
					
						
							| 
									
										
										
										
											2000-07-09 14:35:00 +00:00
										 |  |  | static PyObject *PyCursesWindow_ ## X (PyCursesWindowObject *self, PyObject *args) \ | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  | { return PyCursesCheckERR(X(self->win), # X); } | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | #define Window_NoArgTrueFalseFunction(X) \
 | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  | static PyObject * PyCursesWindow_ ## X (PyCursesWindowObject *self) \ | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | { \ | 
					
						
							|  |  |  |   if (X (self->win) == FALSE) { Py_INCREF(Py_False); return Py_False; } \ | 
					
						
							|  |  |  |   else { Py_INCREF(Py_True); return Py_True; } } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #define Window_NoArgNoReturnVoidFunction(X) \
 | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  | static PyObject * PyCursesWindow_ ## X (PyCursesWindowObject *self) \ | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | { \ | 
					
						
							|  |  |  |   X(self->win); Py_INCREF(Py_None); return Py_None; } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #define Window_NoArg2TupleReturnFunction(X, TYPE, ERGSTR) \
 | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  | static PyObject * PyCursesWindow_ ## X (PyCursesWindowObject *self) \ | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | { \ | 
					
						
							|  |  |  |   TYPE arg1, arg2; \ | 
					
						
							|  |  |  |   X(self->win,arg1,arg2); return Py_BuildValue(ERGSTR, arg1, arg2); }  | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #define Window_OneArgNoReturnVoidFunction(X, TYPE, PARSESTR) \
 | 
					
						
							| 
									
										
										
										
											2000-07-09 14:35:00 +00:00
										 |  |  | static PyObject * PyCursesWindow_ ## X (PyCursesWindowObject *self, PyObject *args) \ | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | { \ | 
					
						
							|  |  |  |   TYPE arg1; \ | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |   if (!PyArg_ParseTuple(args, PARSESTR, &arg1)) return NULL; \ | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   X(self->win,arg1); Py_INCREF(Py_None); return Py_None; } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #define Window_OneArgNoReturnFunction(X, TYPE, PARSESTR) \
 | 
					
						
							| 
									
										
										
										
											2000-07-09 14:35:00 +00:00
										 |  |  | static PyObject * PyCursesWindow_ ## X (PyCursesWindowObject *self, PyObject *args) \ | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | { \ | 
					
						
							|  |  |  |   TYPE arg1; \ | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |   if (!PyArg_ParseTuple(args,PARSESTR, &arg1)) return NULL; \ | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   return PyCursesCheckERR(X(self->win, arg1), # X); } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #define Window_TwoArgNoReturnFunction(X, TYPE, PARSESTR) \
 | 
					
						
							| 
									
										
										
										
											2000-07-09 14:35:00 +00:00
										 |  |  | static PyObject * PyCursesWindow_ ## X (PyCursesWindowObject *self, PyObject *args) \ | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | { \ | 
					
						
							|  |  |  |   TYPE arg1, arg2; \ | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |   if (!PyArg_ParseTuple(args,PARSESTR, &arg1, &arg2)) return NULL; \ | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   return PyCursesCheckERR(X(self->win, arg1, arg2), # X); } | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | /* ------------- WINDOW routines --------------- */ | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | Window_NoArgNoReturnFunction(untouchwin) | 
					
						
							|  |  |  | Window_NoArgNoReturnFunction(touchwin) | 
					
						
							|  |  |  | Window_NoArgNoReturnFunction(redrawwin) | 
					
						
							|  |  |  | Window_NoArgNoReturnFunction(winsertln) | 
					
						
							|  |  |  | Window_NoArgNoReturnFunction(werase) | 
					
						
							|  |  |  | Window_NoArgNoReturnFunction(wdeleteln) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | Window_NoArgTrueFalseFunction(is_wintouched) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | Window_NoArgNoReturnVoidFunction(wsyncup) | 
					
						
							|  |  |  | Window_NoArgNoReturnVoidFunction(wsyncdown) | 
					
						
							|  |  |  | Window_NoArgNoReturnVoidFunction(wstandend) | 
					
						
							|  |  |  | Window_NoArgNoReturnVoidFunction(wstandout) | 
					
						
							|  |  |  | Window_NoArgNoReturnVoidFunction(wcursyncup) | 
					
						
							|  |  |  | Window_NoArgNoReturnVoidFunction(wclrtoeol) | 
					
						
							|  |  |  | Window_NoArgNoReturnVoidFunction(wclrtobot) | 
					
						
							|  |  |  | Window_NoArgNoReturnVoidFunction(wclear) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | Window_OneArgNoReturnVoidFunction(idcok, int, "i;True(1) or False(0)") | 
					
						
							|  |  |  | Window_OneArgNoReturnVoidFunction(immedok, int, "i;True(1) or False(0)") | 
					
						
							| 
									
										
										
										
											2000-06-21 01:41:48 +00:00
										 |  |  | Window_OneArgNoReturnVoidFunction(wtimeout, int, "i;delay") | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  | Window_NoArg2TupleReturnFunction(getyx, int, "ii") | 
					
						
							|  |  |  | Window_NoArg2TupleReturnFunction(getbegyx, int, "ii") | 
					
						
							|  |  |  | Window_NoArg2TupleReturnFunction(getmaxyx, int, "ii") | 
					
						
							|  |  |  | Window_NoArg2TupleReturnFunction(getparyx, int, "ii") | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | Window_OneArgNoReturnFunction(wattron, attr_t, "l;attr") | 
					
						
							|  |  |  | Window_OneArgNoReturnFunction(wattroff, attr_t, "l;attr") | 
					
						
							|  |  |  | Window_OneArgNoReturnFunction(wattrset, attr_t, "l;attr") | 
					
						
							|  |  |  | Window_OneArgNoReturnFunction(clearok, int, "i;True(1) or False(0)") | 
					
						
							|  |  |  | Window_OneArgNoReturnFunction(idlok, int, "i;True(1) or False(0)") | 
					
						
							| 
									
										
										
										
											2001-01-29 20:47:59 +00:00
										 |  |  | #if defined(__NetBSD__)
 | 
					
						
							|  |  |  | Window_OneArgNoReturnVoidFunction(keypad, int, "i;True(1) or False(0)") | 
					
						
							|  |  |  | #else
 | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | Window_OneArgNoReturnFunction(keypad, int, "i;True(1) or False(0)") | 
					
						
							| 
									
										
										
										
											2001-01-29 20:47:59 +00:00
										 |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | Window_OneArgNoReturnFunction(leaveok, int, "i;True(1) or False(0)") | 
					
						
							| 
									
										
										
										
											2001-01-29 20:47:59 +00:00
										 |  |  | #if defined(__NetBSD__)
 | 
					
						
							|  |  |  | Window_OneArgNoReturnVoidFunction(nodelay, int, "i;True(1) or False(0)") | 
					
						
							|  |  |  | #else
 | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | Window_OneArgNoReturnFunction(nodelay, int, "i;True(1) or False(0)") | 
					
						
							| 
									
										
										
										
											2001-01-29 20:47:59 +00:00
										 |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | Window_OneArgNoReturnFunction(notimeout, int, "i;True(1) or False(0)") | 
					
						
							|  |  |  | Window_OneArgNoReturnFunction(scrollok, int, "i;True(1) or False(0)") | 
					
						
							| 
									
										
										
										
											2000-05-23 16:24:54 +00:00
										 |  |  | Window_OneArgNoReturnFunction(winsdelln, int, "i;nlines") | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | Window_OneArgNoReturnFunction(syncok, int, "i;True(1) or False(0)") | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  | Window_TwoArgNoReturnFunction(mvwin, int, "ii;y,x") | 
					
						
							|  |  |  | Window_TwoArgNoReturnFunction(mvderwin, int, "ii;y,x") | 
					
						
							|  |  |  | Window_TwoArgNoReturnFunction(wmove, int, "ii;y,x") | 
					
						
							| 
									
										
										
										
											2000-06-27 21:49:47 +00:00
										 |  |  | #ifndef STRICT_SYSV_CURSES
 | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  | Window_TwoArgNoReturnFunction(wresize, int, "ii;lines,columns") | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-05-23 16:24:54 +00:00
										 |  |  | /* Allocation and deallocation of Window Objects */ | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | static PyObject * | 
					
						
							| 
									
										
										
										
											2000-07-09 14:35:00 +00:00
										 |  |  | PyCursesWindow_New(WINDOW *win) | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | { | 
					
						
							|  |  |  | 	PyCursesWindowObject *wo; | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | 	wo = PyObject_NEW(PyCursesWindowObject, &PyCursesWindow_Type); | 
					
						
							|  |  |  | 	if (wo == NULL) return NULL; | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | 	wo->win = win; | 
					
						
							|  |  |  | 	return (PyObject *)wo; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static void | 
					
						
							| 
									
										
										
										
											2000-07-09 14:35:00 +00:00
										 |  |  | PyCursesWindow_Dealloc(PyCursesWindowObject *wo) | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   if (wo->win != stdscr) delwin(wo->win); | 
					
						
							| 
									
										
										
										
											2002-01-30 15:39:28 +00:00
										 |  |  |   PyObject_DEL(wo); | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | /* Addch, Addstr, Addnstr */ | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | static PyObject * | 
					
						
							| 
									
										
										
										
											2000-07-09 14:35:00 +00:00
										 |  |  | PyCursesWindow_AddCh(PyCursesWindowObject *self, PyObject *args) | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   int rtn, x, y, use_xy = FALSE; | 
					
						
							|  |  |  |   PyObject *temp; | 
					
						
							|  |  |  |   chtype ch = 0; | 
					
						
							|  |  |  |   attr_t attr = A_NORMAL; | 
					
						
							|  |  |  |    | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |   switch (PyTuple_Size(args)) { | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   case 1: | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |     if (!PyArg_ParseTuple(args, "O;ch or int", &temp)) | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | 	  return NULL; | 
					
						
							|  |  |  |     break; | 
					
						
							|  |  |  |   case 2: | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |     if (!PyArg_ParseTuple(args, "Ol;ch or int,attr", &temp, &attr)) | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |       return NULL; | 
					
						
							|  |  |  |     break; | 
					
						
							|  |  |  |   case 3: | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |     if (!PyArg_ParseTuple(args,"iiO;y,x,ch or int", &y, &x, &temp)) | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |       return NULL; | 
					
						
							|  |  |  |     use_xy = TRUE; | 
					
						
							|  |  |  |     break; | 
					
						
							|  |  |  |   case 4: | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |     if (!PyArg_ParseTuple(args,"iiOl;y,x,ch or int, attr",  | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | 		     &y, &x, &temp, &attr)) | 
					
						
							|  |  |  |       return NULL; | 
					
						
							|  |  |  |     use_xy = TRUE; | 
					
						
							|  |  |  |     break; | 
					
						
							|  |  |  |   default: | 
					
						
							| 
									
										
										
										
											2001-10-20 16:05:52 +00:00
										 |  |  |     PyErr_SetString(PyExc_TypeError, "addch requires 1 to 4 arguments"); | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  |     return NULL; | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   } | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   if (!PyCurses_ConvertToChtype(temp, &ch)) { | 
					
						
							|  |  |  |     PyErr_SetString(PyExc_TypeError, "argument 1 or 3 must be a ch or an int"); | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  |     return NULL; | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   } | 
					
						
							|  |  |  |    | 
					
						
							|  |  |  |   if (use_xy == TRUE) | 
					
						
							|  |  |  |     rtn = mvwaddch(self->win,y,x, ch | attr); | 
					
						
							|  |  |  |   else { | 
					
						
							|  |  |  |     rtn = waddch(self->win, ch | attr); | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   return PyCursesCheckERR(rtn, "addch"); | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static PyObject * | 
					
						
							| 
									
										
										
										
											2000-07-09 14:35:00 +00:00
										 |  |  | PyCursesWindow_AddStr(PyCursesWindowObject *self, PyObject *args) | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   int rtn; | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  |   int x, y; | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   char *str; | 
					
						
							|  |  |  |   attr_t attr = A_NORMAL , attr_old = A_NORMAL; | 
					
						
							|  |  |  |   int use_xy = FALSE, use_attr = FALSE; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |   switch (PyTuple_Size(args)) { | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   case 1: | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |     if (!PyArg_ParseTuple(args,"s;str", &str)) | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |       return NULL; | 
					
						
							|  |  |  |     break; | 
					
						
							|  |  |  |   case 2: | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |     if (!PyArg_ParseTuple(args,"sl;str,attr", &str, &attr)) | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |       return NULL; | 
					
						
							|  |  |  |     use_attr = TRUE; | 
					
						
							|  |  |  |     break; | 
					
						
							|  |  |  |   case 3: | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |     if (!PyArg_ParseTuple(args,"iis;int,int,str", &y, &x, &str)) | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |       return NULL; | 
					
						
							|  |  |  |     use_xy = TRUE; | 
					
						
							|  |  |  |     break; | 
					
						
							|  |  |  |   case 4: | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |     if (!PyArg_ParseTuple(args,"iisl;int,int,str,attr", &y, &x, &str, &attr)) | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |       return NULL; | 
					
						
							|  |  |  |     use_xy = use_attr = TRUE; | 
					
						
							|  |  |  |     break; | 
					
						
							|  |  |  |   default: | 
					
						
							|  |  |  |     PyErr_SetString(PyExc_TypeError, "addstr requires 1 to 4 arguments"); | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  |     return NULL; | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   if (use_attr == TRUE) { | 
					
						
							|  |  |  |     attr_old = getattrs(self->win); | 
					
						
							|  |  |  |     wattrset(self->win,attr); | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   if (use_xy == TRUE) | 
					
						
							|  |  |  |     rtn = mvwaddstr(self->win,y,x,str); | 
					
						
							|  |  |  |   else | 
					
						
							|  |  |  |     rtn = waddstr(self->win,str); | 
					
						
							|  |  |  |   if (use_attr == TRUE) | 
					
						
							|  |  |  |     wattrset(self->win,attr_old); | 
					
						
							|  |  |  |   return PyCursesCheckERR(rtn, "addstr"); | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static PyObject * | 
					
						
							| 
									
										
										
										
											2000-07-09 14:35:00 +00:00
										 |  |  | PyCursesWindow_AddNStr(PyCursesWindowObject *self, PyObject *args) | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   int rtn, x, y, n; | 
					
						
							|  |  |  |   char *str; | 
					
						
							|  |  |  |   attr_t attr = A_NORMAL , attr_old = A_NORMAL; | 
					
						
							|  |  |  |   int use_xy = FALSE, use_attr = FALSE; | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |   switch (PyTuple_Size(args)) { | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  |   case 2: | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |     if (!PyArg_ParseTuple(args,"si;str,n", &str, &n)) | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |       return NULL; | 
					
						
							|  |  |  |     break; | 
					
						
							|  |  |  |   case 3: | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |     if (!PyArg_ParseTuple(args,"sil;str,n,attr", &str, &n, &attr)) | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  |       return NULL; | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |     use_attr = TRUE; | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  |     break; | 
					
						
							|  |  |  |   case 4: | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |     if (!PyArg_ParseTuple(args,"iisi;y,x,str,n", &y, &x, &str, &n)) | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |       return NULL; | 
					
						
							|  |  |  |     use_xy = TRUE; | 
					
						
							|  |  |  |     break; | 
					
						
							|  |  |  |   case 5: | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |     if (!PyArg_ParseTuple(args,"iisil;y,x,str,n,attr", &y, &x, &str, &n, &attr)) | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  |       return NULL; | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |     use_xy = use_attr = TRUE; | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  |     break; | 
					
						
							|  |  |  |   default: | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |     PyErr_SetString(PyExc_TypeError, "addnstr requires 2 to 5 arguments"); | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  |     return NULL; | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |   if (use_attr == TRUE) { | 
					
						
							|  |  |  |     attr_old = getattrs(self->win); | 
					
						
							|  |  |  |     wattrset(self->win,attr); | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  |   } | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   if (use_xy == TRUE) | 
					
						
							|  |  |  |     rtn = mvwaddnstr(self->win,y,x,str,n); | 
					
						
							|  |  |  |   else | 
					
						
							|  |  |  |     rtn = waddnstr(self->win,str,n); | 
					
						
							|  |  |  |   if (use_attr == TRUE) | 
					
						
							|  |  |  |     wattrset(self->win,attr_old); | 
					
						
							|  |  |  |   return PyCursesCheckERR(rtn, "addnstr"); | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static PyObject * | 
					
						
							| 
									
										
										
										
											2000-07-09 14:35:00 +00:00
										 |  |  | PyCursesWindow_Bkgd(PyCursesWindowObject *self, PyObject *args) | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   PyObject *temp; | 
					
						
							|  |  |  |   chtype bkgd; | 
					
						
							|  |  |  |   attr_t attr = A_NORMAL; | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |   switch (PyTuple_Size(args)) { | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  |     case 1: | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |       if (!PyArg_ParseTuple(args, "O;ch or int", &temp)) | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  |         return NULL; | 
					
						
							|  |  |  |       break; | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  |     case 2: | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |       if (!PyArg_ParseTuple(args,"Ol;ch or int,attr", &temp, &attr)) | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  |         return NULL; | 
					
						
							|  |  |  |       break; | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  |     default: | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |       PyErr_SetString(PyExc_TypeError, "bkgd requires 1 or 2 arguments"); | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  |       return NULL; | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  |   } | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   if (!PyCurses_ConvertToChtype(temp, &bkgd)) { | 
					
						
							|  |  |  |     PyErr_SetString(PyExc_TypeError, "argument 1 or 3 must be a ch or an int"); | 
					
						
							|  |  |  |     return NULL; | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  |   } | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-09-04 19:34:32 +00:00
										 |  |  |   return PyCursesCheckERR(wbkgd(self->win, bkgd | attr), "bkgd"); | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static PyObject * | 
					
						
							| 
									
										
										
										
											2000-07-09 14:35:00 +00:00
										 |  |  | PyCursesWindow_BkgdSet(PyCursesWindowObject *self, PyObject *args) | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   PyObject *temp; | 
					
						
							|  |  |  |   chtype bkgd; | 
					
						
							|  |  |  |   attr_t attr = A_NORMAL; | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |   switch (PyTuple_Size(args)) { | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  |     case 1: | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |       if (!PyArg_ParseTuple(args, "O;ch or int", &temp)) | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  |         return NULL; | 
					
						
							|  |  |  |       break; | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  |     case 2: | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |       if (!PyArg_ParseTuple(args,"Ol;ch or int,attr", &temp, &attr)) | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  |         return NULL; | 
					
						
							|  |  |  |       break; | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  |     default: | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |       PyErr_SetString(PyExc_TypeError, "bkgdset requires 1 or 2 arguments"); | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  |       return NULL; | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  |   } | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   if (!PyCurses_ConvertToChtype(temp, &bkgd)) { | 
					
						
							| 
									
										
										
										
											2000-05-23 16:24:54 +00:00
										 |  |  |     PyErr_SetString(PyExc_TypeError, "argument 1 must be a ch or an int"); | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |     return NULL; | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  |   } | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   wbkgdset(self->win, bkgd | attr); | 
					
						
							|  |  |  |   return PyCursesCheckERR(0, "bkgdset"); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static PyObject * | 
					
						
							| 
									
										
										
										
											2000-07-09 14:35:00 +00:00
										 |  |  | PyCursesWindow_Border(PyCursesWindowObject *self, PyObject *args) | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2001-10-20 16:05:52 +00:00
										 |  |  |   PyObject *temp[8]; | 
					
						
							|  |  |  |   chtype ch[8]; | 
					
						
							|  |  |  |   int i; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   /* Clear the array of parameters */ | 
					
						
							|  |  |  |   for(i=0; i<8; i++) { | 
					
						
							|  |  |  |        temp[i] = NULL; | 
					
						
							|  |  |  |        ch[i] = 0; | 
					
						
							|  |  |  |   }     | 
					
						
							|  |  |  |    | 
					
						
							|  |  |  |   if (!PyArg_ParseTuple(args,"|OOOOOOOO;ls,rs,ts,bs,tl,tr,bl,br", | 
					
						
							|  |  |  |                         &temp[0], &temp[1], &temp[2], &temp[3], | 
					
						
							|  |  |  |                         &temp[4], &temp[5], &temp[6], &temp[7])) | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |     return NULL; | 
					
						
							| 
									
										
										
										
											2001-10-20 16:05:52 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |   for(i=0; i<8; i++) { | 
					
						
							|  |  |  |       if (temp[i] != NULL && !PyCurses_ConvertToChtype(temp[i], &ch[i])) { | 
					
						
							|  |  |  |           PyErr_Format(PyExc_TypeError, | 
					
						
							|  |  |  |                        "argument %i must be a ch or an int", i+1); | 
					
						
							|  |  |  |           return NULL; | 
					
						
							|  |  |  |       } | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |    | 
					
						
							|  |  |  |   wborder(self->win, | 
					
						
							|  |  |  |           ch[0], ch[1], ch[2], ch[3], | 
					
						
							|  |  |  |           ch[4], ch[5], ch[6], ch[7]); | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   Py_INCREF(Py_None); | 
					
						
							|  |  |  |   return Py_None; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static PyObject * | 
					
						
							| 
									
										
										
										
											2000-07-09 14:35:00 +00:00
										 |  |  | PyCursesWindow_Box(PyCursesWindowObject *self, PyObject *args) | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | { | 
					
						
							|  |  |  |   chtype ch1=0,ch2=0; | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |   switch(PyTuple_Size(args)){ | 
					
						
							|  |  |  |   case 0: break; | 
					
						
							|  |  |  |   default: | 
					
						
							|  |  |  |     if (!PyArg_ParseTuple(args,"ll;vertint,horint", &ch1, &ch2)) | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |       return NULL; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   box(self->win,ch1,ch2); | 
					
						
							|  |  |  |   Py_INCREF(Py_None); | 
					
						
							|  |  |  |   return Py_None; | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-10-24 17:10:49 +00:00
										 |  |  | #if defined(HAVE_NCURSES_H) || defined(MVWDELCH_IS_EXPRESSION)
 | 
					
						
							|  |  |  | #define py_mvwdelch mvwdelch
 | 
					
						
							|  |  |  | #else
 | 
					
						
							|  |  |  | int py_mvwdelch(WINDOW *w, int y, int x) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  |   mvwdelch(w,y,x); | 
					
						
							|  |  |  |   /* On HP/UX, mvwdelch already returns. On other systems,
 | 
					
						
							|  |  |  |      we may well run into this return statement. */ | 
					
						
							|  |  |  |   return 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-04-11 13:39:00 +00:00
										 |  |  | /* chgat, added by Fabian Kreutz <fabian.kreutz at gmx.net> */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static PyObject * | 
					
						
							|  |  |  | PyCursesWindow_ChgAt(PyCursesWindowObject *self, PyObject *args) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  |   int rtn; | 
					
						
							|  |  |  |   int x, y; | 
					
						
							|  |  |  |   int num = -1; | 
					
						
							|  |  |  |   short color; | 
					
						
							|  |  |  |   attr_t attr = A_NORMAL; | 
					
						
							|  |  |  |   int use_xy = FALSE; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   switch (PyTuple_Size(args)) { | 
					
						
							|  |  |  |   case 1: | 
					
						
							|  |  |  |     if (!PyArg_ParseTuple(args,"l;attr", &attr)) | 
					
						
							|  |  |  |       return NULL; | 
					
						
							|  |  |  |     break; | 
					
						
							|  |  |  |   case 2: | 
					
						
							|  |  |  |     if (!PyArg_ParseTuple(args,"il;n,attr", &num, &attr)) | 
					
						
							|  |  |  |       return NULL; | 
					
						
							|  |  |  |     break; | 
					
						
							|  |  |  |   case 3: | 
					
						
							|  |  |  |     if (!PyArg_ParseTuple(args,"iil;int,int,attr", &y, &x, &attr)) | 
					
						
							|  |  |  |       return NULL; | 
					
						
							|  |  |  |     use_xy = TRUE; | 
					
						
							|  |  |  |     break; | 
					
						
							|  |  |  |   case 4: | 
					
						
							|  |  |  |     if (!PyArg_ParseTuple(args,"iiil;int,int,n,attr", &y, &x, &num, &attr)) | 
					
						
							|  |  |  |       return NULL; | 
					
						
							|  |  |  |     use_xy = TRUE; | 
					
						
							|  |  |  |     break; | 
					
						
							|  |  |  |   default: | 
					
						
							|  |  |  |     PyErr_SetString(PyExc_TypeError, "chgat requires 1 to 4 arguments"); | 
					
						
							|  |  |  |     return NULL; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   color = (short)((attr >> 8) & 0xff); | 
					
						
							|  |  |  |   attr = attr - (color << 8); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   if (use_xy == TRUE) { | 
					
						
							|  |  |  |     rtn = mvwchgat(self->win,y,x,num,attr,color,NULL); | 
					
						
							|  |  |  |     touchline(self->win,y,1); | 
					
						
							|  |  |  |   } else { | 
					
						
							|  |  |  |     getyx(self->win,y,x); | 
					
						
							|  |  |  |     rtn = wchgat(self->win,num,attr,color,NULL); | 
					
						
							|  |  |  |     touchline(self->win,y,1); | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   return PyCursesCheckERR(rtn, "chgat"); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-10-24 17:10:49 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | static PyObject * | 
					
						
							| 
									
										
										
										
											2000-07-09 14:35:00 +00:00
										 |  |  | PyCursesWindow_DelCh(PyCursesWindowObject *self, PyObject *args) | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | { | 
					
						
							|  |  |  |   int rtn; | 
					
						
							|  |  |  |   int x, y; | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |   switch (PyTuple_Size(args)) { | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  |   case 0: | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  |     rtn = wdelch(self->win); | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  |     break; | 
					
						
							|  |  |  |   case 2: | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |     if (!PyArg_ParseTuple(args,"ii;y,x", &y, &x)) | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  |       return NULL; | 
					
						
							| 
									
										
										
										
											2001-10-24 17:10:49 +00:00
										 |  |  |     rtn = py_mvwdelch(self->win,y,x); | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  |     break; | 
					
						
							|  |  |  |   default: | 
					
						
							|  |  |  |     PyErr_SetString(PyExc_TypeError, "delch requires 0 or 2 arguments"); | 
					
						
							|  |  |  |     return NULL; | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  |   } | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  |   return PyCursesCheckERR(rtn, "[mv]wdelch"); | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static PyObject * | 
					
						
							| 
									
										
										
										
											2000-07-09 14:35:00 +00:00
										 |  |  | PyCursesWindow_DerWin(PyCursesWindowObject *self, PyObject *args) | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   WINDOW *win; | 
					
						
							|  |  |  |   int nlines, ncols, begin_y, begin_x; | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   nlines = 0; | 
					
						
							|  |  |  |   ncols  = 0; | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |   switch (PyTuple_Size(args)) { | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   case 2: | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |     if (!PyArg_ParseTuple(args,"ii;begin_y,begin_x",&begin_y,&begin_x)) | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  |       return NULL; | 
					
						
							|  |  |  |     break; | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   case 4: | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |     if (!PyArg_ParseTuple(args, "iiii;nlines,ncols,begin_y,begin_x", | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | 		   &nlines,&ncols,&begin_y,&begin_x)) | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  |       return NULL; | 
					
						
							|  |  |  |     break; | 
					
						
							|  |  |  |   default: | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |     PyErr_SetString(PyExc_TypeError, "derwin requires 2 or 4 arguments"); | 
					
						
							|  |  |  |     return NULL; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   win = derwin(self->win,nlines,ncols,begin_y,begin_x); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   if (win == NULL) { | 
					
						
							|  |  |  |     PyErr_SetString(PyCursesError, catchall_NULL); | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  |     return NULL; | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  |   } | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   return (PyObject *)PyCursesWindow_New(win); | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static PyObject * | 
					
						
							| 
									
										
										
										
											2000-07-09 14:35:00 +00:00
										 |  |  | PyCursesWindow_EchoChar(PyCursesWindowObject *self, PyObject *args) | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   PyObject *temp; | 
					
						
							|  |  |  |   chtype ch; | 
					
						
							|  |  |  |   attr_t attr = A_NORMAL; | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |   switch (PyTuple_Size(args)) { | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  |   case 1: | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |     if (!PyArg_ParseTuple(args,"O;ch or int", &temp)) | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  |       return NULL; | 
					
						
							|  |  |  |     break; | 
					
						
							|  |  |  |   case 2: | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |     if (!PyArg_ParseTuple(args,"Ol;ch or int,attr", &temp, &attr)) | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  |       return NULL; | 
					
						
							|  |  |  |     break; | 
					
						
							|  |  |  |   default: | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |     PyErr_SetString(PyExc_TypeError, "echochar requires 1 or 2 arguments"); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  |     return NULL; | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  |   } | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   if (!PyCurses_ConvertToChtype(temp, &ch)) { | 
					
						
							|  |  |  |     PyErr_SetString(PyExc_TypeError, "argument 1 must be a ch or an int"); | 
					
						
							|  |  |  |     return NULL; | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  |   } | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |    | 
					
						
							| 
									
										
										
										
											2001-10-24 17:10:49 +00:00
										 |  |  | #ifdef WINDOW_HAS_FLAGS
 | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   if (self->win->_flags & _ISPAD) | 
					
						
							|  |  |  |     return PyCursesCheckERR(pechochar(self->win, ch | attr),  | 
					
						
							|  |  |  | 			    "echochar"); | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  |   else | 
					
						
							| 
									
										
										
										
											2001-01-29 20:47:59 +00:00
										 |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |     return PyCursesCheckERR(wechochar(self->win, ch | attr),  | 
					
						
							|  |  |  | 			    "echochar"); | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-06-27 03:10:38 +00:00
										 |  |  | #ifdef NCURSES_MOUSE_VERSION
 | 
					
						
							|  |  |  | static PyObject * | 
					
						
							| 
									
										
										
										
											2000-07-09 14:35:00 +00:00
										 |  |  | PyCursesWindow_Enclose(PyCursesWindowObject *self, PyObject *args) | 
					
						
							| 
									
										
										
										
											2000-06-27 03:10:38 +00:00
										 |  |  | { | 
					
						
							|  |  |  | 	int x, y; | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  | 	if (!PyArg_ParseTuple(args,"ii;y,x", &y, &x)) | 
					
						
							| 
									
										
										
										
											2000-06-27 03:10:38 +00:00
										 |  |  | 		return NULL; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	return PyInt_FromLong( wenclose(self->win,y,x) ); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | static PyObject * | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  | PyCursesWindow_GetBkgd(PyCursesWindowObject *self) | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   return PyInt_FromLong((long) getbkgd(self->win)); | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static PyObject * | 
					
						
							| 
									
										
										
										
											2000-07-09 14:35:00 +00:00
										 |  |  | PyCursesWindow_GetCh(PyCursesWindowObject *self, PyObject *args) | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   int x, y; | 
					
						
							| 
									
										
										
										
											2002-11-06 14:15:36 +00:00
										 |  |  |   int rtn; | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |   switch (PyTuple_Size(args)) { | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   case 0: | 
					
						
							| 
									
										
										
										
											2000-06-23 01:36:21 +00:00
										 |  |  |     Py_BEGIN_ALLOW_THREADS | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |     rtn = wgetch(self->win); | 
					
						
							| 
									
										
										
										
											2000-06-23 01:36:21 +00:00
										 |  |  |     Py_END_ALLOW_THREADS | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |     break; | 
					
						
							|  |  |  |   case 2: | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |     if (!PyArg_ParseTuple(args,"ii;y,x",&y,&x)) | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  |       return NULL; | 
					
						
							| 
									
										
										
										
											2000-06-23 01:36:21 +00:00
										 |  |  |     Py_BEGIN_ALLOW_THREADS | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |     rtn = mvwgetch(self->win,y,x); | 
					
						
							| 
									
										
										
										
											2000-06-23 01:36:21 +00:00
										 |  |  |     Py_END_ALLOW_THREADS | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |     break; | 
					
						
							|  |  |  |   default: | 
					
						
							|  |  |  |     PyErr_SetString(PyExc_TypeError, "getch requires 0 or 2 arguments"); | 
					
						
							|  |  |  |     return NULL; | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2001-07-19 20:48:32 +00:00
										 |  |  |   return PyInt_FromLong((long)rtn); | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static PyObject * | 
					
						
							| 
									
										
										
										
											2000-07-09 14:35:00 +00:00
										 |  |  | PyCursesWindow_GetKey(PyCursesWindowObject *self, PyObject *args) | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   int x, y; | 
					
						
							| 
									
										
										
										
											2002-11-06 14:15:36 +00:00
										 |  |  |   int rtn; | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |   switch (PyTuple_Size(args)) { | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   case 0: | 
					
						
							| 
									
										
										
										
											2000-06-23 01:36:21 +00:00
										 |  |  |     Py_BEGIN_ALLOW_THREADS | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |     rtn = wgetch(self->win); | 
					
						
							| 
									
										
										
										
											2000-06-23 01:36:21 +00:00
										 |  |  |     Py_END_ALLOW_THREADS | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |     break; | 
					
						
							|  |  |  |   case 2: | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |     if (!PyArg_ParseTuple(args,"ii;y,x",&y,&x)) | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  |       return NULL; | 
					
						
							| 
									
										
										
										
											2000-06-23 01:36:21 +00:00
										 |  |  |     Py_BEGIN_ALLOW_THREADS | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |     rtn = mvwgetch(self->win,y,x); | 
					
						
							| 
									
										
										
										
											2000-06-23 01:36:21 +00:00
										 |  |  |     Py_END_ALLOW_THREADS | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |     break; | 
					
						
							|  |  |  |   default: | 
					
						
							| 
									
										
										
										
											2000-05-23 16:24:54 +00:00
										 |  |  |     PyErr_SetString(PyExc_TypeError, "getkey requires 0 or 2 arguments"); | 
					
						
							| 
									
										
										
										
											1995-02-24 13:45:43 +00:00
										 |  |  |     return NULL; | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   } | 
					
						
							| 
									
										
										
										
											2002-11-06 14:15:36 +00:00
										 |  |  |   if (rtn == ERR) { | 
					
						
							|  |  |  |     /* getch() returns ERR in nodelay mode */ | 
					
						
							|  |  |  |     PyErr_SetString(PyCursesError, "no input"); | 
					
						
							|  |  |  |     return NULL; | 
					
						
							|  |  |  |   } else if (rtn<=255) | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |     return Py_BuildValue("c", rtn); | 
					
						
							|  |  |  |   else | 
					
						
							| 
									
										
										
										
											2001-01-29 20:47:59 +00:00
										 |  |  | #if defined(__NetBSD__)
 | 
					
						
							|  |  |  |     return PyString_FromString(unctrl(rtn)); | 
					
						
							|  |  |  | #else
 | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |     return PyString_FromString((char *)keyname(rtn)); | 
					
						
							| 
									
										
										
										
											2001-01-29 20:47:59 +00:00
										 |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											1995-02-24 13:45:43 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | static PyObject * | 
					
						
							| 
									
										
										
										
											2000-07-09 14:35:00 +00:00
										 |  |  | PyCursesWindow_GetStr(PyCursesWindowObject *self, PyObject *args) | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   int x, y, n; | 
					
						
							|  |  |  |   char rtn[1024]; /* This should be big enough.. I hope */ | 
					
						
							|  |  |  |   int rtn2; | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |   switch (PyTuple_Size(args)) { | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   case 0: | 
					
						
							| 
									
										
										
										
											2000-06-23 01:36:21 +00:00
										 |  |  |     Py_BEGIN_ALLOW_THREADS | 
					
						
							| 
									
										
										
										
											2005-06-09 17:53:27 +00:00
										 |  |  |     rtn2 = wgetnstr(self->win,rtn, 1023); | 
					
						
							| 
									
										
										
										
											2000-06-23 01:36:21 +00:00
										 |  |  |     Py_END_ALLOW_THREADS | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |     break; | 
					
						
							|  |  |  |   case 1: | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |     if (!PyArg_ParseTuple(args,"i;n", &n)) | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |       return NULL; | 
					
						
							| 
									
										
										
										
											2000-06-23 01:36:21 +00:00
										 |  |  |     Py_BEGIN_ALLOW_THREADS | 
					
						
							| 
									
										
										
										
											2005-06-09 17:53:27 +00:00
										 |  |  |     rtn2 = wgetnstr(self->win,rtn,MIN(n, 1023)); | 
					
						
							| 
									
										
										
										
											2000-06-23 01:36:21 +00:00
										 |  |  |     Py_END_ALLOW_THREADS | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |     break; | 
					
						
							| 
									
										
										
										
											1995-02-24 13:45:43 +00:00
										 |  |  |   case 2: | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |     if (!PyArg_ParseTuple(args,"ii;y,x",&y,&x)) | 
					
						
							| 
									
										
										
										
											1995-02-24 13:45:43 +00:00
										 |  |  |       return NULL; | 
					
						
							| 
									
										
										
										
											2000-06-23 01:36:21 +00:00
										 |  |  |     Py_BEGIN_ALLOW_THREADS | 
					
						
							| 
									
										
										
										
											2006-07-26 17:16:52 +00:00
										 |  |  | #ifdef STRICT_SYSV_CURSES
 | 
					
						
							|  |  |  |     rtn2 = wmove(self->win,y,x)==ERR ? ERR : wgetnstr(self->win, rtn, 1023); | 
					
						
							|  |  |  | #else
 | 
					
						
							| 
									
										
										
										
											2005-06-09 17:53:27 +00:00
										 |  |  |     rtn2 = mvwgetnstr(self->win,y,x,rtn, 1023); | 
					
						
							| 
									
										
										
										
											2006-07-26 17:16:52 +00:00
										 |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											2000-06-23 01:36:21 +00:00
										 |  |  |     Py_END_ALLOW_THREADS | 
					
						
							| 
									
										
										
										
											1995-02-24 13:45:43 +00:00
										 |  |  |     break; | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   case 3: | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |     if (!PyArg_ParseTuple(args,"iii;y,x,n", &y, &x, &n)) | 
					
						
							| 
									
										
										
										
											1995-02-24 13:45:43 +00:00
										 |  |  |       return NULL; | 
					
						
							| 
									
										
										
										
											2000-06-27 21:49:47 +00:00
										 |  |  | #ifdef STRICT_SYSV_CURSES
 | 
					
						
							| 
									
										
										
										
											2000-06-23 01:36:21 +00:00
										 |  |  |     Py_BEGIN_ALLOW_THREADS | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |     rtn2 = wmove(self->win,y,x)==ERR ? ERR : | 
					
						
							| 
									
										
										
										
											2005-06-09 17:53:27 +00:00
										 |  |  |       wgetnstr(self->win, rtn, MIN(n, 1023)); | 
					
						
							| 
									
										
										
										
											2000-06-23 01:36:21 +00:00
										 |  |  |     Py_END_ALLOW_THREADS | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | #else
 | 
					
						
							| 
									
										
										
										
											2000-06-23 01:36:21 +00:00
										 |  |  |     Py_BEGIN_ALLOW_THREADS | 
					
						
							| 
									
										
										
										
											2005-06-09 17:53:27 +00:00
										 |  |  |     rtn2 = mvwgetnstr(self->win, y, x, rtn, MIN(n, 1023)); | 
					
						
							| 
									
										
										
										
											2000-06-23 01:36:21 +00:00
										 |  |  |     Py_END_ALLOW_THREADS | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											1995-02-24 13:45:43 +00:00
										 |  |  |     break; | 
					
						
							|  |  |  |   default: | 
					
						
							| 
									
										
										
										
											2006-07-26 17:18:01 +00:00
										 |  |  |     PyErr_SetString(PyExc_TypeError, "getstr requires 0 to 3 arguments"); | 
					
						
							| 
									
										
										
										
											1995-02-24 13:45:43 +00:00
										 |  |  |     return NULL; | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   if (rtn2 == ERR) | 
					
						
							|  |  |  |     rtn[0] = 0; | 
					
						
							|  |  |  |   return PyString_FromString(rtn); | 
					
						
							| 
									
										
										
										
											1995-02-24 13:45:43 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static PyObject * | 
					
						
							| 
									
										
										
										
											2000-07-09 14:35:00 +00:00
										 |  |  | PyCursesWindow_Hline(PyCursesWindowObject *self, PyObject *args) | 
					
						
							| 
									
										
										
										
											1995-02-24 13:45:43 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   PyObject *temp; | 
					
						
							|  |  |  |   chtype ch; | 
					
						
							|  |  |  |   int n, x, y, code = OK; | 
					
						
							|  |  |  |   attr_t attr = A_NORMAL; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |   switch (PyTuple_Size(args)) { | 
					
						
							| 
									
										
										
										
											1995-02-24 13:45:43 +00:00
										 |  |  |   case 2: | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |     if (!PyArg_ParseTuple(args, "Oi;ch or int,n", &temp, &n)) | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |       return NULL; | 
					
						
							|  |  |  |     break; | 
					
						
							|  |  |  |   case 3: | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |     if (!PyArg_ParseTuple(args, "Oil;ch or int,n,attr", &temp, &n, &attr)) | 
					
						
							| 
									
										
										
										
											1995-02-24 13:45:43 +00:00
										 |  |  |       return NULL; | 
					
						
							|  |  |  |     break; | 
					
						
							|  |  |  |   case 4: | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |     if (!PyArg_ParseTuple(args, "iiOi;y,x,ch or int,n", &y, &x, &temp, &n)) | 
					
						
							| 
									
										
										
										
											1995-02-24 13:45:43 +00:00
										 |  |  |       return NULL; | 
					
						
							|  |  |  |     code = wmove(self->win, y, x); | 
					
						
							|  |  |  |     break; | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   case 5: | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |     if (!PyArg_ParseTuple(args, "iiOil; y,x,ch or int,n,attr",  | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | 		     &y, &x, &temp, &n, &attr)) | 
					
						
							|  |  |  |       return NULL; | 
					
						
							|  |  |  |     code = wmove(self->win, y, x); | 
					
						
							| 
									
										
										
										
											2001-10-20 16:05:52 +00:00
										 |  |  |     break; | 
					
						
							| 
									
										
										
										
											1995-02-24 13:45:43 +00:00
										 |  |  |   default: | 
					
						
							| 
									
										
										
										
											2001-10-20 16:05:52 +00:00
										 |  |  |     PyErr_SetString(PyExc_TypeError, "hline requires 2 to 5 arguments"); | 
					
						
							| 
									
										
										
										
											1995-02-24 13:45:43 +00:00
										 |  |  |     return NULL; | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   if (code != ERR) { | 
					
						
							|  |  |  |     if (!PyCurses_ConvertToChtype(temp, &ch)) { | 
					
						
							|  |  |  |       PyErr_SetString(PyExc_TypeError,  | 
					
						
							|  |  |  | 		      "argument 1 or 3 must be a ch or an int"); | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  |       return NULL; | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |     } | 
					
						
							|  |  |  |     return PyCursesCheckERR(whline(self->win, ch | attr, n), "hline"); | 
					
						
							|  |  |  |   } else  | 
					
						
							|  |  |  |     return PyCursesCheckERR(code, "wmove"); | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static PyObject * | 
					
						
							| 
									
										
										
										
											2000-07-09 14:35:00 +00:00
										 |  |  | PyCursesWindow_InsCh(PyCursesWindowObject *self, PyObject *args) | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   int rtn, x, y, use_xy = FALSE; | 
					
						
							|  |  |  |   PyObject *temp; | 
					
						
							|  |  |  |   chtype ch = 0; | 
					
						
							|  |  |  |   attr_t attr = A_NORMAL; | 
					
						
							|  |  |  |    | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |   switch (PyTuple_Size(args)) { | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   case 1: | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |     if (!PyArg_ParseTuple(args, "O;ch or int", &temp)) | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  |       return NULL; | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |     break; | 
					
						
							|  |  |  |   case 2: | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |     if (!PyArg_ParseTuple(args, "Ol;ch or int,attr", &temp, &attr)) | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  |       return NULL; | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |     break; | 
					
						
							|  |  |  |   case 3: | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |     if (!PyArg_ParseTuple(args,"iiO;y,x,ch or int", &y, &x, &temp)) | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  |       return NULL; | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |     use_xy = TRUE; | 
					
						
							| 
									
										
										
										
											1999-01-05 17:16:46 +00:00
										 |  |  |     break; | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   case 4: | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |     if (!PyArg_ParseTuple(args,"iiOl;y,x,ch or int, attr", &y, &x, &temp, &attr)) | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  |       return NULL; | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |     use_xy = TRUE; | 
					
						
							| 
									
										
										
										
											1999-01-05 17:16:46 +00:00
										 |  |  |     break; | 
					
						
							|  |  |  |   default: | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |     PyErr_SetString(PyExc_TypeError, "insch requires 1 or 4 arguments"); | 
					
						
							| 
									
										
										
										
											1999-01-05 17:16:46 +00:00
										 |  |  |     return NULL; | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   if (!PyCurses_ConvertToChtype(temp, &ch)) { | 
					
						
							|  |  |  |     PyErr_SetString(PyExc_TypeError,  | 
					
						
							|  |  |  | 		    "argument 1 or 3 must be a ch or an int"); | 
					
						
							|  |  |  |     return NULL; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |    | 
					
						
							|  |  |  |   if (use_xy == TRUE) | 
					
						
							|  |  |  |     rtn = mvwinsch(self->win,y,x, ch | attr); | 
					
						
							|  |  |  |   else { | 
					
						
							|  |  |  |     rtn = winsch(self->win, ch | attr); | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   return PyCursesCheckERR(rtn, "insch"); | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static PyObject * | 
					
						
							| 
									
										
										
										
											2000-07-09 14:35:00 +00:00
										 |  |  | PyCursesWindow_InCh(PyCursesWindowObject *self, PyObject *args) | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   int x, y, rtn; | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |   switch (PyTuple_Size(args)) { | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  |   case 0: | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |     rtn = winch(self->win); | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  |     break; | 
					
						
							|  |  |  |   case 2: | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |     if (!PyArg_ParseTuple(args,"ii;y,x",&y,&x)) | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  |       return NULL; | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |     rtn = mvwinch(self->win,y,x); | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  |     break; | 
					
						
							|  |  |  |   default: | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |     PyErr_SetString(PyExc_TypeError, "inch requires 0 or 2 arguments"); | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  |     return NULL; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   return PyInt_FromLong((long) rtn); | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static PyObject * | 
					
						
							| 
									
										
										
										
											2000-07-09 14:35:00 +00:00
										 |  |  | PyCursesWindow_InStr(PyCursesWindowObject *self, PyObject *args) | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   int x, y, n; | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  |   char rtn[1024]; /* This should be big enough.. I hope */ | 
					
						
							|  |  |  |   int rtn2; | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |   switch (PyTuple_Size(args)) { | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  |   case 0: | 
					
						
							| 
									
										
										
										
											2005-06-09 17:53:27 +00:00
										 |  |  |     rtn2 = winnstr(self->win,rtn, 1023); | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |     break; | 
					
						
							|  |  |  |   case 1: | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |     if (!PyArg_ParseTuple(args,"i;n", &n)) | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |       return NULL; | 
					
						
							| 
									
										
										
										
											2005-06-09 17:53:27 +00:00
										 |  |  |     rtn2 = winnstr(self->win,rtn,MIN(n,1023)); | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  |     break; | 
					
						
							|  |  |  |   case 2: | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |     if (!PyArg_ParseTuple(args,"ii;y,x",&y,&x)) | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  |       return NULL; | 
					
						
							| 
									
										
										
										
											2005-06-09 17:53:27 +00:00
										 |  |  |     rtn2 = mvwinnstr(self->win,y,x,rtn,1023); | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  |     break; | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   case 3: | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |     if (!PyArg_ParseTuple(args, "iii;y,x,n", &y, &x, &n)) | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |       return NULL; | 
					
						
							| 
									
										
										
										
											2005-06-09 17:53:27 +00:00
										 |  |  |     rtn2 = mvwinnstr(self->win, y, x, rtn, MIN(n,1023)); | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |     break; | 
					
						
							|  |  |  |   default: | 
					
						
							|  |  |  |     PyErr_SetString(PyExc_TypeError, "instr requires 0 or 3 arguments"); | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  |     return NULL; | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  |   if (rtn2 == ERR) | 
					
						
							|  |  |  |     rtn[0] = 0; | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  |   return PyString_FromString(rtn); | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static PyObject * | 
					
						
							| 
									
										
										
										
											2000-07-09 14:35:00 +00:00
										 |  |  | PyCursesWindow_InsStr(PyCursesWindowObject *self, PyObject *args) | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   int rtn; | 
					
						
							|  |  |  |   int x, y; | 
					
						
							|  |  |  |   char *str; | 
					
						
							|  |  |  |   attr_t attr = A_NORMAL , attr_old = A_NORMAL; | 
					
						
							|  |  |  |   int use_xy = FALSE, use_attr = FALSE; | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |   switch (PyTuple_Size(args)) { | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   case 1: | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |     if (!PyArg_ParseTuple(args,"s;str", &str)) | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |       return NULL; | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  |     break; | 
					
						
							|  |  |  |   case 2: | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |     if (!PyArg_ParseTuple(args,"sl;str,attr", &str, &attr)) | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  |       return NULL; | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |     use_attr = TRUE; | 
					
						
							|  |  |  |     break; | 
					
						
							|  |  |  |   case 3: | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |     if (!PyArg_ParseTuple(args,"iis;y,x,str", &y, &x, &str)) | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |       return NULL; | 
					
						
							|  |  |  |     use_xy = TRUE; | 
					
						
							|  |  |  |     break; | 
					
						
							|  |  |  |   case 4: | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |     if (!PyArg_ParseTuple(args,"iisl;y,x,str,attr", &y, &x, &str, &attr)) | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |       return NULL; | 
					
						
							|  |  |  |     use_xy = use_attr = TRUE; | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  |     break; | 
					
						
							|  |  |  |   default: | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |     PyErr_SetString(PyExc_TypeError, "insstr requires 1 to 4 arguments"); | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  |     return NULL; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   if (use_attr == TRUE) { | 
					
						
							|  |  |  |     attr_old = getattrs(self->win); | 
					
						
							|  |  |  |     wattrset(self->win,attr); | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   if (use_xy == TRUE) | 
					
						
							|  |  |  |     rtn = mvwinsstr(self->win,y,x,str); | 
					
						
							|  |  |  |   else | 
					
						
							|  |  |  |     rtn = winsstr(self->win,str); | 
					
						
							|  |  |  |   if (use_attr == TRUE) | 
					
						
							|  |  |  |     wattrset(self->win,attr_old); | 
					
						
							|  |  |  |   return PyCursesCheckERR(rtn, "insstr"); | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static PyObject * | 
					
						
							| 
									
										
										
										
											2000-07-09 14:35:00 +00:00
										 |  |  | PyCursesWindow_InsNStr(PyCursesWindowObject *self, PyObject *args) | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   int rtn, x, y, n; | 
					
						
							|  |  |  |   char *str; | 
					
						
							|  |  |  |   attr_t attr = A_NORMAL , attr_old = A_NORMAL; | 
					
						
							|  |  |  |   int use_xy = FALSE, use_attr = FALSE; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |   switch (PyTuple_Size(args)) { | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   case 2: | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |     if (!PyArg_ParseTuple(args,"si;str,n", &str, &n)) | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |       return NULL; | 
					
						
							|  |  |  |     break; | 
					
						
							|  |  |  |   case 3: | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |     if (!PyArg_ParseTuple(args,"sil;str,n,attr", &str, &n, &attr)) | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |       return NULL; | 
					
						
							|  |  |  |     use_attr = TRUE; | 
					
						
							|  |  |  |     break; | 
					
						
							|  |  |  |   case 4: | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |     if (!PyArg_ParseTuple(args,"iisi;y,x,str,n", &y, &x, &str, &n)) | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |       return NULL; | 
					
						
							|  |  |  |     use_xy = TRUE; | 
					
						
							|  |  |  |     break; | 
					
						
							|  |  |  |   case 5: | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |     if (!PyArg_ParseTuple(args,"iisil;y,x,str,n,attr", &y, &x, &str, &n, &attr)) | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |       return NULL; | 
					
						
							|  |  |  |     use_xy = use_attr = TRUE; | 
					
						
							|  |  |  |     break; | 
					
						
							|  |  |  |   default: | 
					
						
							|  |  |  |     PyErr_SetString(PyExc_TypeError, "insnstr requires 2 to 5 arguments"); | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  |     return NULL; | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   if (use_attr == TRUE) { | 
					
						
							|  |  |  |     attr_old = getattrs(self->win); | 
					
						
							|  |  |  |     wattrset(self->win,attr); | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   if (use_xy == TRUE) | 
					
						
							|  |  |  |     rtn = mvwinsnstr(self->win,y,x,str,n); | 
					
						
							|  |  |  |   else | 
					
						
							|  |  |  |     rtn = winsnstr(self->win,str,n); | 
					
						
							|  |  |  |   if (use_attr == TRUE) | 
					
						
							|  |  |  |     wattrset(self->win,attr_old); | 
					
						
							|  |  |  |   return PyCursesCheckERR(rtn, "insnstr"); | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static PyObject * | 
					
						
							| 
									
										
										
										
											2000-07-09 14:35:00 +00:00
										 |  |  | PyCursesWindow_Is_LineTouched(PyCursesWindowObject *self, PyObject *args) | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   int line, erg; | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |   if (!PyArg_ParseTuple(args,"i;line", &line)) | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  |     return NULL; | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   erg = is_linetouched(self->win, line); | 
					
						
							|  |  |  |   if (erg == ERR) { | 
					
						
							|  |  |  |     PyErr_SetString(PyExc_TypeError,  | 
					
						
							|  |  |  | 		    "is_linetouched: line number outside of boundaries"); | 
					
						
							|  |  |  |     return NULL; | 
					
						
							|  |  |  |   } else  | 
					
						
							|  |  |  |     if (erg == FALSE) { | 
					
						
							|  |  |  |       Py_INCREF(Py_False); | 
					
						
							|  |  |  |       return Py_False; | 
					
						
							|  |  |  |     } else { | 
					
						
							|  |  |  |       Py_INCREF(Py_True); | 
					
						
							|  |  |  |       return Py_True; | 
					
						
							|  |  |  |     } | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static PyObject * | 
					
						
							| 
									
										
										
										
											2000-07-09 14:35:00 +00:00
										 |  |  | PyCursesWindow_NoOutRefresh(PyCursesWindowObject *self, PyObject *args) | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   int pminrow,pmincol,sminrow,smincol,smaxrow,smaxcol; | 
					
						
							| 
									
										
										
										
											2000-06-23 01:36:21 +00:00
										 |  |  |   int rtn; | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-10-24 17:10:49 +00:00
										 |  |  | #ifndef WINDOW_HAS_FLAGS
 | 
					
						
							| 
									
										
										
										
											2001-01-29 20:47:59 +00:00
										 |  |  |   if (0) { | 
					
						
							|  |  |  | #else
 | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   if (self->win->_flags & _ISPAD) { | 
					
						
							| 
									
										
										
										
											2001-01-29 20:47:59 +00:00
										 |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |     switch(PyTuple_Size(args)) { | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |     case 6: | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |       if (!PyArg_ParseTuple(args,  | 
					
						
							|  |  |  | 		       "iiiiii;" \ | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | 		       "pminrow,pmincol,sminrow,smincol,smaxrow,smaxcol",  | 
					
						
							|  |  |  | 		       &pminrow, &pmincol, &sminrow,  | 
					
						
							|  |  |  | 		       &smincol, &smaxrow, &smaxcol)) | 
					
						
							|  |  |  | 	return NULL; | 
					
						
							| 
									
										
										
										
											2000-06-23 01:36:21 +00:00
										 |  |  |       Py_BEGIN_ALLOW_THREADS | 
					
						
							|  |  |  |       rtn = pnoutrefresh(self->win, | 
					
						
							|  |  |  | 			 pminrow, pmincol, sminrow,  | 
					
						
							| 
									
										
										
										
											2000-06-27 15:01:10 +00:00
										 |  |  | 			 smincol, smaxrow, smaxcol); | 
					
						
							| 
									
										
										
										
											2000-06-23 01:36:21 +00:00
										 |  |  |       Py_END_ALLOW_THREADS | 
					
						
							|  |  |  |       return PyCursesCheckERR(rtn, "pnoutrefresh"); | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |     default: | 
					
						
							|  |  |  |       PyErr_SetString(PyCursesError,  | 
					
						
							| 
									
										
										
										
											2000-06-23 01:36:21 +00:00
										 |  |  | 		      "noutrefresh() called for a pad "  | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | 		      "requires 6 arguments"); | 
					
						
							|  |  |  |       return NULL; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  |   } else { | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |     if (!PyArg_ParseTuple(args, ":noutrefresh")) | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |       return NULL;     | 
					
						
							| 
									
										
										
										
											2000-06-23 01:36:21 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |     Py_BEGIN_ALLOW_THREADS | 
					
						
							|  |  |  |     rtn = wnoutrefresh(self->win); | 
					
						
							|  |  |  |     Py_END_ALLOW_THREADS | 
					
						
							|  |  |  |     return PyCursesCheckERR(rtn, "wnoutrefresh"); | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   } | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-12-21 16:22:22 +00:00
										 |  |  | static PyObject * | 
					
						
							|  |  |  | PyCursesWindow_Overlay(PyCursesWindowObject *self, PyObject *args) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  |     PyCursesWindowObject *temp; | 
					
						
							|  |  |  |     int use_copywin = FALSE; | 
					
						
							|  |  |  |     int sminrow, smincol, dminrow, dmincol, dmaxrow, dmaxcol; | 
					
						
							|  |  |  |     int rtn; | 
					
						
							|  |  |  |      | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |     switch (PyTuple_Size(args)) { | 
					
						
							| 
									
										
										
										
											2000-12-21 16:22:22 +00:00
										 |  |  |     case 1: | 
					
						
							|  |  |  | 	if (!PyArg_ParseTuple(args, "O!;window object", | 
					
						
							|  |  |  | 			      &PyCursesWindow_Type, &temp)) | 
					
						
							|  |  |  | 	    return NULL; | 
					
						
							|  |  |  | 	break; | 
					
						
							|  |  |  |     case 7: | 
					
						
							| 
									
										
										
										
											2006-01-10 07:05:44 +00:00
										 |  |  | 	if (!PyArg_ParseTuple(args, "O!iiiiii;window object, int, int, int, int, int, int", | 
					
						
							| 
									
										
										
										
											2000-12-21 16:22:22 +00:00
										 |  |  | 			      &PyCursesWindow_Type, &temp, &sminrow, &smincol, | 
					
						
							|  |  |  | 			      &dminrow, &dmincol, &dmaxrow, &dmaxcol)) | 
					
						
							|  |  |  | 	    return NULL; | 
					
						
							|  |  |  | 	use_copywin = TRUE; | 
					
						
							|  |  |  | 	break; | 
					
						
							|  |  |  |     default: | 
					
						
							|  |  |  | 	PyErr_SetString(PyExc_TypeError, | 
					
						
							|  |  |  | 			"overlay requires one or seven arguments"); | 
					
						
							|  |  |  | 	return NULL; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     if (use_copywin == TRUE) { | 
					
						
							|  |  |  | 	    rtn = copywin(self->win, temp->win, sminrow, smincol, | 
					
						
							|  |  |  | 			  dminrow, dmincol, dmaxrow, dmaxcol, TRUE); | 
					
						
							|  |  |  | 	    return PyCursesCheckERR(rtn, "copywin"); | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  |     else { | 
					
						
							|  |  |  | 	    rtn = overlay(self->win, temp->win); | 
					
						
							|  |  |  | 	    return PyCursesCheckERR(rtn, "overlay"); | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static PyObject * | 
					
						
							|  |  |  | PyCursesWindow_Overwrite(PyCursesWindowObject *self, PyObject *args) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  |     PyCursesWindowObject *temp; | 
					
						
							|  |  |  |     int use_copywin = FALSE; | 
					
						
							|  |  |  |     int sminrow, smincol, dminrow, dmincol, dmaxrow, dmaxcol; | 
					
						
							|  |  |  |     int rtn; | 
					
						
							|  |  |  |      | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |     switch (PyTuple_Size(args)) { | 
					
						
							| 
									
										
										
										
											2000-12-21 16:22:22 +00:00
										 |  |  |     case 1: | 
					
						
							|  |  |  | 	if (!PyArg_ParseTuple(args, "O!;window object", | 
					
						
							|  |  |  | 			      &PyCursesWindow_Type, &temp)) | 
					
						
							|  |  |  | 	    return NULL; | 
					
						
							|  |  |  | 	break; | 
					
						
							|  |  |  |     case 7: | 
					
						
							| 
									
										
										
										
											2006-01-10 07:05:44 +00:00
										 |  |  | 	if (!PyArg_ParseTuple(args, "O!iiiiii;window object, int, int, int, int, int, int", | 
					
						
							| 
									
										
										
										
											2000-12-21 16:22:22 +00:00
										 |  |  | 			      &PyCursesWindow_Type, &temp, &sminrow, &smincol, | 
					
						
							|  |  |  | 			      &dminrow, &dmincol, &dmaxrow, &dmaxcol)) | 
					
						
							|  |  |  | 	    return NULL; | 
					
						
							|  |  |  | 	use_copywin = TRUE; | 
					
						
							|  |  |  | 	break; | 
					
						
							|  |  |  |     default: | 
					
						
							|  |  |  | 	PyErr_SetString(PyExc_TypeError, | 
					
						
							|  |  |  | 			"overwrite requires one or seven arguments"); | 
					
						
							|  |  |  | 	return NULL; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     if (use_copywin == TRUE) { | 
					
						
							|  |  |  | 	rtn = copywin(self->win, temp->win, sminrow, smincol, | 
					
						
							|  |  |  | 		      dminrow, dmincol, dmaxrow, dmaxcol, FALSE); | 
					
						
							|  |  |  |         return PyCursesCheckERR(rtn, "copywin"); | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  |     else { | 
					
						
							|  |  |  | 	    rtn = overwrite(self->win, temp->win); | 
					
						
							|  |  |  | 	    return PyCursesCheckERR(rtn, "overwrite"); | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | static PyObject * | 
					
						
							| 
									
										
										
										
											2000-07-09 14:35:00 +00:00
										 |  |  | PyCursesWindow_PutWin(PyCursesWindowObject *self, PyObject *args) | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | { | 
					
						
							|  |  |  |   PyObject *temp; | 
					
						
							|  |  |  |    | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |   if (!PyArg_ParseTuple(args, "O;fileobj", &temp)) | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  |     return NULL; | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   if (!PyFile_Check(temp)) { | 
					
						
							|  |  |  |     PyErr_SetString(PyExc_TypeError, "argument must be a file object"); | 
					
						
							|  |  |  |     return NULL; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   return PyCursesCheckERR(putwin(self->win, PyFile_AsFile(temp)),  | 
					
						
							|  |  |  | 			  "putwin"); | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static PyObject * | 
					
						
							| 
									
										
										
										
											2000-07-09 14:35:00 +00:00
										 |  |  | PyCursesWindow_RedrawLine(PyCursesWindowObject *self, PyObject *args) | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   int beg, num; | 
					
						
							| 
									
										
										
										
											2007-05-22 07:16:44 +00:00
										 |  |  |   if (!PyArg_ParseTuple(args, "ii;beg,num", &beg, &num)) | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  |     return NULL; | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   return PyCursesCheckERR(wredrawln(self->win,beg,num), "redrawln"); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static PyObject * | 
					
						
							| 
									
										
										
										
											2000-07-09 14:35:00 +00:00
										 |  |  | PyCursesWindow_Refresh(PyCursesWindowObject *self, PyObject *args) | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | { | 
					
						
							|  |  |  |   int pminrow,pmincol,sminrow,smincol,smaxrow,smaxcol; | 
					
						
							| 
									
										
										
										
											2000-06-23 01:36:21 +00:00
										 |  |  |   int rtn; | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |    | 
					
						
							| 
									
										
										
										
											2001-10-24 17:10:49 +00:00
										 |  |  | #ifndef WINDOW_HAS_FLAGS
 | 
					
						
							| 
									
										
										
										
											2001-01-29 20:47:59 +00:00
										 |  |  |   if (0) { | 
					
						
							|  |  |  | #else
 | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   if (self->win->_flags & _ISPAD) { | 
					
						
							| 
									
										
										
										
											2001-01-29 20:47:59 +00:00
										 |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |     switch(PyTuple_Size(args)) { | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |     case 6: | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |       if (!PyArg_ParseTuple(args,  | 
					
						
							|  |  |  | 		       "iiiiii;" \ | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | 		       "pminrow,pmincol,sminrow,smincol,smaxrow,smaxcol",  | 
					
						
							|  |  |  | 		       &pminrow, &pmincol, &sminrow,  | 
					
						
							|  |  |  | 		       &smincol, &smaxrow, &smaxcol)) | 
					
						
							|  |  |  | 	return NULL; | 
					
						
							| 
									
										
										
										
											2000-06-23 01:36:21 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |       Py_BEGIN_ALLOW_THREADS | 
					
						
							|  |  |  |       rtn = prefresh(self->win, | 
					
						
							|  |  |  | 		     pminrow, pmincol, sminrow,  | 
					
						
							| 
									
										
										
										
											2000-06-27 15:01:10 +00:00
										 |  |  | 		     smincol, smaxrow, smaxcol); | 
					
						
							| 
									
										
										
										
											2000-06-23 01:36:21 +00:00
										 |  |  |       Py_END_ALLOW_THREADS | 
					
						
							|  |  |  |       return PyCursesCheckERR(rtn, "prefresh"); | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |     default: | 
					
						
							|  |  |  |       PyErr_SetString(PyCursesError,  | 
					
						
							| 
									
										
										
										
											2000-06-23 01:36:21 +00:00
										 |  |  | 		      "refresh() for a pad requires 6 arguments"); | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |       return NULL; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  |   } else { | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |     if (!PyArg_ParseTuple(args, ":refresh")) | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |       return NULL;     | 
					
						
							| 
									
										
										
										
											2000-06-23 01:36:21 +00:00
										 |  |  |     Py_BEGIN_ALLOW_THREADS | 
					
						
							|  |  |  |     rtn = wrefresh(self->win); | 
					
						
							|  |  |  |     Py_END_ALLOW_THREADS | 
					
						
							| 
									
										
										
										
											2000-07-09 14:35:00 +00:00
										 |  |  |     return PyCursesCheckERR(rtn, "prefresh");     | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   } | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static PyObject * | 
					
						
							| 
									
										
										
										
											2000-07-09 14:35:00 +00:00
										 |  |  | PyCursesWindow_SetScrollRegion(PyCursesWindowObject *self, PyObject *args) | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | { | 
					
						
							|  |  |  |   int x, y; | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |   if (!PyArg_ParseTuple(args,"ii;top, bottom",&y,&x)) | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  |     return NULL; | 
					
						
							|  |  |  |   return PyCursesCheckERR(wsetscrreg(self->win,y,x), "wsetscrreg"); | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static PyObject * | 
					
						
							| 
									
										
										
										
											2000-07-09 14:35:00 +00:00
										 |  |  | PyCursesWindow_SubWin(PyCursesWindowObject *self, PyObject *args) | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   WINDOW *win; | 
					
						
							|  |  |  |   int nlines, ncols, begin_y, begin_x; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-05-23 16:24:54 +00:00
										 |  |  |   nlines = 0; | 
					
						
							|  |  |  |   ncols  = 0; | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |   switch (PyTuple_Size(args)) { | 
					
						
							| 
									
										
										
										
											2000-05-23 16:24:54 +00:00
										 |  |  |   case 2: | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |     if (!PyArg_ParseTuple(args,"ii;begin_y,begin_x",&begin_y,&begin_x)) | 
					
						
							| 
									
										
										
										
											2000-05-23 16:24:54 +00:00
										 |  |  |       return NULL; | 
					
						
							|  |  |  |     break; | 
					
						
							|  |  |  |   case 4: | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |     if (!PyArg_ParseTuple(args, "iiii;nlines,ncols,begin_y,begin_x", | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | 		   &nlines,&ncols,&begin_y,&begin_x)) | 
					
						
							| 
									
										
										
										
											2000-05-23 16:24:54 +00:00
										 |  |  |       return NULL; | 
					
						
							|  |  |  |     break; | 
					
						
							|  |  |  |   default: | 
					
						
							|  |  |  |     PyErr_SetString(PyExc_TypeError, "subwin requires 2 or 4 arguments"); | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  |     return NULL; | 
					
						
							| 
									
										
										
										
											2000-05-23 16:24:54 +00:00
										 |  |  |   } | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-07-26 18:36:27 +00:00
										 |  |  |   /* printf("Subwin: %i %i %i %i   \n", nlines, ncols, begin_y, begin_x); */ | 
					
						
							| 
									
										
										
										
											2001-10-24 17:10:49 +00:00
										 |  |  | #ifdef WINDOW_HAS_FLAGS
 | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   if (self->win->_flags & _ISPAD) | 
					
						
							|  |  |  |     win = subpad(self->win, nlines, ncols, begin_y, begin_x); | 
					
						
							|  |  |  |   else | 
					
						
							| 
									
										
										
										
											2001-01-29 20:47:59 +00:00
										 |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											2000-05-23 16:24:54 +00:00
										 |  |  |     win = subwin(self->win, nlines, ncols, begin_y, begin_x); | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |   if (win == NULL) { | 
					
						
							|  |  |  |     PyErr_SetString(PyCursesError, catchall_NULL); | 
					
						
							|  |  |  |     return NULL; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |    | 
					
						
							|  |  |  |   return (PyObject *)PyCursesWindow_New(win); | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static PyObject * | 
					
						
							| 
									
										
										
										
											2000-07-09 14:35:00 +00:00
										 |  |  | PyCursesWindow_Scroll(PyCursesWindowObject *self, PyObject *args) | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2001-01-29 20:31:29 +00:00
										 |  |  |   int nlines; | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |   switch(PyTuple_Size(args)) { | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   case 0: | 
					
						
							|  |  |  |     return PyCursesCheckERR(scroll(self->win), "scroll"); | 
					
						
							|  |  |  |   case 1: | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |     if (!PyArg_ParseTuple(args, "i;nlines", &nlines)) | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |       return NULL; | 
					
						
							| 
									
										
										
										
											2001-01-29 20:31:29 +00:00
										 |  |  |     return PyCursesCheckERR(wscrl(self->win, nlines), "scroll"); | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   default: | 
					
						
							|  |  |  |     PyErr_SetString(PyExc_TypeError, "scroll requires 0 or 1 arguments"); | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  |     return NULL; | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   } | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static PyObject * | 
					
						
							| 
									
										
										
										
											2000-07-09 14:35:00 +00:00
										 |  |  | PyCursesWindow_TouchLine(PyCursesWindowObject *self, PyObject *args) | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   int st, cnt, val; | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |   switch (PyTuple_Size(args)) { | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   case 2: | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |     if (!PyArg_ParseTuple(args,"ii;start,count",&st,&cnt)) | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |       return NULL; | 
					
						
							|  |  |  |     return PyCursesCheckERR(touchline(self->win,st,cnt), "touchline"); | 
					
						
							|  |  |  |   case 3: | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |     if (!PyArg_ParseTuple(args, "iii;start,count,val", &st, &cnt, &val)) | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |       return NULL; | 
					
						
							|  |  |  |     return PyCursesCheckERR(wtouchln(self->win, st, cnt, val), "touchline"); | 
					
						
							|  |  |  |   default: | 
					
						
							|  |  |  |     PyErr_SetString(PyExc_TypeError, "touchline requires 2 or 3 arguments"); | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  |     return NULL; | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   } | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static PyObject * | 
					
						
							| 
									
										
										
										
											2000-07-09 14:35:00 +00:00
										 |  |  | PyCursesWindow_Vline(PyCursesWindowObject *self, PyObject *args) | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | { | 
					
						
							|  |  |  |   PyObject *temp; | 
					
						
							|  |  |  |   chtype ch; | 
					
						
							|  |  |  |   int n, x, y, code = OK; | 
					
						
							|  |  |  |   attr_t attr = A_NORMAL; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |   switch (PyTuple_Size(args)) { | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   case 2: | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |     if (!PyArg_ParseTuple(args, "Oi;ch or int,n", &temp, &n)) | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |       return NULL; | 
					
						
							|  |  |  |     break; | 
					
						
							|  |  |  |   case 3: | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |     if (!PyArg_ParseTuple(args, "Oil;ch or int,n,attr", &temp, &n, &attr)) | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |       return NULL; | 
					
						
							|  |  |  |     break; | 
					
						
							|  |  |  |   case 4: | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |     if (!PyArg_ParseTuple(args, "iiOi;y,x,ch or int,n", &y, &x, &temp, &n)) | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |       return NULL; | 
					
						
							|  |  |  |     code = wmove(self->win, y, x); | 
					
						
							|  |  |  |     break; | 
					
						
							|  |  |  |   case 5: | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |     if (!PyArg_ParseTuple(args, "iiOil; y,x,ch or int,n,attr",  | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | 		     &y, &x, &temp, &n, &attr)) | 
					
						
							|  |  |  |       return NULL; | 
					
						
							|  |  |  |     code = wmove(self->win, y, x); | 
					
						
							| 
									
										
										
										
											2001-10-20 16:05:52 +00:00
										 |  |  |     break; | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   default: | 
					
						
							| 
									
										
										
										
											2001-10-20 16:05:52 +00:00
										 |  |  |     PyErr_SetString(PyExc_TypeError, "vline requires 2 to 5 arguments"); | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |     return NULL; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   if (code != ERR) { | 
					
						
							|  |  |  |     if (!PyCurses_ConvertToChtype(temp, &ch)) { | 
					
						
							|  |  |  |       PyErr_SetString(PyExc_TypeError,  | 
					
						
							|  |  |  | 		      "argument 1 or 3 must be a ch or an int"); | 
					
						
							|  |  |  |       return NULL; | 
					
						
							|  |  |  |     } | 
					
						
							| 
									
										
										
										
											2000-05-23 16:24:54 +00:00
										 |  |  |     return PyCursesCheckERR(wvline(self->win, ch | attr, n), "vline"); | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   } else | 
					
						
							|  |  |  |     return PyCursesCheckERR(code, "wmove"); | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static PyMethodDef PyCursesWindow_Methods[] = { | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  | 	{"addch",           (PyCFunction)PyCursesWindow_AddCh, METH_VARARGS}, | 
					
						
							|  |  |  | 	{"addnstr",         (PyCFunction)PyCursesWindow_AddNStr, METH_VARARGS}, | 
					
						
							|  |  |  | 	{"addstr",          (PyCFunction)PyCursesWindow_AddStr, METH_VARARGS}, | 
					
						
							|  |  |  | 	{"attroff",         (PyCFunction)PyCursesWindow_wattroff, METH_VARARGS}, | 
					
						
							|  |  |  | 	{"attron",          (PyCFunction)PyCursesWindow_wattron, METH_VARARGS}, | 
					
						
							|  |  |  | 	{"attrset",         (PyCFunction)PyCursesWindow_wattrset, METH_VARARGS}, | 
					
						
							|  |  |  | 	{"bkgd",            (PyCFunction)PyCursesWindow_Bkgd, METH_VARARGS}, | 
					
						
							| 
									
										
										
										
											2007-04-11 13:39:00 +00:00
										 |  |  | 	{"chgat",           (PyCFunction)PyCursesWindow_ChgAt, METH_VARARGS}, | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  | 	{"bkgdset",         (PyCFunction)PyCursesWindow_BkgdSet, METH_VARARGS}, | 
					
						
							| 
									
										
										
										
											1995-03-17 12:18:38 +00:00
										 |  |  | 	{"border",          (PyCFunction)PyCursesWindow_Border, METH_VARARGS}, | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  | 	{"box",             (PyCFunction)PyCursesWindow_Box, METH_VARARGS}, | 
					
						
							|  |  |  | 	{"clear",           (PyCFunction)PyCursesWindow_wclear, METH_NOARGS}, | 
					
						
							|  |  |  | 	{"clearok",         (PyCFunction)PyCursesWindow_clearok, METH_VARARGS}, | 
					
						
							|  |  |  | 	{"clrtobot",        (PyCFunction)PyCursesWindow_wclrtobot, METH_NOARGS}, | 
					
						
							|  |  |  | 	{"clrtoeol",        (PyCFunction)PyCursesWindow_wclrtoeol, METH_NOARGS}, | 
					
						
							|  |  |  | 	{"cursyncup",       (PyCFunction)PyCursesWindow_wcursyncup, METH_NOARGS}, | 
					
						
							|  |  |  | 	{"delch",           (PyCFunction)PyCursesWindow_DelCh, METH_VARARGS}, | 
					
						
							|  |  |  | 	{"deleteln",        (PyCFunction)PyCursesWindow_wdeleteln, METH_NOARGS}, | 
					
						
							|  |  |  | 	{"derwin",          (PyCFunction)PyCursesWindow_DerWin, METH_VARARGS}, | 
					
						
							|  |  |  | 	{"echochar",        (PyCFunction)PyCursesWindow_EchoChar, METH_VARARGS}, | 
					
						
							| 
									
										
										
										
											2000-06-27 03:10:38 +00:00
										 |  |  | #ifdef NCURSES_MOUSE_VERSION
 | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  | 	{"enclose",         (PyCFunction)PyCursesWindow_Enclose, METH_VARARGS}, | 
					
						
							| 
									
										
										
										
											2000-06-27 03:10:38 +00:00
										 |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  | 	{"erase",           (PyCFunction)PyCursesWindow_werase, METH_NOARGS}, | 
					
						
							|  |  |  | 	{"getbegyx",        (PyCFunction)PyCursesWindow_getbegyx, METH_NOARGS}, | 
					
						
							|  |  |  | 	{"getbkgd",         (PyCFunction)PyCursesWindow_GetBkgd, METH_NOARGS}, | 
					
						
							|  |  |  | 	{"getch",           (PyCFunction)PyCursesWindow_GetCh, METH_VARARGS}, | 
					
						
							|  |  |  | 	{"getkey",          (PyCFunction)PyCursesWindow_GetKey, METH_VARARGS}, | 
					
						
							|  |  |  | 	{"getmaxyx",        (PyCFunction)PyCursesWindow_getmaxyx, METH_NOARGS}, | 
					
						
							|  |  |  | 	{"getparyx",        (PyCFunction)PyCursesWindow_getparyx, METH_NOARGS}, | 
					
						
							|  |  |  | 	{"getstr",          (PyCFunction)PyCursesWindow_GetStr, METH_VARARGS}, | 
					
						
							|  |  |  | 	{"getyx",           (PyCFunction)PyCursesWindow_getyx, METH_NOARGS}, | 
					
						
							|  |  |  | 	{"hline",           (PyCFunction)PyCursesWindow_Hline, METH_VARARGS}, | 
					
						
							|  |  |  | 	{"idcok",           (PyCFunction)PyCursesWindow_idcok, METH_VARARGS}, | 
					
						
							|  |  |  | 	{"idlok",           (PyCFunction)PyCursesWindow_idlok, METH_VARARGS}, | 
					
						
							|  |  |  | 	{"immedok",         (PyCFunction)PyCursesWindow_immedok, METH_VARARGS}, | 
					
						
							|  |  |  | 	{"inch",            (PyCFunction)PyCursesWindow_InCh, METH_VARARGS}, | 
					
						
							|  |  |  | 	{"insch",           (PyCFunction)PyCursesWindow_InsCh, METH_VARARGS}, | 
					
						
							|  |  |  | 	{"insdelln",        (PyCFunction)PyCursesWindow_winsdelln, METH_VARARGS}, | 
					
						
							|  |  |  | 	{"insertln",        (PyCFunction)PyCursesWindow_winsertln, METH_NOARGS}, | 
					
						
							|  |  |  | 	{"insnstr",         (PyCFunction)PyCursesWindow_InsNStr, METH_VARARGS}, | 
					
						
							|  |  |  | 	{"insstr",          (PyCFunction)PyCursesWindow_InsStr, METH_VARARGS}, | 
					
						
							|  |  |  | 	{"instr",           (PyCFunction)PyCursesWindow_InStr, METH_VARARGS}, | 
					
						
							|  |  |  | 	{"is_linetouched",  (PyCFunction)PyCursesWindow_Is_LineTouched, METH_VARARGS}, | 
					
						
							|  |  |  | 	{"is_wintouched",   (PyCFunction)PyCursesWindow_is_wintouched, METH_NOARGS}, | 
					
						
							|  |  |  | 	{"keypad",          (PyCFunction)PyCursesWindow_keypad, METH_VARARGS}, | 
					
						
							|  |  |  | 	{"leaveok",         (PyCFunction)PyCursesWindow_leaveok, METH_VARARGS}, | 
					
						
							|  |  |  | 	{"move",            (PyCFunction)PyCursesWindow_wmove, METH_VARARGS}, | 
					
						
							|  |  |  | 	{"mvderwin",        (PyCFunction)PyCursesWindow_mvderwin, METH_VARARGS}, | 
					
						
							|  |  |  | 	{"mvwin",           (PyCFunction)PyCursesWindow_mvwin, METH_VARARGS}, | 
					
						
							|  |  |  | 	{"nodelay",         (PyCFunction)PyCursesWindow_nodelay, METH_VARARGS}, | 
					
						
							|  |  |  | 	{"notimeout",       (PyCFunction)PyCursesWindow_notimeout, METH_VARARGS}, | 
					
						
							|  |  |  | 	{"noutrefresh",     (PyCFunction)PyCursesWindow_NoOutRefresh, METH_VARARGS}, | 
					
						
							|  |  |  |         /* Backward compatibility alias -- remove in Python 2.3 */ | 
					
						
							|  |  |  | 	{"nooutrefresh",    (PyCFunction)PyCursesWindow_NoOutRefresh, METH_VARARGS}, | 
					
						
							| 
									
										
										
										
											2001-10-20 16:05:52 +00:00
										 |  |  | 	{"overlay",         (PyCFunction)PyCursesWindow_Overlay, METH_VARARGS}, | 
					
						
							|  |  |  | 	{"overwrite",       (PyCFunction)PyCursesWindow_Overwrite, | 
					
						
							|  |  |  |          METH_VARARGS}, | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  | 	{"putwin",          (PyCFunction)PyCursesWindow_PutWin, METH_VARARGS}, | 
					
						
							| 
									
										
										
										
											2007-05-22 07:16:44 +00:00
										 |  |  | 	{"redrawln",        (PyCFunction)PyCursesWindow_RedrawLine, METH_VARARGS}, | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  | 	{"redrawwin",       (PyCFunction)PyCursesWindow_redrawwin, METH_NOARGS}, | 
					
						
							|  |  |  | 	{"refresh",         (PyCFunction)PyCursesWindow_Refresh, METH_VARARGS}, | 
					
						
							| 
									
										
										
										
											2000-06-27 21:49:47 +00:00
										 |  |  | #ifndef STRICT_SYSV_CURSES
 | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  | 	{"resize",          (PyCFunction)PyCursesWindow_wresize, METH_VARARGS}, | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  | 	{"scroll",          (PyCFunction)PyCursesWindow_Scroll, METH_VARARGS}, | 
					
						
							|  |  |  | 	{"scrollok",        (PyCFunction)PyCursesWindow_scrollok, METH_VARARGS}, | 
					
						
							|  |  |  | 	{"setscrreg",       (PyCFunction)PyCursesWindow_SetScrollRegion, METH_VARARGS}, | 
					
						
							|  |  |  | 	{"standend",        (PyCFunction)PyCursesWindow_wstandend, METH_NOARGS}, | 
					
						
							|  |  |  | 	{"standout",        (PyCFunction)PyCursesWindow_wstandout, METH_NOARGS}, | 
					
						
							|  |  |  | 	{"subpad",          (PyCFunction)PyCursesWindow_SubWin, METH_VARARGS}, | 
					
						
							|  |  |  | 	{"subwin",          (PyCFunction)PyCursesWindow_SubWin, METH_VARARGS}, | 
					
						
							|  |  |  | 	{"syncdown",        (PyCFunction)PyCursesWindow_wsyncdown, METH_NOARGS}, | 
					
						
							|  |  |  | 	{"syncok",          (PyCFunction)PyCursesWindow_syncok, METH_VARARGS}, | 
					
						
							|  |  |  | 	{"syncup",          (PyCFunction)PyCursesWindow_wsyncup, METH_NOARGS}, | 
					
						
							|  |  |  | 	{"timeout",         (PyCFunction)PyCursesWindow_wtimeout, METH_VARARGS}, | 
					
						
							|  |  |  | 	{"touchline",       (PyCFunction)PyCursesWindow_TouchLine, METH_VARARGS}, | 
					
						
							|  |  |  | 	{"touchwin",        (PyCFunction)PyCursesWindow_touchwin, METH_NOARGS}, | 
					
						
							|  |  |  | 	{"untouchwin",      (PyCFunction)PyCursesWindow_untouchwin, METH_NOARGS}, | 
					
						
							|  |  |  | 	{"vline",           (PyCFunction)PyCursesWindow_Vline, METH_VARARGS}, | 
					
						
							| 
									
										
										
										
											2001-10-20 16:05:52 +00:00
										 |  |  | 	{NULL,		    NULL}   /* sentinel */ | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static PyObject * | 
					
						
							| 
									
										
										
										
											2000-07-21 06:00:07 +00:00
										 |  |  | PyCursesWindow_GetAttr(PyCursesWindowObject *self, char *name) | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											1995-01-10 20:56:29 +00:00
										 |  |  |   return Py_FindMethod(PyCursesWindow_Methods, (PyObject *)self, name); | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /* -------------------------------------------------------*/ | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | PyTypeObject PyCursesWindow_Type = { | 
					
						
							| 
									
										
										
										
											2007-07-21 06:55:02 +00:00
										 |  |  | 	PyVarObject_HEAD_INIT(NULL, 0) | 
					
						
							| 
									
										
										
										
											2001-12-08 18:02:58 +00:00
										 |  |  | 	"_curses.curses window",	/*tp_name*/ | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | 	sizeof(PyCursesWindowObject),	/*tp_basicsize*/ | 
					
						
							|  |  |  | 	0,			/*tp_itemsize*/ | 
					
						
							|  |  |  | 	/* methods */ | 
					
						
							|  |  |  | 	(destructor)PyCursesWindow_Dealloc, /*tp_dealloc*/ | 
					
						
							|  |  |  | 	0,			/*tp_print*/ | 
					
						
							|  |  |  | 	(getattrfunc)PyCursesWindow_GetAttr, /*tp_getattr*/ | 
					
						
							|  |  |  | 	(setattrfunc)0, /*tp_setattr*/ | 
					
						
							|  |  |  | 	0,			/*tp_compare*/ | 
					
						
							|  |  |  | 	0,			/*tp_repr*/ | 
					
						
							|  |  |  | 	0,			/*tp_as_number*/ | 
					
						
							|  |  |  | 	0,			/*tp_as_sequence*/ | 
					
						
							|  |  |  | 	0,			/*tp_as_mapping*/ | 
					
						
							|  |  |  | 	0,			/*tp_hash*/ | 
					
						
							|  |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | /*********************************************************************
 | 
					
						
							|  |  |  |  Global Functions | 
					
						
							|  |  |  | **********************************************************************/ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | NoArgNoReturnFunction(beep) | 
					
						
							|  |  |  | NoArgNoReturnFunction(def_prog_mode) | 
					
						
							|  |  |  | NoArgNoReturnFunction(def_shell_mode) | 
					
						
							|  |  |  | NoArgNoReturnFunction(doupdate) | 
					
						
							|  |  |  | NoArgNoReturnFunction(endwin) | 
					
						
							|  |  |  | NoArgNoReturnFunction(flash) | 
					
						
							|  |  |  | NoArgNoReturnFunction(nocbreak) | 
					
						
							|  |  |  | NoArgNoReturnFunction(noecho) | 
					
						
							|  |  |  | NoArgNoReturnFunction(nonl) | 
					
						
							|  |  |  | NoArgNoReturnFunction(noraw) | 
					
						
							|  |  |  | NoArgNoReturnFunction(reset_prog_mode) | 
					
						
							|  |  |  | NoArgNoReturnFunction(reset_shell_mode) | 
					
						
							|  |  |  | NoArgNoReturnFunction(resetty) | 
					
						
							|  |  |  | NoArgNoReturnFunction(savetty) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | NoArgOrFlagNoReturnFunction(cbreak) | 
					
						
							|  |  |  | NoArgOrFlagNoReturnFunction(echo) | 
					
						
							|  |  |  | NoArgOrFlagNoReturnFunction(nl) | 
					
						
							|  |  |  | NoArgOrFlagNoReturnFunction(raw) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | NoArgReturnIntFunction(baudrate) | 
					
						
							|  |  |  | NoArgReturnIntFunction(termattrs) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | NoArgReturnStringFunction(termname) | 
					
						
							|  |  |  | NoArgReturnStringFunction(longname) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | NoArgTrueFalseFunction(can_change_color) | 
					
						
							|  |  |  | NoArgTrueFalseFunction(has_colors) | 
					
						
							|  |  |  | NoArgTrueFalseFunction(has_ic) | 
					
						
							|  |  |  | NoArgTrueFalseFunction(has_il) | 
					
						
							|  |  |  | NoArgTrueFalseFunction(isendwin) | 
					
						
							|  |  |  | NoArgNoReturnVoidFunction(filter) | 
					
						
							|  |  |  | NoArgNoReturnVoidFunction(flushinp) | 
					
						
							|  |  |  | NoArgNoReturnVoidFunction(noqiflush) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static PyObject * | 
					
						
							| 
									
										
										
										
											2000-07-09 14:35:00 +00:00
										 |  |  | PyCurses_Color_Content(PyObject *self, PyObject *args) | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | { | 
					
						
							|  |  |  |   short color,r,g,b; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   PyCursesInitialised | 
					
						
							|  |  |  |   PyCursesInitialisedColor | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |   if (!PyArg_ParseTuple(args, "h:color_content", &color)) return NULL; | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |   if (color_content(color, &r, &g, &b) != ERR) | 
					
						
							|  |  |  |     return Py_BuildValue("(iii)", r, g, b); | 
					
						
							|  |  |  |   else { | 
					
						
							|  |  |  |     PyErr_SetString(PyCursesError,  | 
					
						
							|  |  |  | 		    "Argument 1 was out of range. Check value of COLORS."); | 
					
						
							|  |  |  |     return NULL; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static PyObject * | 
					
						
							| 
									
										
										
										
											2000-07-09 14:35:00 +00:00
										 |  |  | PyCurses_color_pair(PyObject *self, PyObject *args) | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | { | 
					
						
							|  |  |  |   int n; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   PyCursesInitialised | 
					
						
							|  |  |  |   PyCursesInitialisedColor | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |   if (!PyArg_ParseTuple(args, "i:color_pair", &n)) return NULL; | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   return PyInt_FromLong((long) (n << 8)); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static PyObject * | 
					
						
							| 
									
										
										
										
											2000-07-09 14:35:00 +00:00
										 |  |  | PyCurses_Curs_Set(PyObject *self, PyObject *args) | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | { | 
					
						
							|  |  |  |   int vis,erg; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   PyCursesInitialised | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |   if (!PyArg_ParseTuple(args, "i:curs_set", &vis)) return NULL; | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |   erg = curs_set(vis); | 
					
						
							|  |  |  |   if (erg == ERR) return PyCursesCheckERR(erg, "curs_set"); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   return PyInt_FromLong((long) erg); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static PyObject * | 
					
						
							| 
									
										
										
										
											2000-07-09 14:35:00 +00:00
										 |  |  | PyCurses_Delay_Output(PyObject *self, PyObject *args) | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | { | 
					
						
							|  |  |  |   int ms; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   PyCursesInitialised | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |   if (!PyArg_ParseTuple(args, "i:delay_output", &ms)) return NULL; | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |   return PyCursesCheckERR(delay_output(ms), "delay_output"); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static PyObject * | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  | PyCurses_EraseChar(PyObject *self) | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | { | 
					
						
							|  |  |  |   char ch; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   PyCursesInitialised | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   ch = erasechar(); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-11-11 14:49:15 +00:00
										 |  |  |   return PyString_FromStringAndSize(&ch, 1); | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static PyObject * | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  | PyCurses_getsyx(PyObject *self) | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | { | 
					
						
							|  |  |  |   int x,y; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   PyCursesInitialised | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   getsyx(y, x); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   return Py_BuildValue("(ii)", y, x); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-06-27 03:10:38 +00:00
										 |  |  | #ifdef NCURSES_MOUSE_VERSION
 | 
					
						
							|  |  |  | static PyObject * | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  | PyCurses_GetMouse(PyObject *self) | 
					
						
							| 
									
										
										
										
											2000-06-27 03:10:38 +00:00
										 |  |  | { | 
					
						
							|  |  |  | 	int rtn; | 
					
						
							|  |  |  | 	MEVENT event; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	PyCursesInitialised | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	rtn = getmouse( &event ); | 
					
						
							|  |  |  | 	if (rtn == ERR) { | 
					
						
							|  |  |  | 		PyErr_SetString(PyCursesError, "getmouse() returned ERR"); | 
					
						
							|  |  |  | 		return NULL; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 	return Py_BuildValue("(hiiil)",  | 
					
						
							|  |  |  | 			     (short)event.id,  | 
					
						
							|  |  |  | 			     event.x, event.y, event.z, | 
					
						
							|  |  |  | 			     (long) event.bstate); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static PyObject * | 
					
						
							| 
									
										
										
										
											2000-07-09 14:35:00 +00:00
										 |  |  | PyCurses_UngetMouse(PyObject *self, PyObject *args) | 
					
						
							| 
									
										
										
										
											2000-06-27 03:10:38 +00:00
										 |  |  | { | 
					
						
							|  |  |  | 	MEVENT event; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	PyCursesInitialised | 
					
						
							| 
									
										
										
										
											2006-01-10 07:05:44 +00:00
										 |  |  | 	if (!PyArg_ParseTuple(args, "hiiil", | 
					
						
							| 
									
										
										
										
											2000-06-27 03:10:38 +00:00
										 |  |  | 			     &event.id,  | 
					
						
							|  |  |  | 			     &event.x, &event.y, &event.z, | 
					
						
							|  |  |  | 			     (int *) &event.bstate)) | 
					
						
							|  |  |  | 	  return NULL; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	return PyCursesCheckERR(ungetmouse(&event), "ungetmouse"); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | static PyObject * | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  | PyCurses_GetWin(PyCursesWindowObject *self, PyObject *temp) | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | { | 
					
						
							|  |  |  |   WINDOW *win; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   PyCursesInitialised | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   if (!PyFile_Check(temp)) { | 
					
						
							|  |  |  |     PyErr_SetString(PyExc_TypeError, "argument must be a file object"); | 
					
						
							|  |  |  |     return NULL; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   win = getwin(PyFile_AsFile(temp)); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   if (win == NULL) { | 
					
						
							|  |  |  |     PyErr_SetString(PyCursesError, catchall_NULL); | 
					
						
							|  |  |  |     return NULL; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   return PyCursesWindow_New(win); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static PyObject * | 
					
						
							| 
									
										
										
										
											2000-07-09 14:35:00 +00:00
										 |  |  | PyCurses_HalfDelay(PyObject *self, PyObject *args) | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | { | 
					
						
							|  |  |  |   unsigned char tenths; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   PyCursesInitialised | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |   if (!PyArg_ParseTuple(args, "b:halfdelay", &tenths)) return NULL; | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |   return PyCursesCheckERR(halfdelay(tenths), "halfdelay"); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-07-25 12:37:41 +00:00
										 |  |  | #ifndef STRICT_SYSV_CURSES
 | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |  /* No has_key! */ | 
					
						
							| 
									
										
										
										
											2000-07-09 14:35:00 +00:00
										 |  |  | static PyObject * PyCurses_has_key(PyObject *self, PyObject *args) | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | { | 
					
						
							|  |  |  |   int ch; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   PyCursesInitialised | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |   if (!PyArg_ParseTuple(args,"i",&ch)) return NULL; | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |   if (has_key(ch) == FALSE) { | 
					
						
							|  |  |  |     Py_INCREF(Py_False); | 
					
						
							|  |  |  |     return Py_False; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   Py_INCREF(Py_True); | 
					
						
							|  |  |  |   return Py_True;  | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2000-07-25 12:37:41 +00:00
										 |  |  | #endif /* STRICT_SYSV_CURSES */
 | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | static PyObject * | 
					
						
							| 
									
										
										
										
											2000-07-09 14:35:00 +00:00
										 |  |  | PyCurses_Init_Color(PyObject *self, PyObject *args) | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | { | 
					
						
							|  |  |  |   short color, r, g, b; | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   PyCursesInitialised | 
					
						
							|  |  |  |   PyCursesInitialisedColor | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |   switch(PyTuple_Size(args)) { | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   case 4: | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |     if (!PyArg_ParseTuple(args, "hhhh;color,r,g,b", &color, &r, &g, &b)) return NULL; | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |     break; | 
					
						
							|  |  |  |   default: | 
					
						
							|  |  |  |     PyErr_SetString(PyExc_TypeError, "init_color requires 4 arguments"); | 
					
						
							|  |  |  |     return NULL; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   return PyCursesCheckERR(init_color(color, r, g, b), "init_color"); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static PyObject * | 
					
						
							| 
									
										
										
										
											2000-07-09 14:35:00 +00:00
										 |  |  | PyCurses_Init_Pair(PyObject *self, PyObject *args) | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | { | 
					
						
							|  |  |  |   short pair, f, b; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   PyCursesInitialised | 
					
						
							|  |  |  |   PyCursesInitialisedColor | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |   if (PyTuple_Size(args) != 3) { | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |     PyErr_SetString(PyExc_TypeError, "init_pair requires 3 arguments"); | 
					
						
							|  |  |  |     return NULL; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |   if (!PyArg_ParseTuple(args, "hhh;pair, f, b", &pair, &f, &b)) return NULL; | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |   return PyCursesCheckERR(init_pair(pair, f, b), "init_pair"); | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											1994-09-07 14:32:49 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-12-22 21:52:27 +00:00
										 |  |  | static PyObject *ModDict; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | static PyObject *  | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  | PyCurses_InitScr(PyObject *self) | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											1994-08-31 22:06:24 +00:00
										 |  |  |   WINDOW *win; | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1995-02-24 13:45:43 +00:00
										 |  |  |   if (initialised == TRUE) { | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  |     wrefresh(stdscr); | 
					
						
							|  |  |  |     return (PyObject *)PyCursesWindow_New(stdscr); | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											1994-08-31 22:06:24 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |   win = initscr(); | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  |   if (win == NULL) { | 
					
						
							|  |  |  |     PyErr_SetString(PyCursesError, catchall_NULL); | 
					
						
							|  |  |  |     return NULL; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-11-18 17:45:59 +00:00
										 |  |  |   initialised = initialised_setupterm = TRUE; | 
					
						
							| 
									
										
										
										
											1994-08-31 22:06:24 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-05-23 16:24:54 +00:00
										 |  |  | /* This was moved from initcurses() because it core dumped on SGI,
 | 
					
						
							|  |  |  |    where they're not defined until you've called initscr() */ | 
					
						
							|  |  |  | #define SetDictInt(string,ch) \
 | 
					
						
							| 
									
										
										
										
											2006-08-13 18:12:45 +00:00
										 |  |  |     do {							\ | 
					
						
							|  |  |  | 	PyObject *o = PyInt_FromLong((long) (ch));		\ | 
					
						
							|  |  |  | 	if (o && PyDict_SetItemString(ModDict, string, o) == 0)	{ \ | 
					
						
							|  |  |  | 	    Py_DECREF(o);					\ | 
					
						
							|  |  |  | 	}							\ | 
					
						
							|  |  |  |     } while (0) | 
					
						
							| 
									
										
										
										
											2000-05-23 16:24:54 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	/* Here are some graphic symbols you can use */ | 
					
						
							|  |  |  |         SetDictInt("ACS_ULCORNER",      (ACS_ULCORNER)); | 
					
						
							|  |  |  | 	SetDictInt("ACS_LLCORNER",      (ACS_LLCORNER)); | 
					
						
							|  |  |  | 	SetDictInt("ACS_URCORNER",      (ACS_URCORNER)); | 
					
						
							|  |  |  | 	SetDictInt("ACS_LRCORNER",      (ACS_LRCORNER)); | 
					
						
							|  |  |  | 	SetDictInt("ACS_LTEE",          (ACS_LTEE)); | 
					
						
							|  |  |  | 	SetDictInt("ACS_RTEE",          (ACS_RTEE)); | 
					
						
							|  |  |  | 	SetDictInt("ACS_BTEE",          (ACS_BTEE)); | 
					
						
							|  |  |  | 	SetDictInt("ACS_TTEE",          (ACS_TTEE)); | 
					
						
							|  |  |  | 	SetDictInt("ACS_HLINE",         (ACS_HLINE)); | 
					
						
							|  |  |  | 	SetDictInt("ACS_VLINE",         (ACS_VLINE)); | 
					
						
							|  |  |  | 	SetDictInt("ACS_PLUS",          (ACS_PLUS)); | 
					
						
							| 
									
										
										
										
											2001-10-24 17:10:49 +00:00
										 |  |  | #if !defined(__hpux) || defined(HAVE_NCURSES_H)
 | 
					
						
							|  |  |  |         /* On HP/UX 11, these are of type cchar_t, which is not an
 | 
					
						
							|  |  |  |            integral type. If this is a problem on more platforms, a | 
					
						
							|  |  |  |            configure test should be added to determine whether ACS_S1 | 
					
						
							|  |  |  |            is of integral type. */ | 
					
						
							| 
									
										
										
										
											2000-05-23 16:24:54 +00:00
										 |  |  | 	SetDictInt("ACS_S1",            (ACS_S1)); | 
					
						
							|  |  |  | 	SetDictInt("ACS_S9",            (ACS_S9)); | 
					
						
							|  |  |  | 	SetDictInt("ACS_DIAMOND",       (ACS_DIAMOND)); | 
					
						
							|  |  |  | 	SetDictInt("ACS_CKBOARD",       (ACS_CKBOARD)); | 
					
						
							|  |  |  | 	SetDictInt("ACS_DEGREE",        (ACS_DEGREE)); | 
					
						
							|  |  |  | 	SetDictInt("ACS_PLMINUS",       (ACS_PLMINUS)); | 
					
						
							|  |  |  | 	SetDictInt("ACS_BULLET",        (ACS_BULLET)); | 
					
						
							|  |  |  | 	SetDictInt("ACS_LARROW",        (ACS_LARROW)); | 
					
						
							|  |  |  | 	SetDictInt("ACS_RARROW",        (ACS_RARROW)); | 
					
						
							|  |  |  | 	SetDictInt("ACS_DARROW",        (ACS_DARROW)); | 
					
						
							|  |  |  | 	SetDictInt("ACS_UARROW",        (ACS_UARROW)); | 
					
						
							|  |  |  | 	SetDictInt("ACS_BOARD",         (ACS_BOARD)); | 
					
						
							|  |  |  | 	SetDictInt("ACS_LANTERN",       (ACS_LANTERN)); | 
					
						
							|  |  |  | 	SetDictInt("ACS_BLOCK",         (ACS_BLOCK)); | 
					
						
							| 
									
										
										
										
											2001-10-24 17:10:49 +00:00
										 |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											2000-05-23 16:24:54 +00:00
										 |  |  | 	SetDictInt("ACS_BSSB",          (ACS_ULCORNER)); | 
					
						
							|  |  |  | 	SetDictInt("ACS_SSBB",          (ACS_LLCORNER)); | 
					
						
							|  |  |  | 	SetDictInt("ACS_BBSS",          (ACS_URCORNER)); | 
					
						
							|  |  |  | 	SetDictInt("ACS_SBBS",          (ACS_LRCORNER)); | 
					
						
							|  |  |  | 	SetDictInt("ACS_SBSS",          (ACS_RTEE)); | 
					
						
							|  |  |  | 	SetDictInt("ACS_SSSB",          (ACS_LTEE)); | 
					
						
							|  |  |  | 	SetDictInt("ACS_SSBS",          (ACS_BTEE)); | 
					
						
							|  |  |  | 	SetDictInt("ACS_BSSS",          (ACS_TTEE)); | 
					
						
							|  |  |  | 	SetDictInt("ACS_BSBS",          (ACS_HLINE)); | 
					
						
							|  |  |  | 	SetDictInt("ACS_SBSB",          (ACS_VLINE)); | 
					
						
							|  |  |  | 	SetDictInt("ACS_SSSS",          (ACS_PLUS)); | 
					
						
							| 
									
										
										
										
											2000-11-01 19:59:12 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	/* The following are never available with strict SYSV curses */ | 
					
						
							|  |  |  | #ifdef ACS_S3
 | 
					
						
							| 
									
										
										
										
											2000-05-23 16:24:54 +00:00
										 |  |  | 	SetDictInt("ACS_S3",            (ACS_S3)); | 
					
						
							| 
									
										
										
										
											2000-11-01 19:59:12 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | #ifdef ACS_S7
 | 
					
						
							|  |  |  | 	SetDictInt("ACS_S7",            (ACS_S7)); | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | #ifdef ACS_LEQUAL
 | 
					
						
							| 
									
										
										
										
											2000-05-23 16:24:54 +00:00
										 |  |  | 	SetDictInt("ACS_LEQUAL",        (ACS_LEQUAL)); | 
					
						
							| 
									
										
										
										
											2000-11-01 19:59:12 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | #ifdef ACS_GEQUAL
 | 
					
						
							| 
									
										
										
										
											2000-05-23 16:24:54 +00:00
										 |  |  | 	SetDictInt("ACS_GEQUAL",        (ACS_GEQUAL)); | 
					
						
							| 
									
										
										
										
											2000-11-01 19:59:12 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | #ifdef ACS_PI
 | 
					
						
							| 
									
										
										
										
											2000-05-23 16:24:54 +00:00
										 |  |  | 	SetDictInt("ACS_PI",            (ACS_PI)); | 
					
						
							| 
									
										
										
										
											2000-11-01 19:59:12 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | #ifdef ACS_NEQUAL
 | 
					
						
							| 
									
										
										
										
											2000-05-23 16:24:54 +00:00
										 |  |  | 	SetDictInt("ACS_NEQUAL",        (ACS_NEQUAL)); | 
					
						
							| 
									
										
										
										
											2000-11-01 19:59:12 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | #ifdef ACS_STERLING
 | 
					
						
							| 
									
										
										
										
											2000-05-23 16:24:54 +00:00
										 |  |  | 	SetDictInt("ACS_STERLING",      (ACS_STERLING)); | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2006-08-13 18:12:45 +00:00
										 |  |  |   SetDictInt("LINES", LINES); | 
					
						
							|  |  |  |   SetDictInt("COLS", COLS); | 
					
						
							| 
									
										
										
										
											1994-08-31 22:06:24 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |   return (PyObject *)PyCursesWindow_New(win); | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-11-18 17:45:59 +00:00
										 |  |  | static PyObject * | 
					
						
							|  |  |  | PyCurses_setupterm(PyObject* self, PyObject *args, PyObject* keywds) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	int fd = -1; | 
					
						
							|  |  |  | 	int err; | 
					
						
							|  |  |  | 	char* termstr = NULL; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2006-02-27 16:46:16 +00:00
										 |  |  | 	static char *kwlist[] = {"term", "fd", NULL}; | 
					
						
							| 
									
										
										
										
											2000-11-18 17:45:59 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	if (!PyArg_ParseTupleAndKeywords( | 
					
						
							| 
									
										
										
										
											2005-12-10 18:50:16 +00:00
										 |  |  | 		args, keywds, "|zi:setupterm", kwlist, &termstr, &fd)) { | 
					
						
							| 
									
										
										
										
											2000-11-18 17:45:59 +00:00
										 |  |  | 		return NULL; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 	 | 
					
						
							|  |  |  | 	if (fd == -1) { | 
					
						
							|  |  |  | 		PyObject* sys_stdout; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		sys_stdout = PySys_GetObject("stdout"); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		if (sys_stdout == NULL) { | 
					
						
							|  |  |  | 			PyErr_SetString( | 
					
						
							|  |  |  | 				PyCursesError, | 
					
						
							|  |  |  | 				"lost sys.stdout"); | 
					
						
							|  |  |  | 			return NULL; | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		fd = PyObject_AsFileDescriptor(sys_stdout); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		if (fd == -1) { | 
					
						
							|  |  |  | 			return NULL; | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	if (setupterm(termstr,fd,&err) == ERR) { | 
					
						
							|  |  |  | 		char* s = "setupterm: unknown error"; | 
					
						
							|  |  |  | 		 | 
					
						
							|  |  |  | 		if (err == 0) { | 
					
						
							|  |  |  | 			s = "setupterm: could not find terminal"; | 
					
						
							|  |  |  | 		} else if (err == -1) { | 
					
						
							|  |  |  | 			s = "setupterm: could not find terminfo database"; | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		PyErr_SetString(PyCursesError,s); | 
					
						
							|  |  |  | 		return NULL; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	initialised_setupterm = TRUE; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	Py_INCREF(Py_None); | 
					
						
							|  |  |  | 	return Py_None;	 | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | static PyObject * | 
					
						
							| 
									
										
										
										
											2000-07-09 14:35:00 +00:00
										 |  |  | PyCurses_IntrFlush(PyObject *self, PyObject *args) | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   int ch; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   PyCursesInitialised | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |   switch(PyTuple_Size(args)) { | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   case 1: | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |     if (!PyArg_ParseTuple(args,"i;True(1), False(0)",&ch)) return NULL; | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |     break; | 
					
						
							|  |  |  |   default: | 
					
						
							|  |  |  |     PyErr_SetString(PyExc_TypeError, "intrflush requires 1 argument"); | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  |     return NULL; | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   return PyCursesCheckERR(intrflush(NULL,ch), "intrflush"); | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2006-06-19 08:07:50 +00:00
										 |  |  | #ifdef HAVE_CURSES_IS_TERM_RESIZED
 | 
					
						
							|  |  |  | static PyObject * | 
					
						
							|  |  |  | PyCurses_Is_Term_Resized(PyObject *self, PyObject *args) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  |   int lines; | 
					
						
							|  |  |  |   int columns; | 
					
						
							|  |  |  |   int result; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   PyCursesInitialised | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   if (!PyArg_ParseTuple(args,"ii:is_term_resized", &lines, &columns)) | 
					
						
							|  |  |  |     return NULL; | 
					
						
							|  |  |  |   result = is_term_resized(lines, columns); | 
					
						
							|  |  |  |   if (result == TRUE) { | 
					
						
							|  |  |  |     Py_INCREF(Py_True); | 
					
						
							|  |  |  |     return Py_True; | 
					
						
							|  |  |  |   } else { | 
					
						
							|  |  |  |     Py_INCREF(Py_False); | 
					
						
							|  |  |  |     return Py_False; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | #endif /* HAVE_CURSES_IS_TERM_RESIZED */
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-01-29 20:47:59 +00:00
										 |  |  | #if !defined(__NetBSD__)
 | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | static PyObject * | 
					
						
							| 
									
										
										
										
											2000-07-09 14:35:00 +00:00
										 |  |  | PyCurses_KeyName(PyObject *self, PyObject *args) | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | { | 
					
						
							|  |  |  |   const char *knp; | 
					
						
							|  |  |  |   int ch; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   PyCursesInitialised | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |   if (!PyArg_ParseTuple(args,"i",&ch)) return NULL; | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-11-06 14:15:36 +00:00
										 |  |  |   if (ch < 0) { | 
					
						
							|  |  |  |     PyErr_SetString(PyExc_ValueError, "invalid key number"); | 
					
						
							|  |  |  |     return NULL; | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   knp = keyname(ch); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   return PyString_FromString((knp == NULL) ? "" : (char *)knp); | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2001-01-29 20:47:59 +00:00
										 |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | static PyObject *   | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  | PyCurses_KillChar(PyObject *self)   | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | {   | 
					
						
							|  |  |  |   char ch;   | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   ch = killchar();   | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-11-11 14:49:15 +00:00
										 |  |  |   return PyString_FromStringAndSize(&ch, 1);   | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | }   | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static PyObject * | 
					
						
							| 
									
										
										
										
											2000-07-09 14:35:00 +00:00
										 |  |  | PyCurses_Meta(PyObject *self, PyObject *args) | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   int ch; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   PyCursesInitialised | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |   switch(PyTuple_Size(args)) { | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   case 1: | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |     if (!PyArg_ParseTuple(args,"i;True(1), False(0)",&ch)) return NULL; | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |     break; | 
					
						
							|  |  |  |   default: | 
					
						
							|  |  |  |     PyErr_SetString(PyExc_TypeError, "meta requires 1 argument"); | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  |     return NULL; | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  |   } | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |   return PyCursesCheckERR(meta(stdscr, ch), "meta"); | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-06-27 03:10:38 +00:00
										 |  |  | #ifdef NCURSES_MOUSE_VERSION
 | 
					
						
							|  |  |  | static PyObject * | 
					
						
							| 
									
										
										
										
											2000-07-09 14:35:00 +00:00
										 |  |  | PyCurses_MouseInterval(PyObject *self, PyObject *args) | 
					
						
							| 
									
										
										
										
											2000-06-27 03:10:38 +00:00
										 |  |  | { | 
					
						
							|  |  |  | 	int interval; | 
					
						
							|  |  |  | 	PyCursesInitialised  | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  | 	if (!PyArg_ParseTuple(args,"i;interval",&interval))  | 
					
						
							| 
									
										
										
										
											2000-06-27 03:10:38 +00:00
										 |  |  | 		return NULL; | 
					
						
							|  |  |  | 	return PyCursesCheckERR(mouseinterval(interval), "mouseinterval"); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static PyObject * | 
					
						
							| 
									
										
										
										
											2000-07-09 14:35:00 +00:00
										 |  |  | PyCurses_MouseMask(PyObject *self, PyObject *args) | 
					
						
							| 
									
										
										
										
											2000-06-27 03:10:38 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2000-07-06 18:14:03 +00:00
										 |  |  | 	int newmask; | 
					
						
							| 
									
										
										
										
											2000-06-27 03:10:38 +00:00
										 |  |  | 	mmask_t oldmask, availmask; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	PyCursesInitialised  | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  | 	if (!PyArg_ParseTuple(args,"i;mousemask",&newmask))  | 
					
						
							| 
									
										
										
										
											2000-06-27 03:10:38 +00:00
										 |  |  | 		return NULL; | 
					
						
							|  |  |  | 	availmask = mousemask(newmask, &oldmask); | 
					
						
							|  |  |  | 	return Py_BuildValue("(ll)", (long)availmask, (long)oldmask); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-12-15 00:44:02 +00:00
										 |  |  | static PyObject * | 
					
						
							|  |  |  | PyCurses_Napms(PyObject *self, PyObject *args) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  |     int ms; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     PyCursesInitialised | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |     if (!PyArg_ParseTuple(args, "i;ms", &ms)) return NULL; | 
					
						
							| 
									
										
										
										
											2000-12-15 00:44:02 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |     return Py_BuildValue("i", napms(ms)); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | static PyObject * | 
					
						
							| 
									
										
										
										
											2000-07-09 14:35:00 +00:00
										 |  |  | PyCurses_NewPad(PyObject *self, PyObject *args) | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   WINDOW *win; | 
					
						
							|  |  |  |   int nlines, ncols; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   PyCursesInitialised  | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |   if (!PyArg_ParseTuple(args,"ii;nlines,ncols",&nlines,&ncols)) return NULL; | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |   win = newpad(nlines, ncols); | 
					
						
							|  |  |  |    | 
					
						
							|  |  |  |   if (win == NULL) { | 
					
						
							|  |  |  |     PyErr_SetString(PyCursesError, catchall_NULL); | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  |     return NULL; | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   return (PyObject *)PyCursesWindow_New(win); | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static PyObject * | 
					
						
							| 
									
										
										
										
											2000-07-09 14:35:00 +00:00
										 |  |  | PyCurses_NewWindow(PyObject *self, PyObject *args) | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | { | 
					
						
							|  |  |  |   WINDOW *win; | 
					
						
							| 
									
										
										
										
											2001-07-14 20:38:30 +00:00
										 |  |  |   int nlines, ncols, begin_y=0, begin_x=0; | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   PyCursesInitialised | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |   switch (PyTuple_Size(args)) { | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  |   case 2: | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |     if (!PyArg_ParseTuple(args,"ii;nlines,ncols",&nlines,&ncols)) | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  |       return NULL; | 
					
						
							|  |  |  |     break; | 
					
						
							|  |  |  |   case 4: | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |     if (!PyArg_ParseTuple(args, "iiii;nlines,ncols,begin_y,begin_x", | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | 		   &nlines,&ncols,&begin_y,&begin_x)) | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  |       return NULL; | 
					
						
							|  |  |  |     break; | 
					
						
							|  |  |  |   default: | 
					
						
							|  |  |  |     PyErr_SetString(PyExc_TypeError, "newwin requires 2 or 4 arguments"); | 
					
						
							|  |  |  |     return NULL; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-07-14 20:38:30 +00:00
										 |  |  |   win = newwin(nlines,ncols,begin_y,begin_x); | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  |   if (win == NULL) { | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  |     PyErr_SetString(PyCursesError, catchall_NULL); | 
					
						
							|  |  |  |     return NULL; | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  |   } | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  |   return (PyObject *)PyCursesWindow_New(win); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static PyObject * | 
					
						
							| 
									
										
										
										
											2000-07-09 14:35:00 +00:00
										 |  |  | PyCurses_Pair_Content(PyObject *self, PyObject *args) | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   short pair,f,b; | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   PyCursesInitialised | 
					
						
							|  |  |  |   PyCursesInitialisedColor | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |   switch(PyTuple_Size(args)) { | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   case 1: | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |     if (!PyArg_ParseTuple(args, "h;pair", &pair)) return NULL; | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |     break; | 
					
						
							|  |  |  |   default: | 
					
						
							|  |  |  |     PyErr_SetString(PyExc_TypeError, "pair_content requires 1 argument"); | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  |     return NULL; | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   } | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-06-15 18:46:50 +00:00
										 |  |  |   if (pair_content(pair, &f, &b)==ERR) { | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |     PyErr_SetString(PyCursesError, | 
					
						
							|  |  |  | 		    "Argument 1 was out of range. (1..COLOR_PAIRS-1)"); | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  |     return NULL; | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   } | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   return Py_BuildValue("(ii)", f, b); | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static PyObject * | 
					
						
							| 
									
										
										
										
											2000-07-09 14:35:00 +00:00
										 |  |  | PyCurses_pair_number(PyObject *self, PyObject *args) | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   int n; | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   PyCursesInitialised | 
					
						
							|  |  |  |   PyCursesInitialisedColor | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |   switch(PyTuple_Size(args)) { | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   case 1: | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |     if (!PyArg_ParseTuple(args, "i;pairvalue", &n)) return NULL; | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |     break; | 
					
						
							|  |  |  |   default: | 
					
						
							|  |  |  |     PyErr_SetString(PyExc_TypeError, | 
					
						
							| 
									
										
										
										
											2000-05-23 16:24:54 +00:00
										 |  |  |                     "pair_number requires 1 argument"); | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  |     return NULL; | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   return PyInt_FromLong((long) ((n & A_COLOR) >> 8)); | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static PyObject * | 
					
						
							| 
									
										
										
										
											2000-07-09 14:35:00 +00:00
										 |  |  | PyCurses_Putp(PyObject *self, PyObject *args) | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   char *str; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |   if (!PyArg_ParseTuple(args,"s;str", &str)) return NULL; | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   return PyCursesCheckERR(putp(str), "putp"); | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static PyObject * | 
					
						
							| 
									
										
										
										
											2000-07-09 14:35:00 +00:00
										 |  |  | PyCurses_QiFlush(PyObject *self, PyObject *args) | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   int flag = 0; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   PyCursesInitialised | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |   switch(PyTuple_Size(args)) { | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   case 0: | 
					
						
							|  |  |  |     qiflush(); | 
					
						
							|  |  |  |     Py_INCREF(Py_None); | 
					
						
							|  |  |  |     return Py_None; | 
					
						
							|  |  |  |   case 1: | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |     if (!PyArg_ParseTuple(args, "i;True(1) or False(0)", &flag)) return NULL; | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |     if (flag) qiflush(); | 
					
						
							|  |  |  |     else noqiflush(); | 
					
						
							|  |  |  |     Py_INCREF(Py_None); | 
					
						
							|  |  |  |     return Py_None; | 
					
						
							|  |  |  |   default: | 
					
						
							| 
									
										
										
										
											2000-05-23 16:24:54 +00:00
										 |  |  |     PyErr_SetString(PyExc_TypeError, "qiflush requires 0 or 1 arguments"); | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  |     return NULL; | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   } | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-03-06 20:38:57 +00:00
										 |  |  | /* Internal helper used for updating curses.LINES, curses.COLS, _curses.LINES
 | 
					
						
							|  |  |  |  * and _curses.COLS */ | 
					
						
							|  |  |  | static int | 
					
						
							|  |  |  | update_lines_cols(void) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  |   PyObject *o; | 
					
						
							|  |  |  |   PyObject *m = PyImport_ImportModule("curses"); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   if (!m) | 
					
						
							|  |  |  |     return 0; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   o = PyInt_FromLong(LINES); | 
					
						
							|  |  |  |   if (!o) { | 
					
						
							|  |  |  |     Py_DECREF(m); | 
					
						
							|  |  |  |     return 0; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   if (PyObject_SetAttrString(m, "LINES", o)) { | 
					
						
							|  |  |  |     Py_DECREF(m); | 
					
						
							|  |  |  |     Py_DECREF(o); | 
					
						
							|  |  |  |     return 0; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   if (PyDict_SetItemString(ModDict, "LINES", o)) { | 
					
						
							|  |  |  |     Py_DECREF(m); | 
					
						
							|  |  |  |     Py_DECREF(o); | 
					
						
							|  |  |  |     return 0; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   Py_DECREF(o); | 
					
						
							|  |  |  |   o = PyInt_FromLong(COLS); | 
					
						
							|  |  |  |   if (!o) { | 
					
						
							|  |  |  |     Py_DECREF(m); | 
					
						
							|  |  |  |     return 0; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   if (PyObject_SetAttrString(m, "COLS", o)) { | 
					
						
							|  |  |  |     Py_DECREF(m); | 
					
						
							|  |  |  |     Py_DECREF(o); | 
					
						
							|  |  |  |     return 0; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   if (PyDict_SetItemString(ModDict, "COLS", o)) { | 
					
						
							|  |  |  |     Py_DECREF(m); | 
					
						
							|  |  |  |     Py_DECREF(o); | 
					
						
							|  |  |  |     return 0; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   Py_DECREF(o); | 
					
						
							|  |  |  |   Py_DECREF(m); | 
					
						
							|  |  |  |   return 1; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2006-06-19 08:07:50 +00:00
										 |  |  | #ifdef HAVE_CURSES_RESIZETERM
 | 
					
						
							|  |  |  | static PyObject * | 
					
						
							|  |  |  | PyCurses_ResizeTerm(PyObject *self, PyObject *args) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  |   int lines; | 
					
						
							|  |  |  |   int columns; | 
					
						
							| 
									
										
										
										
											2007-03-06 20:38:57 +00:00
										 |  |  |   PyObject *result; | 
					
						
							| 
									
										
										
										
											2006-06-19 08:07:50 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |   PyCursesInitialised | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   if (!PyArg_ParseTuple(args,"ii:resizeterm", &lines, &columns)) | 
					
						
							|  |  |  |     return NULL; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-03-06 20:38:57 +00:00
										 |  |  |   result = PyCursesCheckERR(resizeterm(lines, columns), "resizeterm"); | 
					
						
							|  |  |  |   if (!result) | 
					
						
							|  |  |  |     return NULL; | 
					
						
							|  |  |  |   if (!update_lines_cols()) | 
					
						
							|  |  |  |     return NULL; | 
					
						
							|  |  |  |   return result; | 
					
						
							| 
									
										
										
										
											2006-06-19 08:07:50 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #ifdef HAVE_CURSES_RESIZE_TERM
 | 
					
						
							|  |  |  | static PyObject * | 
					
						
							|  |  |  | PyCurses_Resize_Term(PyObject *self, PyObject *args) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  |   int lines; | 
					
						
							|  |  |  |   int columns; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-03-06 20:38:57 +00:00
										 |  |  |   PyObject *result; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2006-06-19 08:07:50 +00:00
										 |  |  |   PyCursesInitialised | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   if (!PyArg_ParseTuple(args,"ii:resize_term", &lines, &columns)) | 
					
						
							|  |  |  |     return NULL; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-03-06 20:38:57 +00:00
										 |  |  |   result = PyCursesCheckERR(resize_term(lines, columns), "resize_term"); | 
					
						
							|  |  |  |   if (!result) | 
					
						
							|  |  |  |     return NULL; | 
					
						
							|  |  |  |   if (!update_lines_cols()) | 
					
						
							|  |  |  |     return NULL; | 
					
						
							|  |  |  |   return result; | 
					
						
							| 
									
										
										
										
											2006-06-19 08:07:50 +00:00
										 |  |  | } | 
					
						
							|  |  |  | #endif /* HAVE_CURSES_RESIZE_TERM */
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | static PyObject * | 
					
						
							| 
									
										
										
										
											2000-07-09 14:35:00 +00:00
										 |  |  | PyCurses_setsyx(PyObject *self, PyObject *args) | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   int y,x; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   PyCursesInitialised | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |   if (PyTuple_Size(args)!=2) { | 
					
						
							| 
									
										
										
										
											2000-05-23 16:24:54 +00:00
										 |  |  |     PyErr_SetString(PyExc_TypeError, "setsyx requires 2 arguments"); | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  |     return NULL; | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |   if (!PyArg_ParseTuple(args, "ii;y, x", &y, &x)) return NULL; | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |   setsyx(y,x); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   Py_INCREF(Py_None); | 
					
						
							|  |  |  |   return Py_None; | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static PyObject * | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  | PyCurses_Start_Color(PyObject *self) | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   int code; | 
					
						
							|  |  |  |   PyObject *c, *cp; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   PyCursesInitialised | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   code = start_color(); | 
					
						
							|  |  |  |   if (code != ERR) { | 
					
						
							|  |  |  |     initialisedcolors = TRUE; | 
					
						
							|  |  |  |     c = PyInt_FromLong((long) COLORS); | 
					
						
							|  |  |  |     PyDict_SetItemString(ModDict, "COLORS", c); | 
					
						
							|  |  |  |     Py_DECREF(c); | 
					
						
							|  |  |  |     cp = PyInt_FromLong((long) COLOR_PAIRS); | 
					
						
							|  |  |  |     PyDict_SetItemString(ModDict, "COLOR_PAIRS", cp); | 
					
						
							|  |  |  |     Py_DECREF(cp); | 
					
						
							|  |  |  |     Py_INCREF(Py_None); | 
					
						
							|  |  |  |     return Py_None; | 
					
						
							|  |  |  |   } else { | 
					
						
							|  |  |  |     PyErr_SetString(PyCursesError, "start_color() returned ERR"); | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  |     return NULL; | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   } | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-07-26 02:57:20 +00:00
										 |  |  | static PyObject * | 
					
						
							|  |  |  | PyCurses_tigetflag(PyObject *self, PyObject *args) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	char *capname; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-11-18 17:45:59 +00:00
										 |  |  | 	PyCursesSetupTermCalled; | 
					
						
							| 
									
										
										
										
											2000-07-26 02:57:20 +00:00
										 |  |  | 		 | 
					
						
							|  |  |  | 	if (!PyArg_ParseTuple(args, "z", &capname)) | 
					
						
							|  |  |  | 		return NULL; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	return PyInt_FromLong( (long) tigetflag( capname ) ); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static PyObject * | 
					
						
							|  |  |  | PyCurses_tigetnum(PyObject *self, PyObject *args) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	char *capname; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-11-18 17:45:59 +00:00
										 |  |  | 	PyCursesSetupTermCalled; | 
					
						
							| 
									
										
										
										
											2000-07-26 02:57:20 +00:00
										 |  |  | 		 | 
					
						
							|  |  |  | 	if (!PyArg_ParseTuple(args, "z", &capname)) | 
					
						
							|  |  |  | 		return NULL; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	return PyInt_FromLong( (long) tigetnum( capname ) ); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static PyObject * | 
					
						
							|  |  |  | PyCurses_tigetstr(PyObject *self, PyObject *args) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	char *capname; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-11-18 17:45:59 +00:00
										 |  |  | 	PyCursesSetupTermCalled; | 
					
						
							| 
									
										
										
										
											2000-07-26 02:57:20 +00:00
										 |  |  | 		 | 
					
						
							|  |  |  | 	if (!PyArg_ParseTuple(args, "z", &capname)) | 
					
						
							|  |  |  | 		return NULL; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	capname = tigetstr( capname ); | 
					
						
							|  |  |  | 	if (capname == 0 || capname == (char*) -1) { | 
					
						
							|  |  |  | 		Py_INCREF(Py_None); | 
					
						
							|  |  |  | 		return Py_None; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 	return PyString_FromString( capname ); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-11-07 03:35:24 +00:00
										 |  |  | static PyObject * | 
					
						
							|  |  |  | PyCurses_tparm(PyObject *self, PyObject *args) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	char* fmt; | 
					
						
							|  |  |  | 	char* result = NULL; | 
					
						
							| 
									
										
										
										
											2002-11-21 14:17:51 +00:00
										 |  |  | 	int i1=0,i2=0,i3=0,i4=0,i5=0,i6=0,i7=0,i8=0,i9=0; | 
					
						
							| 
									
										
										
										
											2000-11-07 03:35:24 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-11-18 17:45:59 +00:00
										 |  |  | 	PyCursesSetupTermCalled; | 
					
						
							| 
									
										
										
										
											2000-11-07 03:35:24 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	if (!PyArg_ParseTuple(args, "s|iiiiiiiii:tparm",  | 
					
						
							|  |  |  | 			      &fmt, &i1, &i2, &i3, &i4,  | 
					
						
							|  |  |  | 			      &i5, &i6, &i7, &i8, &i9)) { | 
					
						
							|  |  |  | 		return NULL; | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2002-11-21 14:17:51 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-01-16 15:18:09 +00:00
										 |  |  | 	result = tparm(fmt,i1,i2,i3,i4,i5,i6,i7,i8,i9); | 
					
						
							| 
									
										
										
										
											2006-09-02 02:50:35 +00:00
										 |  |  | 	if (!result) { | 
					
						
							|  |  |  | 		PyErr_SetString(PyCursesError, "tparm() returned NULL"); | 
					
						
							|  |  |  |   		return NULL; | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2002-11-21 14:17:51 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-11-07 03:35:24 +00:00
										 |  |  | 	return PyString_FromString(result); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-06-21 01:41:48 +00:00
										 |  |  | static PyObject * | 
					
						
							| 
									
										
										
										
											2000-07-09 14:35:00 +00:00
										 |  |  | PyCurses_TypeAhead(PyObject *self, PyObject *args) | 
					
						
							| 
									
										
										
										
											2000-06-21 01:41:48 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2000-07-06 18:14:03 +00:00
										 |  |  |   int fd; | 
					
						
							| 
									
										
										
										
											2000-06-21 01:41:48 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |   PyCursesInitialised | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |   if (!PyArg_ParseTuple(args,"i;fd",&fd)) return NULL; | 
					
						
							| 
									
										
										
										
											2000-06-21 01:41:48 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2004-08-04 14:33:28 +00:00
										 |  |  |   return PyCursesCheckERR(typeahead( fd ), "typeahead"); | 
					
						
							| 
									
										
										
										
											2000-06-21 01:41:48 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | static PyObject * | 
					
						
							| 
									
										
										
										
											2000-07-09 14:35:00 +00:00
										 |  |  | PyCurses_UnCtrl(PyObject *self, PyObject *args) | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   PyObject *temp; | 
					
						
							|  |  |  |   chtype ch; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   PyCursesInitialised | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |   if (!PyArg_ParseTuple(args,"O;ch or int",&temp)) return NULL; | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |   if (PyInt_Check(temp)) | 
					
						
							|  |  |  |     ch = (chtype) PyInt_AsLong(temp); | 
					
						
							|  |  |  |   else if (PyString_Check(temp)) | 
					
						
							|  |  |  |     ch = (chtype) *PyString_AsString(temp); | 
					
						
							|  |  |  |   else { | 
					
						
							|  |  |  |     PyErr_SetString(PyExc_TypeError, "argument must be a ch or an int"); | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  |     return NULL; | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   return PyString_FromString(unctrl(ch)); | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static PyObject * | 
					
						
							| 
									
										
										
										
											2000-07-09 14:35:00 +00:00
										 |  |  | PyCurses_UngetCh(PyObject *self, PyObject *args) | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   PyObject *temp; | 
					
						
							| 
									
										
										
										
											2002-11-06 14:15:36 +00:00
										 |  |  |   int ch; | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |   PyCursesInitialised | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |   if (!PyArg_ParseTuple(args,"O;ch or int",&temp)) return NULL; | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |   if (PyInt_Check(temp)) | 
					
						
							| 
									
										
										
										
											2002-11-06 14:15:36 +00:00
										 |  |  |     ch = (int) PyInt_AsLong(temp); | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   else if (PyString_Check(temp)) | 
					
						
							| 
									
										
										
										
											2002-11-06 14:15:36 +00:00
										 |  |  |     ch = (int) *PyString_AsString(temp); | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   else { | 
					
						
							|  |  |  |     PyErr_SetString(PyExc_TypeError, "argument must be a ch or an int"); | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  |     return NULL; | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   return PyCursesCheckERR(ungetch(ch), "ungetch"); | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static PyObject * | 
					
						
							| 
									
										
										
										
											2000-07-09 14:35:00 +00:00
										 |  |  | PyCurses_Use_Env(PyObject *self, PyObject *args) | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   int flag; | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   PyCursesInitialised | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |   switch(PyTuple_Size(args)) { | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |   case 1: | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |     if (!PyArg_ParseTuple(args,"i;True(1), False(0)",&flag)) | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  |       return NULL; | 
					
						
							|  |  |  |     break; | 
					
						
							|  |  |  |   default: | 
					
						
							|  |  |  |     PyErr_SetString(PyExc_TypeError, "use_env requires 1 argument"); | 
					
						
							|  |  |  |     return NULL; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   use_env(flag); | 
					
						
							|  |  |  |   Py_INCREF(Py_None); | 
					
						
							|  |  |  |   return Py_None; | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-08-13 23:11:04 +00:00
										 |  |  | #ifndef STRICT_SYSV_CURSES
 | 
					
						
							|  |  |  | static PyObject * | 
					
						
							|  |  |  | PyCurses_Use_Default_Colors(PyObject *self) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  |   int code; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   PyCursesInitialised | 
					
						
							|  |  |  |   PyCursesInitialisedColor | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   code = use_default_colors(); | 
					
						
							|  |  |  |   if (code != ERR) { | 
					
						
							|  |  |  |     Py_INCREF(Py_None); | 
					
						
							|  |  |  |     return Py_None; | 
					
						
							|  |  |  |   } else { | 
					
						
							|  |  |  |     PyErr_SetString(PyCursesError, "use_default_colors() returned ERR"); | 
					
						
							|  |  |  |     return NULL; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | #endif /* STRICT_SYSV_CURSES */
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | /* List of functions defined in the module */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static PyMethodDef PyCurses_methods[] = { | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |   {"baudrate",            (PyCFunction)PyCurses_baudrate, METH_NOARGS}, | 
					
						
							|  |  |  |   {"beep",                (PyCFunction)PyCurses_beep, METH_NOARGS}, | 
					
						
							|  |  |  |   {"can_change_color",    (PyCFunction)PyCurses_can_change_color, METH_NOARGS}, | 
					
						
							|  |  |  |   {"cbreak",              (PyCFunction)PyCurses_cbreak, METH_VARARGS}, | 
					
						
							|  |  |  |   {"color_content",       (PyCFunction)PyCurses_Color_Content, METH_VARARGS}, | 
					
						
							|  |  |  |   {"color_pair",          (PyCFunction)PyCurses_color_pair, METH_VARARGS}, | 
					
						
							|  |  |  |   {"curs_set",            (PyCFunction)PyCurses_Curs_Set, METH_VARARGS}, | 
					
						
							|  |  |  |   {"def_prog_mode",       (PyCFunction)PyCurses_def_prog_mode, METH_NOARGS}, | 
					
						
							|  |  |  |   {"def_shell_mode",      (PyCFunction)PyCurses_def_shell_mode, METH_NOARGS}, | 
					
						
							|  |  |  |   {"delay_output",        (PyCFunction)PyCurses_Delay_Output, METH_VARARGS}, | 
					
						
							|  |  |  |   {"doupdate",            (PyCFunction)PyCurses_doupdate, METH_NOARGS}, | 
					
						
							|  |  |  |   {"echo",                (PyCFunction)PyCurses_echo, METH_VARARGS}, | 
					
						
							|  |  |  |   {"endwin",              (PyCFunction)PyCurses_endwin, METH_NOARGS}, | 
					
						
							|  |  |  |   {"erasechar",           (PyCFunction)PyCurses_EraseChar, METH_NOARGS}, | 
					
						
							|  |  |  |   {"filter",              (PyCFunction)PyCurses_filter, METH_NOARGS}, | 
					
						
							|  |  |  |   {"flash",               (PyCFunction)PyCurses_flash, METH_NOARGS}, | 
					
						
							|  |  |  |   {"flushinp",            (PyCFunction)PyCurses_flushinp, METH_NOARGS}, | 
					
						
							| 
									
										
										
										
											2000-06-27 03:10:38 +00:00
										 |  |  | #ifdef NCURSES_MOUSE_VERSION
 | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |   {"getmouse",            (PyCFunction)PyCurses_GetMouse, METH_NOARGS}, | 
					
						
							| 
									
										
										
										
											2000-06-27 03:10:38 +00:00
										 |  |  |   {"ungetmouse",          (PyCFunction)PyCurses_UngetMouse, METH_VARARGS}, | 
					
						
							|  |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |   {"getsyx",              (PyCFunction)PyCurses_getsyx, METH_NOARGS}, | 
					
						
							|  |  |  |   {"getwin",              (PyCFunction)PyCurses_GetWin, METH_O}, | 
					
						
							|  |  |  |   {"has_colors",          (PyCFunction)PyCurses_has_colors, METH_NOARGS}, | 
					
						
							|  |  |  |   {"has_ic",              (PyCFunction)PyCurses_has_ic, METH_NOARGS}, | 
					
						
							|  |  |  |   {"has_il",              (PyCFunction)PyCurses_has_il, METH_NOARGS}, | 
					
						
							| 
									
										
										
										
											2000-07-25 12:37:41 +00:00
										 |  |  | #ifndef STRICT_SYSV_CURSES
 | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |   {"has_key",             (PyCFunction)PyCurses_has_key, METH_VARARGS}, | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |   {"halfdelay",           (PyCFunction)PyCurses_HalfDelay, METH_VARARGS}, | 
					
						
							|  |  |  |   {"init_color",          (PyCFunction)PyCurses_Init_Color, METH_VARARGS}, | 
					
						
							|  |  |  |   {"init_pair",           (PyCFunction)PyCurses_Init_Pair, METH_VARARGS}, | 
					
						
							|  |  |  |   {"initscr",             (PyCFunction)PyCurses_InitScr, METH_NOARGS}, | 
					
						
							|  |  |  |   {"intrflush",           (PyCFunction)PyCurses_IntrFlush, METH_VARARGS}, | 
					
						
							|  |  |  |   {"isendwin",            (PyCFunction)PyCurses_isendwin, METH_NOARGS}, | 
					
						
							| 
									
										
										
										
											2006-06-19 08:07:50 +00:00
										 |  |  | #ifdef HAVE_CURSES_IS_TERM_RESIZED
 | 
					
						
							|  |  |  |   {"is_term_resized",     (PyCFunction)PyCurses_Is_Term_Resized, METH_VARARGS}, | 
					
						
							|  |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											2001-01-29 20:47:59 +00:00
										 |  |  | #if !defined(__NetBSD__)
 | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |   {"keyname",             (PyCFunction)PyCurses_KeyName, METH_VARARGS}, | 
					
						
							| 
									
										
										
										
											2001-01-29 20:47:59 +00:00
										 |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |   {"killchar",            (PyCFunction)PyCurses_KillChar, METH_NOARGS},  | 
					
						
							|  |  |  |   {"longname",            (PyCFunction)PyCurses_longname, METH_NOARGS},  | 
					
						
							|  |  |  |   {"meta",                (PyCFunction)PyCurses_Meta, METH_VARARGS}, | 
					
						
							| 
									
										
										
										
											2000-06-27 03:10:38 +00:00
										 |  |  | #ifdef NCURSES_MOUSE_VERSION
 | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |   {"mouseinterval",       (PyCFunction)PyCurses_MouseInterval, METH_VARARGS}, | 
					
						
							|  |  |  |   {"mousemask",           (PyCFunction)PyCurses_MouseMask, METH_VARARGS}, | 
					
						
							| 
									
										
										
										
											2000-06-27 03:10:38 +00:00
										 |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |   {"napms",               (PyCFunction)PyCurses_Napms, METH_VARARGS}, | 
					
						
							|  |  |  |   {"newpad",              (PyCFunction)PyCurses_NewPad, METH_VARARGS}, | 
					
						
							|  |  |  |   {"newwin",              (PyCFunction)PyCurses_NewWindow, METH_VARARGS}, | 
					
						
							|  |  |  |   {"nl",                  (PyCFunction)PyCurses_nl, METH_VARARGS}, | 
					
						
							|  |  |  |   {"nocbreak",            (PyCFunction)PyCurses_nocbreak, METH_NOARGS}, | 
					
						
							|  |  |  |   {"noecho",              (PyCFunction)PyCurses_noecho, METH_NOARGS}, | 
					
						
							|  |  |  |   {"nonl",                (PyCFunction)PyCurses_nonl, METH_NOARGS}, | 
					
						
							|  |  |  |   {"noqiflush",           (PyCFunction)PyCurses_noqiflush, METH_NOARGS}, | 
					
						
							|  |  |  |   {"noraw",               (PyCFunction)PyCurses_noraw, METH_NOARGS}, | 
					
						
							|  |  |  |   {"pair_content",        (PyCFunction)PyCurses_Pair_Content, METH_VARARGS}, | 
					
						
							|  |  |  |   {"pair_number",         (PyCFunction)PyCurses_pair_number, METH_VARARGS}, | 
					
						
							|  |  |  |   {"putp",                (PyCFunction)PyCurses_Putp, METH_VARARGS}, | 
					
						
							|  |  |  |   {"qiflush",             (PyCFunction)PyCurses_QiFlush, METH_VARARGS}, | 
					
						
							|  |  |  |   {"raw",                 (PyCFunction)PyCurses_raw, METH_VARARGS}, | 
					
						
							|  |  |  |   {"reset_prog_mode",     (PyCFunction)PyCurses_reset_prog_mode, METH_NOARGS}, | 
					
						
							|  |  |  |   {"reset_shell_mode",    (PyCFunction)PyCurses_reset_shell_mode, METH_NOARGS}, | 
					
						
							|  |  |  |   {"resetty",             (PyCFunction)PyCurses_resetty, METH_NOARGS}, | 
					
						
							| 
									
										
										
										
											2006-06-19 08:07:50 +00:00
										 |  |  | #ifdef HAVE_CURSES_RESIZETERM
 | 
					
						
							|  |  |  |   {"resizeterm",          (PyCFunction)PyCurses_ResizeTerm, METH_VARARGS}, | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | #ifdef HAVE_CURSES_RESIZE_TERM
 | 
					
						
							|  |  |  |   {"resize_term",         (PyCFunction)PyCurses_Resize_Term, METH_VARARGS}, | 
					
						
							|  |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |   {"savetty",             (PyCFunction)PyCurses_savetty, METH_NOARGS}, | 
					
						
							|  |  |  |   {"setsyx",              (PyCFunction)PyCurses_setsyx, METH_VARARGS}, | 
					
						
							| 
									
										
										
										
											2001-10-20 16:05:52 +00:00
										 |  |  |   {"setupterm",           (PyCFunction)PyCurses_setupterm, | 
					
						
							|  |  |  |    METH_VARARGS|METH_KEYWORDS}, | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |   {"start_color",         (PyCFunction)PyCurses_Start_Color, METH_NOARGS}, | 
					
						
							|  |  |  |   {"termattrs",           (PyCFunction)PyCurses_termattrs, METH_NOARGS}, | 
					
						
							|  |  |  |   {"termname",            (PyCFunction)PyCurses_termname, METH_NOARGS}, | 
					
						
							| 
									
										
										
										
											2000-07-26 02:57:20 +00:00
										 |  |  |   {"tigetflag",		  (PyCFunction)PyCurses_tigetflag, METH_VARARGS}, | 
					
						
							|  |  |  |   {"tigetnum",		  (PyCFunction)PyCurses_tigetnum, METH_VARARGS}, | 
					
						
							|  |  |  |   {"tigetstr",		  (PyCFunction)PyCurses_tigetstr, METH_VARARGS}, | 
					
						
							| 
									
										
										
										
											2000-11-07 03:35:24 +00:00
										 |  |  |   {"tparm",               (PyCFunction)PyCurses_tparm, METH_VARARGS}, | 
					
						
							| 
									
										
										
										
											2002-01-17 23:08:27 +00:00
										 |  |  |   {"typeahead",           (PyCFunction)PyCurses_TypeAhead, METH_VARARGS}, | 
					
						
							|  |  |  |   {"unctrl",              (PyCFunction)PyCurses_UnCtrl, METH_VARARGS}, | 
					
						
							|  |  |  |   {"ungetch",             (PyCFunction)PyCurses_UngetCh, METH_VARARGS}, | 
					
						
							|  |  |  |   {"use_env",             (PyCFunction)PyCurses_Use_Env, METH_VARARGS}, | 
					
						
							| 
									
										
										
										
											2003-08-13 23:11:04 +00:00
										 |  |  | #ifndef STRICT_SYSV_CURSES
 | 
					
						
							|  |  |  |   {"use_default_colors",  (PyCFunction)PyCurses_Use_Default_Colors, METH_NOARGS}, | 
					
						
							|  |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											2001-10-20 16:05:52 +00:00
										 |  |  |   {NULL,		  NULL}		/* sentinel */ | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /* Initialization function for the module */ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-08-02 02:27:13 +00:00
										 |  |  | PyMODINIT_FUNC | 
					
						
							| 
									
										
										
										
											2000-07-21 06:00:07 +00:00
										 |  |  | init_curses(void) | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2000-12-22 21:52:27 +00:00
										 |  |  | 	PyObject *m, *d, *v, *c_api_object; | 
					
						
							|  |  |  | 	static void *PyCurses_API[PyCurses_API_pointers]; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-01-19 00:28:08 +00:00
										 |  |  | 	/* Initialize object type */ | 
					
						
							| 
									
										
										
										
											2007-12-19 02:37:44 +00:00
										 |  |  | 	Py_TYPE(&PyCursesWindow_Type) = &PyType_Type; | 
					
						
							| 
									
										
										
										
											2001-01-19 00:28:08 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-12-22 21:52:27 +00:00
										 |  |  | 	/* Initialize the C API pointer array */ | 
					
						
							|  |  |  | 	PyCurses_API[0] = (void *)&PyCursesWindow_Type; | 
					
						
							|  |  |  | 	PyCurses_API[1] = (void *)func_PyCursesSetupTermCalled; | 
					
						
							|  |  |  | 	PyCurses_API[2] = (void *)func_PyCursesInitialised; | 
					
						
							|  |  |  | 	PyCurses_API[3] = (void *)func_PyCursesInitialisedColor; | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	/* Create the module and add the functions */ | 
					
						
							| 
									
										
										
										
											2000-06-10 23:12:32 +00:00
										 |  |  | 	m = Py_InitModule("_curses", PyCurses_methods); | 
					
						
							| 
									
										
										
										
											2006-01-19 06:09:39 +00:00
										 |  |  | 	if (m == NULL) | 
					
						
							|  |  |  |     		return; | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	/* Add some symbolic constants to the module */ | 
					
						
							|  |  |  | 	d = PyModule_GetDict(m); | 
					
						
							| 
									
										
										
										
											2006-08-13 18:12:45 +00:00
										 |  |  | 	if (d == NULL) | 
					
						
							|  |  |  | 		return; | 
					
						
							| 
									
										
										
										
											2000-12-22 21:52:27 +00:00
										 |  |  | 	ModDict = d; /* For PyCurses_InitScr to use later */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	/* Add a CObject for the C API */ | 
					
						
							|  |  |  | 	c_api_object = PyCObject_FromVoidPtr((void *)PyCurses_API, NULL); | 
					
						
							|  |  |  | 	PyDict_SetItemString(d, "_C_API", c_api_object); | 
					
						
							| 
									
										
										
										
											2001-11-11 14:24:05 +00:00
										 |  |  | 	Py_DECREF(c_api_object); | 
					
						
							| 
									
										
										
										
											1994-08-31 22:05:27 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  | 	/* For exception curses.error */ | 
					
						
							| 
									
										
										
										
											2000-07-06 19:38:49 +00:00
										 |  |  | 	PyCursesError = PyErr_NewException("_curses.error", NULL, NULL); | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  | 	PyDict_SetItemString(d, "error", PyCursesError); | 
					
						
							| 
									
										
										
										
											1994-08-31 22:05:27 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  | 	/* Make the version available */ | 
					
						
							| 
									
										
										
										
											1995-02-17 13:54:04 +00:00
										 |  |  | 	v = PyString_FromString(PyCursesVersion); | 
					
						
							|  |  |  | 	PyDict_SetItemString(d, "version", v); | 
					
						
							|  |  |  | 	PyDict_SetItemString(d, "__version__", v); | 
					
						
							|  |  |  | 	Py_DECREF(v); | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-12-26 15:57:01 +00:00
										 |  |  |         SetDictInt("ERR", ERR); | 
					
						
							|  |  |  |         SetDictInt("OK", OK); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | 	/* Here are some attributes you can add to chars to print */ | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | 	 | 
					
						
							|  |  |  | 	SetDictInt("A_ATTRIBUTES",      A_ATTRIBUTES); | 
					
						
							| 
									
										
										
										
											2000-05-23 16:24:54 +00:00
										 |  |  | 	SetDictInt("A_NORMAL",		A_NORMAL); | 
					
						
							|  |  |  | 	SetDictInt("A_STANDOUT",	A_STANDOUT); | 
					
						
							|  |  |  | 	SetDictInt("A_UNDERLINE",	A_UNDERLINE); | 
					
						
							|  |  |  | 	SetDictInt("A_REVERSE",		A_REVERSE); | 
					
						
							|  |  |  | 	SetDictInt("A_BLINK",		A_BLINK); | 
					
						
							|  |  |  | 	SetDictInt("A_DIM",		A_DIM); | 
					
						
							|  |  |  | 	SetDictInt("A_BOLD",		A_BOLD); | 
					
						
							|  |  |  | 	SetDictInt("A_ALTCHARSET",	A_ALTCHARSET); | 
					
						
							| 
									
										
										
										
											2001-01-29 20:47:59 +00:00
										 |  |  | #if !defined(__NetBSD__)
 | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | 	SetDictInt("A_INVIS",           A_INVIS); | 
					
						
							| 
									
										
										
										
											2001-01-29 20:47:59 +00:00
										 |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | 	SetDictInt("A_PROTECT",         A_PROTECT); | 
					
						
							| 
									
										
										
										
											2000-05-23 16:24:54 +00:00
										 |  |  | 	SetDictInt("A_CHARTEXT",        A_CHARTEXT); | 
					
						
							|  |  |  | 	SetDictInt("A_COLOR",           A_COLOR); | 
					
						
							| 
									
										
										
										
											2000-11-01 19:59:12 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	/* The following are never available with strict SYSV curses */ | 
					
						
							|  |  |  | #ifdef A_HORIZONTAL
 | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | 	SetDictInt("A_HORIZONTAL",      A_HORIZONTAL); | 
					
						
							| 
									
										
										
										
											2000-11-01 19:59:12 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | #ifdef A_LEFT
 | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | 	SetDictInt("A_LEFT",            A_LEFT); | 
					
						
							| 
									
										
										
										
											2000-11-01 19:59:12 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | #ifdef A_LOW
 | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | 	SetDictInt("A_LOW",             A_LOW); | 
					
						
							| 
									
										
										
										
											2000-11-01 19:59:12 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | #ifdef A_RIGHT
 | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | 	SetDictInt("A_RIGHT",           A_RIGHT); | 
					
						
							| 
									
										
										
										
											2000-11-01 19:59:12 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | #ifdef A_TOP
 | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | 	SetDictInt("A_TOP",             A_TOP); | 
					
						
							| 
									
										
										
										
											2000-11-01 19:59:12 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | #ifdef A_VERTICAL
 | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | 	SetDictInt("A_VERTICAL",        A_VERTICAL); | 
					
						
							|  |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											2000-05-23 16:24:54 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-05-23 16:18:03 +00:00
										 |  |  | 	SetDictInt("COLOR_BLACK",       COLOR_BLACK); | 
					
						
							|  |  |  | 	SetDictInt("COLOR_RED",         COLOR_RED); | 
					
						
							|  |  |  | 	SetDictInt("COLOR_GREEN",       COLOR_GREEN); | 
					
						
							|  |  |  | 	SetDictInt("COLOR_YELLOW",      COLOR_YELLOW); | 
					
						
							|  |  |  | 	SetDictInt("COLOR_BLUE",        COLOR_BLUE); | 
					
						
							|  |  |  | 	SetDictInt("COLOR_MAGENTA",     COLOR_MAGENTA); | 
					
						
							|  |  |  | 	SetDictInt("COLOR_CYAN",        COLOR_CYAN); | 
					
						
							|  |  |  | 	SetDictInt("COLOR_WHITE",       COLOR_WHITE); | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-06-27 03:10:38 +00:00
										 |  |  | #ifdef NCURSES_MOUSE_VERSION
 | 
					
						
							|  |  |  | 	/* Mouse-related constants */ | 
					
						
							|  |  |  | 	SetDictInt("BUTTON1_PRESSED",          BUTTON1_PRESSED); | 
					
						
							|  |  |  | 	SetDictInt("BUTTON1_RELEASED",         BUTTON1_RELEASED); | 
					
						
							|  |  |  | 	SetDictInt("BUTTON1_CLICKED",          BUTTON1_CLICKED); | 
					
						
							|  |  |  | 	SetDictInt("BUTTON1_DOUBLE_CLICKED",   BUTTON1_DOUBLE_CLICKED); | 
					
						
							|  |  |  | 	SetDictInt("BUTTON1_TRIPLE_CLICKED",   BUTTON1_TRIPLE_CLICKED); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	SetDictInt("BUTTON2_PRESSED",          BUTTON2_PRESSED); | 
					
						
							|  |  |  | 	SetDictInt("BUTTON2_RELEASED",         BUTTON2_RELEASED); | 
					
						
							|  |  |  | 	SetDictInt("BUTTON2_CLICKED",          BUTTON2_CLICKED); | 
					
						
							|  |  |  | 	SetDictInt("BUTTON2_DOUBLE_CLICKED",   BUTTON2_DOUBLE_CLICKED); | 
					
						
							|  |  |  | 	SetDictInt("BUTTON2_TRIPLE_CLICKED",   BUTTON2_TRIPLE_CLICKED); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	SetDictInt("BUTTON3_PRESSED",          BUTTON3_PRESSED); | 
					
						
							|  |  |  | 	SetDictInt("BUTTON3_RELEASED",         BUTTON3_RELEASED); | 
					
						
							|  |  |  | 	SetDictInt("BUTTON3_CLICKED",          BUTTON3_CLICKED); | 
					
						
							|  |  |  | 	SetDictInt("BUTTON3_DOUBLE_CLICKED",   BUTTON3_DOUBLE_CLICKED); | 
					
						
							|  |  |  | 	SetDictInt("BUTTON3_TRIPLE_CLICKED",   BUTTON3_TRIPLE_CLICKED); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	SetDictInt("BUTTON4_PRESSED",          BUTTON4_PRESSED); | 
					
						
							|  |  |  | 	SetDictInt("BUTTON4_RELEASED",         BUTTON4_RELEASED); | 
					
						
							|  |  |  | 	SetDictInt("BUTTON4_CLICKED",          BUTTON4_CLICKED); | 
					
						
							|  |  |  | 	SetDictInt("BUTTON4_DOUBLE_CLICKED",   BUTTON4_DOUBLE_CLICKED); | 
					
						
							|  |  |  | 	SetDictInt("BUTTON4_TRIPLE_CLICKED",   BUTTON4_TRIPLE_CLICKED); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	SetDictInt("BUTTON_SHIFT",             BUTTON_SHIFT); | 
					
						
							|  |  |  | 	SetDictInt("BUTTON_CTRL",              BUTTON_CTRL); | 
					
						
							|  |  |  | 	SetDictInt("BUTTON_ALT",               BUTTON_ALT); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	SetDictInt("ALL_MOUSE_EVENTS",         ALL_MOUSE_EVENTS); | 
					
						
							|  |  |  | 	SetDictInt("REPORT_MOUSE_POSITION",    REPORT_MOUSE_POSITION); | 
					
						
							|  |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | 	/* Now set everything up for KEY_ variables */ | 
					
						
							|  |  |  | 	{ | 
					
						
							|  |  |  | 	  int key; | 
					
						
							|  |  |  | 	  char *key_n; | 
					
						
							|  |  |  | 	  char *key_n2; | 
					
						
							| 
									
										
										
										
											2001-01-29 20:47:59 +00:00
										 |  |  | #if !defined(__NetBSD__)
 | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | 	  for (key=KEY_MIN;key < KEY_MAX; key++) { | 
					
						
							|  |  |  | 	    key_n = (char *)keyname(key); | 
					
						
							| 
									
										
										
										
											1995-02-07 15:38:32 +00:00
										 |  |  | 	    if (key_n == NULL || strcmp(key_n,"UNKNOWN KEY")==0) | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | 	      continue; | 
					
						
							|  |  |  | 	    if (strncmp(key_n,"KEY_F(",6)==0) { | 
					
						
							|  |  |  | 	      char *p1, *p2; | 
					
						
							|  |  |  | 	      key_n2 = malloc(strlen(key_n)+1); | 
					
						
							| 
									
										
										
										
											2006-08-13 18:12:45 +00:00
										 |  |  | 	      if (!key_n2) { | 
					
						
							|  |  |  | 		PyErr_NoMemory(); | 
					
						
							|  |  |  | 		break; | 
					
						
							|  |  |  |               } | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | 	      p1 = key_n; | 
					
						
							|  |  |  | 	      p2 = key_n2; | 
					
						
							|  |  |  | 	      while (*p1) { | 
					
						
							|  |  |  | 		if (*p1 != '(' && *p1 != ')') { | 
					
						
							|  |  |  | 		  *p2 = *p1; | 
					
						
							|  |  |  | 		  p2++; | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 		p1++; | 
					
						
							|  |  |  | 	      } | 
					
						
							|  |  |  | 	      *p2 = (char)0; | 
					
						
							|  |  |  | 	    } else | 
					
						
							|  |  |  | 	      key_n2 = key_n; | 
					
						
							| 
									
										
										
										
											2006-08-13 18:12:45 +00:00
										 |  |  | 	    SetDictInt(key_n2,key); | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | 	    if (key_n2 != key_n) | 
					
						
							|  |  |  | 	      free(key_n2); | 
					
						
							|  |  |  | 	  } | 
					
						
							| 
									
										
										
										
											2001-01-29 20:47:59 +00:00
										 |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											1995-02-17 13:50:17 +00:00
										 |  |  | 	  SetDictInt("KEY_MIN", KEY_MIN); | 
					
						
							|  |  |  | 	  SetDictInt("KEY_MAX", KEY_MAX); | 
					
						
							| 
									
										
										
										
											1994-08-30 12:25:20 +00:00
										 |  |  | 	} | 
					
						
							|  |  |  | } |