xaizek
xaizek
The assumption in the code seems to be that all lines have a terminator, but this isn't always the case.
Draw everything into curses buffer and then draw it all at once on the screen via `doupdate()`. `clear()` is the problematic one, because it's actually a combination of `erase()` and...
It might work with older versions of bison too, changelog distributed with mine (3.0.4) doesn't contain whole history of the project. This might fix issues #4 and #14.
The text says percents should be there and it doesn't work otherwise, so adjust code in examples. Alternatively, don't add that many spaces between `%` and start of the code,...
Otherwise both Slackware current and SBo current have "lua" but rather different ones (5.1 vs 5.4, which are incompatible). Similarly, maybe Slackware shouldn't call the package "lua" and use "lua54"...
### How are you using the lua-language-server? Other ### Which OS are you using? Linux ### What is the issue affecting? Other ### Expected Behaviour Using lua-language-server shouldn't consume all...