Eterm icon indicating copy to clipboard operation
Eterm copied to clipboard

Eterm terminal emulator

Results 6 Eterm issues
Sort by recently updated
recently updated
newest added

The safe_print_string function is declared in "misc.h". This avoids relying on an implicit function declaration, a C feature not necessarily present in C99 and later compilers.

Every time I try and build my package I get this error after producing a make in bash: pixmap.h:224:20: error: conflicting types for 'imlib_strerror'; have 'const char *(Imlib_Load_Error)' 224 |...

Over two years ago @cryptoatropine [posted on the eterm discussion group on SourceForge](https://sourceforge.net/p/eterm/discussion/593/thread/4e0988544e/) that http://eterm.org/index.html redirects to https://sourceforge.net/projects/eterm/ while http://eterm.org/ shows a blank page. This still happens today. It would...

This PR fixes this build failure: ``` libscream.c:3231:16: error: implicit declaration of function 'safe_print_string' [-Werror,-Wimplicit-function-declaration] safe_print_string(p, width))); ^ 3 warnings and 1 error generated. ```

from /usr/include/libast.h:97, from feature.h:100, from term.c:27: /usr/include/X11/Xlib.h:1687:15: note: declared here 1687 | extern KeySym XKeycodeToKeysym( | ^~~~~~~~~~~~~~~~ mv -f .deps/term.Tpo .deps/term.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include...

I don't see it committed in the master, so I am adding the patch from debian BT in case you are inclined to include it: https://sources.debian.org/patches/eterm/0.9.6-7/CVE-2021-33477.patch/