segfault

Results 85 comments of segfault

@chrisduerr my bad, didnt know about DECSCLM, although it looks like you can only set the vertical region.

With an application that uses the alternative buffer, how would smooth scrolling regions work. Lets say you focus on the left vsplit in vim -> vim sets the scroll region...

Another use-case: I have data that resets to zero occasionally, but when viewing I would like to remove the resets. It is easy enough to write a flux query which...

I notice the alchemy library has this same issue with global architecture. Is this a common thing with elixir libraries?

The git-hub markdown renderer has a dropdown for (it seems only) top level sections. TOC seems more like the renderer's job, so perhaps could be added to mdbook instead?

this issue discussed adding a separate toc for the page headings https://github.com/rust-lang/mdBook/issues/1523 and this one discusses adding page headings to the book toc. https://github.com/rust-lang/mdBook/issues/153

this also applies to broadcast

I have also found that the build instructions do not appear to work. For me I end up with an SPL that tries to broadcast BOOTP, but the message is...

split_long_words would also have to be changed. https://github.com/Nukesor/comfy-table/commit/9c01db6c0b318b6e1d8619fdb8022688ea4fca65

I've been thinking about this, and what is the rational for the library supporting styling at all? There are lots of libraries which provide that functionality (console, termion, crossterm, etc.),...