Bart Nagel

Results 219 comments of Bart Nagel

Isn't suspending with ^Z just a normal thing all applications are supposed to do? It's default behaviour -- something in Go or the screen drawing library must be absorbing it....

How does that work?

OK. Weird. Yeah, works on my urxvt. Though the areas of the terminal the cover art doesn't cover lose my regular transparent black background colour, which is a shame. Is...

Honestly, though, this seems like the kind of thing best deferred to external scripts, since availability obviously depends heavily on the environment. If/when #69 is implemented there could be a...

I'd be for keeping it simple, rather than trying to display any output within the app. Vim has `:!{command}` which runs the command and then shows a "press a key"...

I have no idea how to code Go either! I encourage you to give it a shot. It's pretty fast to set up a development environment.

I'm wondering how this would work. Would the system dispatch a single command which now has a new concept of the count being passed to it, or would it dispatch...

Each command would have to define what the count means to it, I think. From an architecture point of view, what about this? Command stays as it is. Things which...

Fair enough. I just thought it might be nice for convenience, reducing code duplication in writing the same boilerplate error code for several commands.

I wonder how commands in vim which don't support a count work. (Can't check just now; off camping)