Trevor Arjeski
Trevor Arjeski
Right...and since `ctrl_щ` and `ctrl_o` are the same keycodes (can check with `showkey -a` on linux), you'll have to use `ctrl_o`. Maybe there is a different way to handle the...
@sullivant I think you are on the right track. The only thing is that I think we want to list all channels on the server, not only what we joined....
> however there may be a lot of them Yes, never run in a channel tab or you will flood it!
> I wonder if also a param for "filtering" would be nice to have - ie: "min_users=10" to only show the obvious Yeah, I think this is common among other...
Quickly tried to hack this together, and realized that for alignment we pad the lines so that they actually contain whitespace. Toggling the config to `compact` will take effect for...
@osa1, Just checked and the whitespace only affects the nick (being padded for right alignment). The line wrapping actually does not draw whitespace, but decides where to draw, as you...
More info: I think the reasoning behind why I decided to add the whitespace padding in timestamp and nick is because of the way we don't distinguish the type of...
Rizon doesn't accept any of the ciphers that `rustls` supports/offers in ClientHello. Their servers will need to be modified by request in order to connect with `rustls`.
> Run commands of servers that we're connecting to on startup. I support this idea just because of the simplicity. As we talked about on IRC, the code for running...
> This might be better solved by #118. Agreed. It also might make sense to close this since `/ignore` already works