Skip to content

Tags: AD0ND/micro

Tags

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.

nightly

Toggle nightly's commit message
Slight performance improvement 

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.

v2.0.3

Toggle v2.0.3's commit message
Update runtime 

v2.0.2

Toggle v2.0.2's commit message
Update runtime 

v2.0.1

Toggle v2.0.1's commit message
Merge branch 'utkarsh2102-update-readme' 

v2.0.0

Toggle v2.0.0's commit message
Update readme