*** empty log message ***
authorroot <root>
Fri, 16 Dec 2005 23:59:35 +0000 (23:59 +0000)
committerroot <root>
Fri, 16 Dec 2005 23:59:35 +0000 (23:59 +0000)
Changes
doc/rxvt-tabbed

diff --git a/Changes b/Changes
index 6a945cef3896088d9536a4dee8e6bf738888d7f8..e4bb4ffd6de1fc87eed895b30bb5537c9e5cbcd7 100644 (file)
--- 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.
index 3b67baa7e80f611776688925d683e0963792208e..7ac075c05cef48c04e2ad53482bf409d5a15ef52 100755 (executable)
@@ -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;