Ömer Sinan Ağacan

Results 317 comments of Ömer Sinan Ağacan

So the general problem here is terminal emulators are often weird and map different key events to same byte sequences when passing them down to the shell (which then passes...

I think #128 is related. If we provide a way to specify mnemonic when joining, then another channel with the same mnemonic will have its mnemonic changed after joining the...

Good suggestion, I agree that this is a problem. We actually have the same problem in the input line and we solve it. If you move your cursor left and...

If we do this I think we can remove libdbus dependency and just spawn `notify-send` for notifications. That program probably doesn't exist on OSX so we need to find an...

If we fix #318 first then fixing this should be a few lines of code for calling the code added in #318 after a `/reload`.

Hm, it seems like we may need to remove those whitespace in lines, yes. I know I should've asked this in the aligned layout PR, but couldn't we use the...

Ah, I wasn't aware of that binding. Indeed if it's the standard then we should use it.

> * C-tab could switch to the previous tab that you were in (useful if you /switched or Alt-#ed from a far away tab), which follows the useful shortcut in...

Ah, one problem with using `M` for this is that we use `M-key` for changing tabs, e.g. `M-n` currently switches to tab `#tiny` for me, `M-u` switches to `#rust` etc.

I've been meaning to do this myself for a long time, so thanks for this. I think adding it to `messaging.rs` makes sense, we can check flags in `add_privmsg()` and...