From c01c1f4b21b65d469776a9b37b162cc14d9de298 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 16 Dec 2005 23:59:35 +0000 Subject: [PATCH] *** empty log message *** --- Changes | 5 +---- doc/rxvt-tabbed | 3 +++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Changes b/Changes index 6a945cef..e4bb4ffd 100644 --- a/Changes +++ b/Changes @@ -1,17 +1,14 @@ -TODO: harmonize --dsiable-options into position-dependent options. +TODO: harmonize --disable-options into position-dependent options. TODO: after requesting the selection and getting a timeout, no further requests will be sent. -TODO: do font request caching, might help rxvtd on some machines TODO: safer command: keymap processing. TODO: "slow" rendering mode for bidi and scripts TODO: read property sequence is broken with respect to utf-8 etc. TODO: http://www120.pair.com/mccarthy/nextstep/intro.htmld/Workspace.html is the correct nextstep look. -WISH: /usr/share/doc/libdisplaymigration0-dev/spec.txt WISH: keymap modification via esc-sequences. WISH: line-rewrapping on resize WISH: searchable backlog WISH: meta-tagging of data by regex/master process (my dream project) 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. - fix a bug in the menu code of unknown impact, found by darix. diff --git a/doc/rxvt-tabbed b/doc/rxvt-tabbed index 3b67baa7..7ac075c0 100755 --- a/doc/rxvt-tabbed +++ b/doc/rxvt-tabbed @@ -6,6 +6,9 @@ # on debian, do: # apt-get install libgtk2-perl +# Also see the Gtk2::URxvt module family, which does this much cleaner +# and provides a real tabbed-terminal. + my $RXVT_BASENAME = "rxvt"; use Gtk2; -- 2.34.1