Ching Pei Yang

Results 44 issues of 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...

S-waiting-on-author

#### 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

enhancement

#### 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. ![image](https://user-images.githubusercontent.com/59727193/198084163-cfc5a7ca-e6c3-4cd5-8791-c5ae3da34e07.png) 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): ![image](https://user-images.githubusercontent.com/59727193/197367213-222aa373-31b1-4a40-bcca-4359ad0387f5.png) expected (using vim syntax file) (2nd line): ![image](https://user-images.githubusercontent.com/59727193/197367189-6bbc6972-8b0f-40de-abeb-7a903b4dd519.png) sorry...