*** empty log message ***
authorroot <root>
Thu, 19 Jan 2006 19:51:08 +0000 (19:51 +0000)
committerroot <root>
Thu, 19 Jan 2006 19:51:08 +0000 (19:51 +0000)
src/perl/selection-pastebin
src/rxvt.h
src/screen.C
src/urxvt.pm

index 4701dbbae2c5bdbe204eb06368504d9a50807d48..c2d8e0019151e77fbd229b4f64c0d71374c89a0e 100644 (file)
@@ -13,7 +13,7 @@ sub upload_paste {
 
    my $tmpfile = "/tmp/$filename";
 
-   my $msg = "uploaded $filename";
+   my $msg = "uploaded as $filename";
 
    if (open my $o, ">", $tmpfile) {
       chmod 0644, $tmpfile;
index 85885f75df3655a6f64e587bd17decea64f5252c..2a342684f7794fd49354c8ee76f0918af49377fc 100644 (file)
@@ -96,8 +96,6 @@ typedef struct {
 # define STDERR_FILENO  2
 #endif
 
-enum rxvt_privaction { IGNORE = 'i', SAVE = 's', RESTORE = 'r' };//TODO
-
 /*
  *****************************************************************************
  * PROTOTYPES                    
@@ -110,7 +108,6 @@ void             rxvt_clean_exit                  ();
 void           * rxvt_malloc                      (size_t size);
 void           * rxvt_calloc                      (size_t number, size_t size);
 void           * rxvt_realloc                     (void *ptr, size_t size);
-void             rxvt_privileges                  (rxvt_privaction action);
 
 // util.C
 char *           rxvt_wcstombs                    (const wchar_t *str, int len = -1);
@@ -1328,7 +1325,6 @@ struct rxvt_term : zero_initialized, rxvt_vars {
   void Get_Colours ();
   void get_ourmods ();
   // main.C
-  void privileged_utmp (rxvt_privaction action);
   bool set_fonts ();
   void set_string_property (Atom prop, const char *str, int len = -1);
   void set_utf8_property (Atom prop, const char *str, int len = -1);
@@ -1431,8 +1427,10 @@ struct rxvt_term : zero_initialized, rxvt_vars {
   void scr_remap_chars ();
   void scr_remap_chars (line_t &l);
 
+  enum cursor_mode { SAVE, RESTORE };
+
   void scr_poweron ();
-  void scr_cursor (int mode);
+  void scr_cursor (cursor_mode mode);
   void scr_do_wrap ();
   int scr_change_screen (int scrn);
   void scr_color (unsigned int color, int fgbg);
index 0fd5a7eecdca05f570fd70bf56afcad2a791dc88..d770260ef66a24a66cc82f585e5e420f314baec2 100644 (file)
@@ -464,7 +464,7 @@ rxvt_term::scr_poweron ()
  * XTERM_SEQ: Restore cursor: ESC 8
  */
 void
-rxvt_term::scr_cursor (int mode)
+rxvt_term::scr_cursor (cursor_mode mode)
 {
   screen_t *s;
 
index 7497db4b8388f8a83479a7b3a2f61c8e85560509..521e9ae6b398e0181e8e0ecf9f1deb8dacf9aa8a 100644 (file)
@@ -37,6 +37,10 @@ You can activate them like this:
 
   @@RXVT_NAME@@ -pe <extensionname>
 
+Or by adding them to the resource for extensions loaded by default:
+
+  URxvt.perl-ext-common: default,automove-background,selection-autotransform
+
 =over 4
 
 =item selection (enabled by default)