Replies: 3 comments 3 replies
-
I will try soonish to compile |
Beta Was this translation helpful? Give feedback.
0 replies
-
lem/frontends/ncurses/style.lisp Line 47 in 7b380ea I think your terminal can't see these characters. What happens if you change the LANG environment variable?
|
Beta Was this translation helpful? Give feedback.
1 reply
-
The odd thing is that if I create an empty guix shell, and run lem inside it, the characters go away... |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I tried building
terminal.c
withgcc
and guix instead of using the pre-compiled shared object binary files in the current repo and I get the below~T~B
terminal characters.I am opening this discussion to see if someone has any ideas for how I can debug what the issue might be exactly.
Below are two screenshots of the issue:
Here is the Guix package definition that shows the
gcc
command that I called to compileterminal.c
along with all the dependencies that are available for the package:https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/text-editors.scm?id=master#n194
Beta Was this translation helpful? Give feedback.
All reactions