X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=git-gui%2Flib%2Fsearch.tcl;h=ef3486f083c74f7f5e5fe9af861818ed0d64e89c;hb=4df989f9537cc9f168e96da7700f012b6367c63f;hp=7fdbf87bcdcf3e6d5a928dd4ac8a323509ea7953;hpb=7b51c33b376d22195dba1c4e067180164fd35dbf;p=git.git diff --git a/git-gui/lib/search.tcl b/git-gui/lib/search.tcl index 7fdbf87bc..ef3486f08 100644 --- a/git-gui/lib/search.tcl +++ b/git-gui/lib/search.tcl @@ -35,6 +35,8 @@ constructor new {i_w i_text args} { grid remove $w trace add variable searchstring write [cb _incrsearch_cb] + bind $w.ent [cb find_next] + bind $w.ent [cb find_prev] bind $w [list delete_this $this] return $this @@ -196,4 +198,4 @@ method scrolled {} { } } -} \ No newline at end of file +}