mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 11:50:10 +02:00
hidden lines
This commit is contained in:
parent
be70fa5eb7
commit
8dfeca57ed
12 changed files with 139 additions and 31 deletions
|
|
@ -230,6 +230,7 @@ LINE_REC *textbuffer_line_last(TEXT_BUFFER_REC *buffer)
|
|||
return buffer->cur_line;
|
||||
}
|
||||
|
||||
/* returns TRUE if `search' comes on or after `line' in the buffer */
|
||||
int textbuffer_line_exists_after(LINE_REC *line, LINE_REC *search)
|
||||
{
|
||||
while (line != NULL) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue