Ömer Sinan Ağacan
Ömer Sinan Ağacan
Wide character rendering in the message area should be supported, we use `unicode_width` for that: https://github.com/osa1/tiny/blob/5bcba53d4dc9fc0cb63e5efb635a815e26eff05d/crates/termbox/src/lib.rs#L275 Without any investigation, I'm guessing this could be a bug in the input area.
Related: https://github.com/osa1/tiny/issues/306
These are all great ideas @Kabouik , thanks. So to summarize: - Mentions tab should not go into the "alert" status if the message is already seen (more on what...
> Your message makes me realize I should probably update Tiny because I still switch tabs with C-n and C-p. Sorry that's a typo, I meant C-n/C-p :-) Updated my...
Here's an example VERSION message: ``` Msg { pfx: Some(User { nick: "freenode-connect", user: "frigg@freenode/utility-bot/frigg" }), cmd: PRIVMSG { target: User("osa1"), msg: "\u{1}VERSION\u{1}", is_notice: false, is_action: false } } ```
Just an update: we parse these messages, but do not respond.
Sorry for missing this @prateeknischal. Given that it's easy to send a raw message to a server (just send the message in the server tab), I'm not sure if adding...
> ability to autocomplete a username after /whois .... I think this is a good idea, I'm convinced. However there's a bit of an UX issue with this implementation. If...
> This makes sense to me, since I wouldn't want the WHOIS response to flood the chan tab, even though it is only 6-7 lines. I'm not sure. If I...
> the server tab actually tags you and the tab name highlights bold. Maybe /whois should work the same as that? Maybe. We could also automatically switch to the server...