
nano can't type `{`, `}`, `\` and possibly other characters as well AND tcc segfaults on compile
RedCookieLP opened this issue · 2 comments
Describe the bug
Trying to type {
or }
is not possible
AND
Compiling a main.c
file using tcc
just results in tcc segfaulting
To Reproduce
Steps to reproduce the behavior: (Singleplayer)
- Build and place computer
- Open
main.c
-file usingnano
(nano main.c
) - Try to type simple
Hello World
-program --> Can't type{
,}
and\
(and fortcc
s problem: continue with 4) - Copy-paste
Hello-World
-program innano
, save and quitnano
- Try to compile
main.c
usingtcc
(tcc -std=c11 main.c -o main.out
) -->tcc
segfaults
Log files
(Don't see any log files... or I'm just blind)
Expected behavior
Being able to type those characters and tcc
working
Screenshots
(Not much to see here...)
Versions (please complete the following information):
- Minecraft: 1.18.2
- Forge: 40.2.0
- OC2: 0.1.8 [3feb69b, if this is useful...]