Ching Pei Yang
Ching Pei Yang
Correct me if I'm wrong but the following code does the same as `ui.screen.Clear()` right? ``` go func (ui *ui) draw(nav *nav) { st := tcell.StyleDefault wtot, htot := ui.screen.Size()...
- I have searched open and closed issues and pull requests for duplicates, using these search terms: - ch20 - multi thread - I have checked the latest `main` branch...
#### Describe your PR, what does it fix/add? #1346 #### Is there anything you want to mention? (unchecked code, possible bugs, found problems, breaking compatibility, etc.) - The resizing function...
I'd like to be able to resize windows by dragging on their border or gaps
#### Describe your PR, what does it fix/add? allow binding to touch events for keybinds and also mouse binds ``` bindm=SUPER,touch,movewindow ``` #### Is there anything you want to mention?...
The ANSI code for moving cursor is `ESC[{line};{column}H`. I'm guessing it worked in your terminal cuz it doesn't check the delimiter char, but on konsole this doesn't work
If there are 2 (or more) html tags within code spans, the html tags take precedence over the code span.  Tree structure of the above sentence from TSPlayground: ```...
from the specification: > The $XDG_STATE_HOME contains state data that should persist between (application) restarts, but that is not important or portable enough to the user that it should be...
I had a 800KB file that froze up nvim: [https://embed.smashystream.com/pl3.js?v=0.13](https://embed.smashystream.com/pl3.js?v=0.13) Disabling TS highlight and illuminate unfroze nvim, so I think it's safe to say even files under 1 MB can...
`:put "` means to paste the content of clipboard `"`, the double quote is not a comment. treesitter (2nd line):  expected (using vim syntax file) (2nd line):  sorry...