css: set PRE’s max-width so it doesn’t stretch the viewport
[mina86.com.git] / posts / tabbed-urxvt-extension.en.html
blobc9ef50aed5343fd647fcee10be831517ab1820b6
1 <!-- subject: tabbed, urxvt extension -->
2 <!-- date: 2009-05-16 21:02:35 -->
3 <!-- tags: tabbed, rxvt-unicode, urxvt, rxvt -->
4 <!-- categories: Downloads -->
6 <p>Some time ago, I’ve modified the
7 <code>tabbed</code> <a href="http://software.schmorp.de/pkg/rxvt-unicode.html"
8 rel="nofollow">rxvt-unicode</a> extension adding a few useful
9 features. Somehow upstream did not want it while people started
10 modifying the extension even more and so <code>tabbedex</code> fork
11 came to be. The code can
12 be <a href="https://github.com/mina86/urxvt-tabbedex">browsed on
13 GitHub</a> or cloned
14 from <code>git://github.com/mina86/urxvt-tabbedex.git</code>
16 <p><code>tabbedex</code> carries a lot of changes and it
17 would be futile to try and list them all here especially as the list
18 would likely become out of date soon. Because of that, I recommend
19 taking a look at the source code, which has, at the very beginning,
20 a comment with a list of changes made.