Arnaud Ceyrolle wrote:
Hello, I think I might have found why Eterm is behaving like this and have also a solution.

From the source tarball listed in the page:
https://packages.debian.org/jessie/eterm

at the link in the right :
eterm_0.9.6.orig.tar.gz <http://http.debian.net/debian/pool/main/e/eterm/eterm_0.9.6.orig.tar.gz>

My modification is to just change the line 1564 in src/command.c
from
unsigned short i;
to
unsigned long i;

and recompile, it works for me.

Let me know if it works for you.

Hi Arnaud,

Good job! That fixes the bug.
Eterm is working now.

Stewart

Reply via email to