After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
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.
vte_terminal_search_find_previous() / vte_terminal_search_find_next() only wo...
Status: RESOLVED DUPLICATE of bug 627886
Product: vte
Classification: Core
Component: general
0.26.x
Other Linux
: Normal normal
: ---
Assigned To: VTE Maintainers
VTE Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-10-31 12:25 UTC by Tetralet
Modified: 2010-10-31 18:02 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
A sample demo vte for vte_terminal_search (1.38 KB, text/plain)
2010-10-31 12:25 UTC, Tetralet
Details

Description Tetralet 2010-10-31 12:25:23 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!
Comment 1 Behdad Esfahbod 2010-10-31 18:02:52 UTC

*** This bug has been marked as a duplicate of bug 627886 ***