projects
/
vte.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc35e7b
)
Add comment
author
Behdad Esfahbod
<behdad@behdad.org>
Mon, 3 May 2010 07:23:17 +0000
(
03:23
-0400)
committer
Behdad Esfahbod
<behdad@behdad.org>
Mon, 3 May 2010 08:28:46 +0000
(
04:28
-0400)
src/vte.c
patch
|
blob
|
history
diff --git
a/src/vte.c
b/src/vte.c
index
aaa06c9
..
085d0c2
100644
(file)
--- a/
src/vte.c
+++ b/
src/vte.c
@@
-14706,7
+14706,9
@@
vte_terminal_search_find (VteTerminal *terminal,
return FALSE;
/* TODO
- * Currently We only find one result per extended line, and ignore columns */
+ * Currently We only find one result per extended line, and ignore columns
+ * Moreover, the whole search thing is implemented very inefficiently.
+ */
buffer_start_row = _vte_ring_delta (terminal->pvt->screen->row_data);
buffer_end_row = _vte_ring_next (terminal->pvt->screen->row_data);