Skip to content

Tags: RaynerSec/micro

Tags

v2.0.10

Merge branch 'pyfisch-patch-3'

v2.0.9

Update tcell

Fixes zyedidia#2081

v2.0.8

Update runtime

v2.0.7

Update keybinding docs

Also updates the pane type of `info` to `command` which is a more
descriptive name.

nightly

Slight performance improvement

v2.0.6

Update plugin documentation

v2.0.5

Clean default settings in micro -clean

v2.0.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix dropped redraw events (zyedidia#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

Update runtime

v2.0.2

Update runtime