Password input now works

This commit is contained in:
Kovid Goyal
2022-08-24 22:39:46 +05:30
parent 619fcb0681
commit c2ef6c986b
2 changed files with 3 additions and 3 deletions

View File

@@ -68,7 +68,7 @@ func (self *Loop) handle_csi(raw []byte) error {
}
func (self *Loop) handle_key_event(ev *KeyEvent) error {
// self.controlling_term.DebugPrintln(ev)
// self.DebugPrintln(ev)
if self.OnKeyEvent != nil {
err := self.OnKeyEvent(self, ev)
if err != nil {