Skip to content

Tags: flber/micro

Tags

nightly

Toggle nightly's commit message
Pre-release nightly 

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.

v2.0.3

Toggle v2.0.3's commit message
Update runtime 

v2.0.2

Toggle v2.0.2's commit message
Update runtime