Commit Graph

121 Commits

Author SHA1 Message Date
afd8b88749
Remove resize-font (which doesn't work) 2016-08-21 02:09:28 -04:00
92fceb8f65
Added install.sh 2016-08-21 02:07:27 -04:00
960551cb2c
Added resize-font from https://github.com/simmel/urxvt-resize-font 2016-08-21 01:55:51 -04:00
Bert Münnich
e4dbde31ed Small alignment adjustments 2015-03-28 13:53:30 +01:00
Sebastian Schmidt
cc8e579de0 url-select: Unset underline flag after partial redraw
This fixes the behaviour where after redraw of only parts of the line
the underline flag was still being set even though the new line doesn't
match anymore. This can be simulated for example by starting an editor,
typing a URL and changing e.g. the http:// part to xttp:// without
changing the line length (vim: rx) where the part beginning with ttp://
keeps being underlined.

This commit sets the 3rd custom rendition bit (starting at 0) of a cell
iff the underline was being added as a result of the cell being part of
a match. If so, on a line update these underline flags get cleared again
(together with the custom rendition bit) to be then re-set after a
(possible) successful match.
2015-03-23 19:24:15 +01:00
Stanislav Seletskiy
10c64a552f compatibility with urxvt 9.21+ 2015-01-22 22:28:44 +06:00
Bert Münnich
e68375c3d4 url-select: catch button presses, fixes issue #54 2014-11-05 22:13:23 +01:00
Stanislav Seletskiy
4dec629b36 implement incremental search
Fix muennich/urxvt-perls#51
2014-05-29 20:25:02 +07:00
komar
25c42de9e8 matcher.pattern. starts from 0 2014-05-24 09:44:54 +02:00
komar
5419db7608 copy from 'matcher'. allow comments and spaces in patterns 2014-05-24 09:44:35 +02:00
Bert Münnich
34ae181a0a url-select: fixed underlining of URLs, fixes issue #47 2014-04-07 21:01:29 +02:00
Bert Münnich
729db13120 Added ~/.urxvt/ext install location to README 2014-04-06 23:04:44 +02:00
Bert Münnich
a4eed96cc6 url-select: New default regex, fixes issue #47 2014-04-06 11:34:24 +02:00
Bert Münnich
e54f4c238e Abort keyboard & url selection modes with Ctrl-c; fixes issue #46 2014-03-20 21:44:28 +01:00
Bert Münnich
6481d92137 Nicer living 2014-01-21 22:26:25 +01:00
Bert Münnich
f11de4f9f3 Removed .gitignore 2014-01-21 22:24:31 +01:00
woky
cbed482f73 Allow button modifiers in url-select
Almost verbatim copy from matcher.
2013-12-15 17:01:33 +01:00
Bastien Dejean
adacf7920d Add support for the Git URL scheme 2013-01-14 11:58:29 +01:00
Bert Münnich
d054a43a1c Fixed issue #35
Merge remote-tracking branch 'nmeum/master'
2012-12-20 20:30:37 +01:00
Nmeum
c35daec11c It's called URxvt not URvxt 2012-12-20 14:55:41 +01:00
Bert Münnich
a7dd819519 Documented clipboard.autocopy resource setting 2012-10-28 13:58:40 +01:00
Bert Münnich
9c57d2597b Fixed autocopy of clipboard extension 2012-10-28 13:45:32 +01:00
Bert Münnich
1ac74245e2 Fixed typo in clipboard, thanks baskerville 2012-09-15 12:57:32 +02:00
Bert Münnich
b8cbf4e7ad clipboard: added option autocopy 2012-09-13 21:51:25 +02:00
Bert Münnich
c05d319ba6 Removed version number from extensions 2012-09-13 21:50:22 +02:00
Bert Münnich
f5edb824f3 Added .gitignore 2012-08-19 13:59:19 +02:00
Bert Münnich
af715b615d Stable version 2.0, released as bundle 2012-08-19 13:56:32 +02:00
Bert Münnich
c34082d99f Made all options namespaced 2012-08-16 11:41:33 +02:00
Bert Münnich
6139557a85 Merge remote-tracking branch 'meh/options'
Conflicts:
	README.md
	url-select
2012-08-16 11:33:25 +02:00
Bert Münnich
53cbf53540 Merge remote-tracking branch 'vifon/master'
Conflicts:
	url-select
2012-08-16 11:29:48 +02:00
meh
8d8d6e4a00 url-select: make options namespaced 2012-08-12 13:27:05 +02:00
Andrew Wong
19da7013ce url-select: fix typo from previous merge 2012-07-27 01:32:02 +10:00
Bert Münnich
6fd697e297 Mentioned support for matcher.pattern resources in README 2012-07-10 21:57:03 +02:00
meh
b5631d1d90 url-select: support matcher configurations 2012-07-10 21:41:26 +02:00
Wojciech Siewierski
21ed78a650 url-select: new selection method
see: https://github.com/muennich/urxvt-perls/issues/18
2012-04-02 11:20:44 +02:00
Wojciech Siewierski
c3977f5565 updated README.md 2012-04-01 00:14:06 +02:00
Wojciech Siewierski
9a9f84b31f Merge remote-tracking branch 'upstream/master' 2012-03-27 01:15:25 +02:00
Bert Münnich
b438097350 url-select: increased version number 2012-01-20 23:26:58 +01:00
Tim Smart
447842ee48 Use selection_make instead of selection_grab.
For some reason selection_grab was not working with my urxvt setup,
however the selection_beg, selection_end and selection_make trio worked
fine.

Signed-off-by: Tim Smart <tim@fostle.com>
2012-01-18 19:40:38 +13:00
Wojciech Siewierski
48762bc273 url-select: much cleaner URL autocopy 2012-01-13 11:29:22 +01:00
Wojciech Siewierski
1380bad3d2 url-select: selected URLs are automatically copied
When an URL is selected, it is copied to the clipboard using the selected tool.
2012-01-13 02:14:04 +01:00
Bert Münnich
d48894fc14 Fixed issue #17 2012-01-03 19:30:05 +01:00
Bert Münnich
eb9b7a606a Fixed issue #16
Handle mouse button events on URLs only, if no cursor movement occurs between
press and release events.
2011-12-24 12:00:08 +01:00
Bert Münnich
530853ccb3 Updated doc 2011-11-05 13:18:49 +01:00
Billy Lamberta
b7dc52cb27 Added alternate link navigation using arrow keys and home/end. 2011-11-04 16:11:59 -03:00
Bert
c85bb17142 Updated doc 2011-09-07 09:12:11 +02:00
Bert
e2eb388428 Increased unstable version number 2011-09-07 09:12:04 +02:00
Bert
cf32c7a213 Fixed typo in readme-header 2011-09-06 15:34:10 +02:00
Bert
35acc02354 Discard line cache when using g/G mappings 2011-08-03 10:19:51 +02:00
Bert
95c1029b64 url-select: g/G mappings to select first/last URL 2011-08-03 10:14:22 +02:00