repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: 3dc0c84e6c60fa1d0055727cd1a482cb6e43148c: path_to: revision_to:
commit 3dc0c84e6c60fa1d0055727cd1a482cb6e43148c Author: Marc LehmannDate: Fri Dec 16 23:59:35 2005 +0000 *** empty log message *** diff --git a/Changes b/Changes
--- 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
--- 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;
-----END OF PAGE-----