Open resistor4u opened 5 years ago
To get nano working: vim /var/profile
add: export TERMINFO='/var/containers/Bundle/iosbinpack64//usr/share/terminfo' export TERM=xterm-256color
adding terminfo to ~/.bashrc
fixed the nano issue in a persistent way. @VanishingTacos do you have the same vim
issue?
nano
fails withError opening terminal: xterm-256color.
I have setexport TERMINFO="/var/containers/Bundle/iosbinpack64/usr/share/terminfo/78/xterm-256color
but it fails with the same error.Also,
vim
works but only in a broken sort of way. Here are the steps to reproduce.For me, vim enters new lines and inserts
C
orD
and I cannot enter or delete text.@jakeajames is this an ncurses thing? how have you gotten a functioning text editor?