2021-06-06 14:19:04 by Benny Siegert | Files touched by this commit (203) | |
Log message:
Revbump all Go packages after go116 update
|
2021-05-08 17:02:47 by Benny Siegert | Files touched by this commit (216) | |
Log message:
Revbump all Go packages after go116 update
|
2021-03-19 18:37:10 by Benny Siegert | Files touched by this commit (215) | |
Log message:
Revbump all Go packages after go115 update
|
2021-01-23 15:23:16 by Benny Siegert | Files touched by this commit (209) | |
Log message:
Revbump all Go packages after go115 update
|
2021-01-12 00:53:46 by Sijmen J. Mulder | Files touched by this commit (2) |
Log message:
editors/micro: Update to 2.0.8
Upstream notes:
small release which fixes some terminal-related problems present in
v2.0.7.
Terminfo fixes
- Mouse mode in alacritty and konsole fixed.
- Modifier key detection for dynamic terminals fixed.
- Background color in terminal emulator fixed.
Syntax highlighting improvements
- C++, Crystal, Groovy, Coffeescript.
- Parentheses no longer highlighted in default theme (makes the colors
less jarring and more consistent with other themes).
|
2020-11-13 20:26:26 by Benny Siegert | Files touched by this commit (202) | |
Log message:
Revbump all Go packages after go115 update
|
2020-11-08 22:59:39 by Benny Siegert | Files touched by this commit (202) | |
Log message:
Revbump all Go packages after Go 1.15 update.
|
2020-10-01 22:23:09 by Sijmen J. Mulder | Files touched by this commit (2) |
Log message:
editors/micro: Update to 2.0.7
Changes:
Keybindings improvements
- Key sequences can be bound with <Key1><Key2>..., for example
<Ctrl-x><Ctrl-c>.
- Different keybindings for buffers, command bar, and terminal panes
can be specified.
- See > help keybindings for the details and defaults.
- Better support for complex keybindings.
- Function keys with modifiers.
- PgUp, PgDown, Delete... with modifiers.
Clipboard
- Support for multiple cursors (internal clipboards for each cursor).
- Support for OSC52 (copy and paste via your terminal, which works over
ssh).
- New clipboard option (default external).
- Set to internal for internal clipboard only.
- Set to external for xclip/xsel external clipboard.
- Set to terminal to use OSC52.
- Known to work in iTerm2, kitty, xterm, st, rxvt-unicode.
- See > help copypaste for details on enabling support in your
terminal.
- 24-bit color support on Windows (make sure to set MICRO_TRUECOLOR=1)
- Doesn't work with ConEmu but works with Windows-terminal, command
prompt...
Minor changes
- Better support for obscure terminals (reading terminfo dynamically
without relying on infocmp).
- Better truecolor detection.
- No duplicates in up-arrow history.
- Graceful exit when receiving SIGTERM.
Bug fixes
- Fix path escaping on Windows.
- Fix issue when fastdirty is off
- Syntax highlighting and linting fixes
|
2020-09-03 09:29:54 by Benny Siegert | Files touched by this commit (194) |
Log message:
Revbump all Go packages after default Go version was changed to 1.15.1
|
2020-08-14 22:01:40 by Benny Siegert | Files touched by this commit (194) | |
Log message:
Revbump all Go packages after go114 update
|