micro/internal
Dmytro Maluka bca35a5939 Simplify UpdateDiff() interface
The callback passed to UpdateDiff() is superfluous: in the synchronous
case screen.Redraw() is not needed anyway (since the screen is redrawn
at every iteration of the main loop), and in the asynchronous case
UpdateDiff() can just call screen.Redraw() directly.
2024-05-12 20:05:14 +02:00
..
action Simplify UpdateDiff() interface 2024-05-12 20:05:14 +02:00
buffer Simplify UpdateDiff() interface 2024-05-12 20:05:14 +02:00
clipboard Use zyedidia/clipper for external clipboard 2022-06-14 08:40:57 -04:00
config Temporarily don't initialize runtime files in buffer test 2024-04-03 04:37:44 +02:00
display Simplify UpdateDiff() interface 2024-05-12 20:05:14 +02:00
info chore: fix some typos (#3239) 2024-04-08 12:04:38 +02:00
lua Revert "Don't expose Go timers directly to lua" (#3211) 2024-03-25 17:11:12 +01:00
screen Reset mouse release state after restarting the screen 2023-01-29 18:26:55 +01:00
shell Fix term output capturing 2023-09-08 23:27:39 -07:00
util Highlighting trailing whitespaces 2024-03-14 03:10:31 +01:00
views chore: fix some typos (#3239) 2024-04-08 12:04:38 +02:00