]> git.lizzy.rs Git - micro.git/blobdiff - src/messenger.go
Initial attempt at search
[micro.git] / src / messenger.go
index aeafea0dc5c8947f5273707bb57cd01fc9bfc8e1..ea3ddbdbb423d6500061206f5551368183cd7600 100644 (file)
@@ -43,6 +43,8 @@ type Messenger struct {
        // style to use when drawing the message
        style tcell.Style
 
+       realtimePrompt bool
+
        // We have to keep track of the cursor for prompting
        cursorx int
 }