Show More
@@ -1953,6 +1953,16 b' are you sure you want to review/edit and' | |||||
1953 | self.stdscr.clear() |
|
1953 | self.stdscr.clear() | |
1954 | self.stdscr.refresh() |
|
1954 | self.stdscr.refresh() | |
1955 |
|
1955 | |||
|
1956 | def handlenextsearch(self): | |||
|
1957 | self.searchdirection( | |||
|
1958 | _(b"Next pattern not found (press ENTER)"), forward=True | |||
|
1959 | ) | |||
|
1960 | ||||
|
1961 | def handleprevsearch(self): | |||
|
1962 | self.searchdirection( | |||
|
1963 | _(b"Previous pattern not found (press ENTER)"), forward=False | |||
|
1964 | ) | |||
|
1965 | ||||
1956 | def handlekeypressed(self, keypressed, test=False): |
|
1966 | def handlekeypressed(self, keypressed, test=False): | |
1957 | """ |
|
1967 | """ | |
1958 | Perform actions based on pressed keys. |
|
1968 | Perform actions based on pressed keys. |
General Comments 0
You need to be logged in to leave comments.
Login now