mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-30 06:37:14 +09:00
preventing messages from over-writing the current prompt message
This commit is contained in:
@@ -27,8 +27,8 @@ func BeginSearch(searchStr string) {
|
||||
searching = true
|
||||
messenger.response = searchStr
|
||||
messenger.cursorx = Count(searchStr)
|
||||
messenger.hasPrompt = true
|
||||
messenger.Message("Find: ")
|
||||
messenger.hasPrompt = true
|
||||
}
|
||||
|
||||
// EndSearch stops the current search
|
||||
|
||||
Reference in New Issue
Block a user