Sixel previews are coming to ranger! https://github.com/ranger/ranger/pull/2234
#FootTerminal has been ported to FreeBSD, thanks to Jan Beich!
It's available in latest git, and has also been backported to the 1.6 release branch, and will be officially included in the upcoming 1.6.3 point release.
But, it is already available as a port: https://www.freshports.org/x11/foot/
#FootTerminal is finally rendering box drawing characters and block elements by itself, instead of using font glyphs:
With #FootTerminal (1.6 and later) , you can automatically enable/disable IME when you enter/leave vim's insert mode:
The technique can of course be applied to any terminal application that lets you send custom escapes to the terminal.
#Foot 1.6.0 is out!
Lots of new features, options and bug fixes in this one. Some highlights are:
* IME support
* Improved behavior on output scaled monitors
* Drag and drop
* pipe-* actions in mouse bindings
* and more...
Latest git version of fcft (https://codeberg.org/dnkl/fcft) got support for "fontfeatures".
For #FootTerminal , this means you can now use alternative "stylistic sets" in OpenType fonts.
(No more looped 'k' characters in Fantasque Sans Mono 🙃 )
And it is in!
@toast if you don't want IME, you don't have to do anything. If you do want it, add -DFOOT_IME_ENABLED=1
Are you interrested in IME support in #FootTerminal ?
There's a PR, https://codeberg.org/dnkl/foot/pulls/232, that could use some testing!
#FootTerminal 1.5.4 is out!
This is a bug fix release, and most likely the last one before 1.6.
Mostly keypad and key mapping fixes, one crash fix and a few others.
Do you use #FootTerminal ? Are you on freenode?
/join #foot-terminal and say hi!
I spent at least an hour today trying to figure out why Emacs refused to recognize most S-<key> combos. For example, C-S-Alt would be recognized as C-Alt.
Turns out Emacs do recognize them, but automatically converts any unbound shift combo to the corresponding unshifted combo. Including 'describe-key' 🤦♂️
@toast I think a rebuild of foot is warranted. Specifically this change:
https://codeberg.org/dnkl/foot/commit/ab6327da2699e81e877c6f9f63786ff6d3a271cd
#FootTerminal will be available in Ubuntu 21.04 🎉