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

Comparing cvsroot/rxvt-unicode/src/rxvt.h (file contents):
Revision 1.218 by root, Tue Jan 17 12:22:59 2006 UTC vs.
Revision 1.220 by root, Tue Jan 17 15:17:39 2006 UTC

184 { 184 {
185 // 185 //
186 } 186 }
187 187
188 virtual bool get () = 0; 188 virtual bool get () = 0;
189 virtual void put () = 0;
190
191 virtual void login (int cmd_pid, bool login_shell, const char *hostname) = 0; 189 virtual void login (int cmd_pid, bool login_shell, const char *hostname) = 0;
192 virtual void logout () = 0;
193 190
194 void close_tty (); 191 void close_tty ();
195
196 bool make_controlling_tty (); 192 bool make_controlling_tty ();
197 void set_utf8_mode (bool on); 193 void set_utf8_mode (bool on);
198}; 194};
199 195
200// a "factory" *g* 196rxvt_ptytty *rxvt_new_ptytty (); // create a new pty object
201rxvt_ptytty *rxvt_new_ptytty (); 197void rxvt_ptytty_server (); // start the ptytty server process
202 198
203/* 199/*
204 * the 'essential' information for reporting Mouse Events 200 * the 'essential' information for reporting Mouse Events
205 * pared down from XButtonEvent 201 * pared down from XButtonEvent
206 */ 202 */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines