GNOME Bugzilla – Bug 633627
vte_terminal_search_find_previous() / vte_terminal_search_find_next() only work for once if there is only 1 line in the vte box.
Last modified: 2010-10-31 18:02:52 UTC
Created attachment 173590 [details] A sample demo vte for vte_terminal_search The attached file vte_find.c is a sample vte demo for find, You may use "gcc vte.c -o vte `pkg-config --cflags --libs gtk+-2.0 vte`" to compile it, And press <Ctrl><P> to find previous, and <Ctrl><N> to find next. The vte_find works fine if there is more than 1 line in vte box, But It only works for once if there is only 1 line in the vte box. I think it is a bug in vte, please consider to fix it. Thanks!
*** This bug has been marked as a duplicate of bug 627886 ***