2019-04-05 12:48:04 +03:00
|
|
|
Index: doc/etc/rxvt-unicode.terminfo
|
|
|
|
===================================================================
|
|
|
|
RCS file: /schmorpforge/rxvt-unicode/doc/etc/rxvt-unicode.terminfo,v
|
|
|
|
retrieving revision 1.35
|
|
|
|
diff -u -r1.35 rxvt-unicode.terminfo
|
|
|
|
--- doc/etc/rxvt-unicode.terminfo 13 Oct 2015 08:00:07 -0000 1.35
|
|
|
|
+++ doc/etc/rxvt-unicode.terminfo 5 Apr 2019 09:44:59 -0000
|
|
|
|
@@ -185,6 +185,7 @@
|
|
|
|
tsl=\E]2;,
|
|
|
|
fsl=\007,
|
|
|
|
dsl=\E]2;\007,
|
2019-04-08 15:42:52 +03:00
|
|
|
+ RGB,
|
2019-04-05 12:48:04 +03:00
|
|
|
|
|
|
|
rxvt-unicode-256color|rxvt-unicode terminal with 256 colors (X Window System),
|
|
|
|
colors#256,
|
|
|
|
Index: doc/Makefile.in
|
|
|
|
===================================================================
|
|
|
|
RCS file: /schmorpforge/rxvt-unicode/doc/Makefile.in,v
|
|
|
|
retrieving revision 1.59
|
|
|
|
diff -u -r1.59 Makefile.in
|
|
|
|
--- doc/Makefile.in 31 Dec 2014 14:12:44 -0000 1.59
|
|
|
|
+++ doc/Makefile.in 5 Apr 2019 09:44:59 -0000
|
2019-01-28 16:36:38 +02:00
|
|
|
@@ -98,7 +98,7 @@
|
|
|
|
$(INSTALL_DATA) rxvtc.1.man $(DESTDIR)$(man1dir)/$(RXVTNAME)c.$(man1ext)
|
|
|
|
$(INSTALL_DATA) rxvtd.1.man $(DESTDIR)$(man1dir)/$(RXVTNAME)d.$(man1ext)
|
|
|
|
$(INSTALL_DATA) rxvt.7.man $(DESTDIR)$(man7dir)/$(RXVTNAME).$(man7ext)
|
|
|
|
- @TIC@ $(srcdir)/etc/rxvt-unicode.terminfo
|
|
|
|
+ @TIC@ -sx $(srcdir)/etc/rxvt-unicode.terminfo
|
|
|
|
|
|
|
|
distdepend: alldoc
|
|
|
|
|