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.219 by root, Tue Jan 17 12:29:40 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
190 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;
191 virtual void logout () = 0;
192 190
193 void close_tty (); 191 void close_tty ();
194
195 bool make_controlling_tty (); 192 bool make_controlling_tty ();
196 void set_utf8_mode (bool on); 193 void set_utf8_mode (bool on);
197}; 194};
198 195
199// a "factory" *g* 196rxvt_ptytty *rxvt_new_ptytty (); // create a new pty object
200rxvt_ptytty *rxvt_new_ptytty (); 197void rxvt_ptytty_server (); // start the ptytty server process
201 198
202/* 199/*
203 * the 'essential' information for reporting Mouse Events 200 * the 'essential' information for reporting Mouse Events
204 * pared down from XButtonEvent 201 * pared down from XButtonEvent
205 */ 202 */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines