Hanjun Kim

Results 6 comments of Hanjun Kim

I'm afraid I will not. Mainly because working with macOS menu bar involves with Objective-C stuffs, not pure Go only. I've never programmed in Obj-C or Swift, so I can't...

Sorry for the late response, @salomeldc. I faced the similar issue, too. As I remember, upgrading that package resolved the problem. Hope it helped you.

Things get worse when I turn on the 'Vim Mode', by passing `IsVimMode: true` to `Select`. At the initial state, like when I first run the program with `go run...

Ok, finally I found the answer. The terminal bell was coming from [chzyer/readline/operation.go:265-278](https://github.com/chzyer/readline/blob/f6d7a1f6fbf35bbf9beb80dc63c56a29dcfb759f/operation.go#L265-L278). After commenting out the `o.t.Bell()` lines, annoying bell is gone. But without hard-patching the code, there seems...

Ah, optional bell that would be a great solution too. BTW, I was planning to build a relatively small packge for key handling in Go since it looks there are...

I think this is related to #49.