Add note about required patch

Wed, 01 Sep 2010 04:03:42 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Wed, 01 Sep 2010 04:03:42 +0100
changeset 2
1e9553b2f9a2
parent 1
4d7540af8518
child 3
547eaf259e9d

Add note about required patch

modes.lua file | annotate | diff | comparison | revisions
--- a/modes.lua	Wed Sep 01 03:59:23 2010 +0100
+++ b/modes.lua	Wed Sep 01 04:03:42 2010 +0100
@@ -87,6 +87,8 @@
 		i.text = (w:get_current() or {}).uri or "";
 		i:show();
 		i:focus();
+		-- Requires patch to 2010.08.30:
+		-- http://matthewwild.co.uk/code/luakit-select-region.patch
 		i:select_region(0);
 	end;
 	activate = function (w, url)

mercurial