ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/rxvt.h
(Generate patch)

Comparing rxvt-unicode/src/rxvt.h (file contents):
Revision 1.299 by ayin, Mon Aug 27 20:00:27 2007 UTC vs.
Revision 1.303 by ayin, Sun Sep 9 10:14:40 2007 UTC

111char * rxvt_wcstoutf8 (const wchar_t *str, int len = -1); 111char * rxvt_wcstoutf8 (const wchar_t *str, int len = -1);
112wchar_t * rxvt_utf8towcs (const char *str, int len = -1); 112wchar_t * rxvt_utf8towcs (const char *str, int len = -1);
113 113
114#define rxvt_strdup(s) ((s) ? strdup(s) : 0) 114#define rxvt_strdup(s) ((s) ? strdup(s) : 0)
115 115
116char * rxvt_r_basename (const char *str) NOTHROW; 116char * rxvt_basename (const char *str) NOTHROW;
117void rxvt_vlog (const char *fmt, va_list arg_ptr) NOTHROW; 117void rxvt_vlog (const char *fmt, va_list arg_ptr) NOTHROW;
118void rxvt_log (const char *fmt,...) NOTHROW; 118void rxvt_log (const char *fmt,...) NOTHROW;
119void rxvt_warn (const char *fmt,...) NOTHROW; 119void rxvt_warn (const char *fmt,...) NOTHROW;
120void rxvt_fatal (const char *fmt, ...) THROW ((class rxvt_failure_exception)) NORETURN; 120void rxvt_fatal (const char *fmt, ...) THROW ((class rxvt_failure_exception)) NORETURN;
121void rxvt_exit_failure () THROW ((class rxvt_failure_exception)) NORETURN; 121void rxvt_exit_failure () THROW ((class rxvt_failure_exception)) NORETURN;
122 122
123int rxvt_Str_match (const char *s1, const char *s2) NOTHROW;
124char * rxvt_Str_trim (char *str) NOTHROW; 123char * rxvt_strtrim (char *str) NOTHROW;
125int rxvt_Str_escaped (char *str) NOTHROW;
126char ** rxvt_splitcommastring (const char *cs) NOTHROW; 124char ** rxvt_splitcommastring (const char *cs) NOTHROW;
127void rxvt_freecommastring (char **cs) NOTHROW; 125void rxvt_freecommastring (char **cs) NOTHROW;
128 126
129///////////////////////////////////////////////////////////////////////////// 127/////////////////////////////////////////////////////////////////////////////
130 128
1068 char * incr_buf; 1066 char * incr_buf;
1069 size_t incr_buf_size, incr_buf_fill; 1067 size_t incr_buf_size, incr_buf_fill;
1070/* ---------- */ 1068/* ---------- */
1071 Cursor leftptr_cursor; 1069 Cursor leftptr_cursor;
1072/* ---------- */ 1070/* ---------- */
1073#ifndef NO_BACKSPACE_KEY
1074 const char *key_backspace;
1075#endif
1076#ifndef NO_DELETE_KEY
1077 const char *key_delete;
1078#endif
1079 struct mouse_event MEvent; 1071 struct mouse_event MEvent;
1080 XComposeStatus compose; 1072 XComposeStatus compose;
1081 ttymode_t tio; 1073 ttymode_t tio;
1082 row_col_t oldcursor; 1074 row_col_t oldcursor;
1083#ifdef HAVE_BG_PIXMAP 1075#ifdef HAVE_BG_PIXMAP

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines