modes.lua

changeset 2
1e9553b2f9a2
parent 1
4d7540af8518
--- 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