Skip to content

Tags: JoeKar/micro

Tags

v2.0.13

Toggle v2.0.13's commit message
Bump tcell 

v2.0.12

Toggle v2.0.12's commit message
Bump tcell for windows update 

v2.0.11

Toggle v2.0.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add: add Pacstall to README.md (micro-editor#2367) 

v2.0.10

Toggle v2.0.10's commit message
Merge branch 'pyfisch-patch-3' 

v2.0.9

Toggle v2.0.9's commit message
Update tcell Fixes micro-editor#2081

v2.0.8

Toggle v2.0.8's commit message
Update runtime 

v2.0.7

Toggle v2.0.7's commit message
Update keybinding docs Also updates the pane type of `info` to `command` which is a more descriptive name.

v2.0.6

Toggle v2.0.6's commit message
Update plugin documentation 

v2.0.5

Toggle v2.0.5's commit message
Clean default settings in micro -clean 

v2.0.4

Toggle v2.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix dropped redraw events (micro-editor#1675) If screen.Redraw() is called very quickly after a key or mouse event, it may send the redraw event while micro is not waiting for it but still processing the key or mouse event. Since drawChan is non-buffered and at the same time non-blocking, this redraw event will be simply lost, so the screen content will not be up-to-date.