*** empty log message ***
authorroot <root>
Sun, 20 Feb 2005 00:51:05 +0000 (00:51 +0000)
committerroot <root>
Sun, 20 Feb 2005 00:51:05 +0000 (00:51 +0000)
Changes
doc/etc/rxvt-unicode.termcap
src/version.h

diff --git a/Changes b/Changes
index e422c9426313d295f03ee2a940a026ba912239d6..458394d902619fa50464353dc64062f72ac5631b 100644 (file)
--- a/Changes
+++ b/Changes
@@ -12,7 +12,7 @@ WISH: OnTheSpot editing, or maybe switch to miiiiiiif
 WISH: tabbed windows (hey, just use screen...)
 WISH: just for fun, do shade and tint with XRender.
 
-5.2
+5.2  Sun Feb 20 01:48:59 CET 2005
        - new option -pty-fd that makes the terminal a slave
           that uses an existing pty for I/O instead of starting
           a command.
@@ -20,7 +20,7 @@ WISH: just for fun, do shade and tint with XRender.
         - added doc/embed-tk, an embedding example in Perl/Tk,
           and doc/rxvt-tabbed, a primitive tabbed shell implemented
           in Perl/Gtk2.
-        - fix assertian failure ("crash") on mousewheel-scrolling
+        - fix assertion failure ("crash") on mousewheel-scrolling
           when the terminal height is small, by removing the assert.
           (reported by Mikael Magnusson).
         - SYNCCVS. backported bugfixes done to rxvt
index 222159705fe94db65a1f894a126217d5abe8297d..bd689e35114ba523e54044e7ba5069f87ec5ba46 100644 (file)
@@ -1,15 +1,16 @@
-#      Reconstructed via infocmp from file: /etc/terminfo/r/rxvt-unicode
+#      Reconstructed via infocmp from file: /usr/share/terminfo/r/rxvt-unicode
 # (untranslatable capabilities removed to fit entry within 1023 bytes)
 rxvt-unicode|rxvt-unicode terminal (X Window System):\
        :am:bw:eo:km:mi:ms:xn:xo:\
        :co#80:it#8:li#24:lm#0:\
        :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
        :K1=\EOw:K2=\EOu:K3=\EOy:K4=\EOq:K5=\EOs:LE=\E[%dD:\
-       :RI=\E[%dC:SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:ae=^O:al=\E[L:\
-       :as=^N:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:\
-       :cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:\
-       :ec=\E[%dX:ei=\E[4l:ho=\E[H:i1=\E[?47l\E=\E[?1l:ic=\E[@:\
-       :im=\E[4h:is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l:\
+       :RI=\E[%dC:SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:ae=\E(B:al=\E[L:\
+       :as=\E(0:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[2J:\
+       :cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:\
+       :dl=\E[M:do=^J:ec=\E[%dX:ei=\E[4l:ho=\E[H:\
+       :i1=\E[?47l\E=\E[?1l:ic=\E[@:im=\E[4h:\
+       :is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l:\
        :k1=\E[11~:k2=\E[12~:k3=\E[13~:k4=\E[14~:k5=\E[15~:\
        :k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:kD=\E[3~:\
        :kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=\177:kd=\EOB:ke=\E[?1l\E>:\
index 1f39895ba995a5c4f75bbd3719a10745704f1675..5d2d52bffb4e550d3c169fcd6018340d1aed7975 100644 (file)
@@ -1,3 +1,3 @@
 // VERSION _must_ be \d.\d+
 #define VERSION "5.2"
-#define DATE   "2005-02-15"
+#define DATE   "2005-02-20"