repo.or.cz
/
screen.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[PATCH] Screen buffers ESC keypresses indefinitely since sgr support
[screen.git]
/
src
/
search.h
blob
5f384df42431ffb81b1c674c11ed2e3667ffbd83
1
#ifndef SCREEN_SEARCH_H
2
#define SCREEN_SEARCH_H
3
4
#include <stdbool.h>
5
6
void
Search
(
int
);
7
void
ISearch
(
int
);
8
9
/* global variables */
10
11
extern
bool
search_ic
;
12
13
#endif
/* SCREEN_SEARCH_H */