Linus Probert

Results 45 comments of Linus Probert

Yeah, I think the CI sync bugged out :smile:

I don't think this needs to be persisted through restarts at all. Just holding the state in the controller session should suffice. There is rarely any reason for a blind...

I've done some reading on this. One thing that Blightmud should do which it doesn't do is put the numpad into application mode. Some terminals on the market seem to...

Well, as mentioned before. Blightmud doesn't enable "application mode" on the numpad on boot. However is the numpad not working at all? Eg. Home, End, Left, Right, Up, Down, PgUp...

I will submit a patch that enables "application mode" for the numpad this week. You can test with that and see if you get any different results.

Sorry. This took for ever. Crunch at work followed by vacation. Here's a branch where application mode is enabled: https://github.com/Blightmud/Blightmud/tree/application_mode_enabled

Should be doable through a script I think. `mud.on_disconnect()` combined with `blight.quit()` should let you quit on disconnect. As for settings. Here is an example where a plugin disables existing...

It should be solvable but I can't say off the top of my head how much work it would be. Could you provide an example mud or perhaps some screenshot...

It's more that Rust as a language is more or less hard coded to utf-8. Eg. The string type in rust is utf-8 bytes. I'll take a look and see...

I think as a first step in this issue we should do the following: - Update `CommandBuffer` in `src/ui/command.rs` to hold a `selection_range: Option` - If a selection exists when...