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

Comparing rxvt-unicode/src/urxvt.pm (file contents):
Revision 1.126 by root, Tue Jan 24 19:14:36 2006 UTC vs.
Revision 1.127 by root, Wed Jan 25 00:42:21 2006 UTC

370Called at the very end of initialisation of a new terminal, just before 370Called at the very end of initialisation of a new terminal, just before
371trying to map (display) the toplevel and returning to the mainloop. 371trying to map (display) the toplevel and returning to the mainloop.
372 372
373=item on_destroy $term 373=item on_destroy $term
374 374
375Called whenever something tries to destroy terminal, before doing anything 375Called whenever something tries to destroy terminal, when the terminal is
376yet. If this hook returns true, then destruction is skipped, but this is 376still fully functional (not for long, though).
377rarely a good idea.
378 377
379=item on_reset $term 378=item on_reset $term
380 379
381Called after the screen is "reset" for any reason, such as resizing or 380Called after the screen is "reset" for any reason, such as resizing or
382control sequences. Here is where you can react on changes to size-related 381control sequences. Here is where you can react on changes to size-related

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines