Skip to content

Micro editor goes blank in edge case when started from Termux (+ fix) #4079

@freebrowser1

Description

@freebrowser1

Description

And then only in edge cases:

  • when I install micro in a prooted Debian container inside Termux (sudo apt install micro)
  • and only when I ssh into that container from Termux.
    Inside a VNC session to the prooted Debian, opening a Terminal, micro runs normally.
    On all other platforms (native Termux, Linux, macOS) it runs normally.

And I found a fix on openwrt (where is also runs normally):

https://forum.openwrt.org/t/micro-text-editor/107764/4

wget https://github.com/zyedidia/micro/releases/download/v2.0.10/micro-2.0.10-linux-arm64.tar.gz -qO- |tar xz && mv ./*/micro /usr/bin

I repeated it in the earlier mentioned prooted Debian container and it worked normally.

Environment

  • Version: 2.0.15
  • OS: Debian (prooted under Termux only when ssh'ed into)
  • Terminal: Termux started as SSH from macOS

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions