dankamongmen / notcurses

blingful character graphics/TUI library. definitely not curses.
https://nick-black.com/dankwiki/index.php/Notcurses
Other
3.57k stars 112 forks source link

after installing notcurses on windows 10 wsl2 ubuntu 18 lts... blank output #2689

Open gschian0 opened 1 year ago

gschian0 commented 1 year ago

I follow installation instructions... when running the tests it freezes up on test one... I am able to run make install and make demo... I get a blank output until i enter cmd+D on my keyboard and am put back into my terminal... any advice would be appreciated.

this is the output of the test


Running with LANG=C.UTF-8
Running with TERM=xterm-256color```

THANKS!
gschian0 commented 1 year ago

on my server running ubuntu 22 ... similar issue after following the instructions ... hangs up at...


Running tests...
Test project /root/Github/notcurses/build
      Start  1: notcurses-tester```

on my server running ubuntu 22 ... similar issue after following the instructions ... 
hangs up at...
```(base) root@bigzen:~/Github/notcurses/build# make test
Running tests...
Test project /root/Github/notcurses/build
      Start  1: notcurses-tester```

I get a little more info running the test on the server howerver .. 
Running with LANG=en_US.UTF-8
Running with TERM=xterm-256color
Detected cell geometry: 111x39
[doctest] doctest version is "2.4.8"
[doctest] run with "--help" for options
gschian0 commented 1 year ago

I'm using windows terminal on my computer... I will try to load the same program from my mac using iterm and see....