velorek1 / c-edit

A text editor in C with drop down menus from scratch. No ncurses.
MIT License
240 stars 18 forks source link

Box drawing glitches on FreeBSD #3

Open sjmulder opened 6 years ago

sjmulder commented 6 years ago

The box drawing lines are missing and the colors are off when running on FreeBSD:

Screenshot

FreeBSD freebsd 11.2-RELEASE FreeBSD 11.2-RELEASE #0 r335510: Fri Jun 22 04:32:14 UTC 2018 root@releng2.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 FreeBSD clang version 6.0.0 (tags/RELEASE_600/final 326565) (based on LLVM 6.0.0)

velorek1 commented 6 years ago

Thank you very much indeed for all your feedback messages! I hadn't actually tried it on other platforms. I'm not a professional programmer but I'll look into all these issues and try to fix them and hopefully learn something new.

Thank you again!

sjmulder commented 6 years ago

C is just a hobby for me too, as is mucking about with those different OSes. I wouldn’t worry about them too much for now. In any case good luck with the project.