# HG changeset patch # User Matthew Wild # Date 1283310222 -3600 # Node ID 1e9553b2f9a23f434dfec6902d5f92f3942ec8e9 # Parent 4d7540af851838bd438313c6582e0a9dca14f5a2 Add note about required patch diff -r 4d7540af8518 -r 1e9553b2f9a2 modes.lua --- 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)