Ulyssa
Ulyssa
This kind of gets at one of the things I've been thinking about adding long-term. I'd like to do something similar to what [trinity](https://github.com/bnjbvr/trinity) does and allow exposing an API...
Reopening since I don't think this can be closed until we sync the adapter code under `wasm_abi/`.
Yep, `:unreads clear` does this. 😄 You'll want to make sure you're running v0.0.10 (or later, for future readers who stumble upon this issue), which contains #332.
Ah, that's a bug caused when other clients set the read receipt marker to a recent state event (such as when users join or leave, or room properties change). There's...
Does `:join` do what you want? You can pass a username, room alias or room identifier and it will open it even if you're already joined.
So you could do something like: ``` [macros.normal] "gy" = ":join @user:example.com" ``` I have plans to make this hopefully a little easier by adding a simple command DSL that...
iamb has a 1 second timeout where if it it doesn't get a keypress it will redraw the screen in case there are any changes (new messages, typing notifications, new...