Re: ncurses wide char support
Alexander Semotan <[email protected]>
| Newsgroups | gmane.lisp.scheme.chicken |
|---|---|
| Message-ID | <CAA3hnPxJCpX1=DMLgRCQn21_1d77MUyaBt+2TN5McCXS7qrF1w@mail.gmail.com> |
Hello again! I realized calling endwin from within the egg itself was not working as I expected. This fix won't mess up your terminal on exit. (see get-wch wget-wch dealloc-wchar / ;;;ncursesw specific) https://github.com/nobody246/ncursesw-chicken/blob/main/ncursesw-chicken.scm Thanks Alex Semotan On Thu, Feb 22, 2024 at 9:30 AM Alexander Semotan < [email protected]> wrote: > Hello Chicken Users! > > I was unaware of any egg that offers me the capability of using ncursesw, > and while this works on my own machine I haven't really tested it anywhere > else. Perhaps this helps somebody. > > https://github.com/nobody246/ncursesw-chicken > > Thanks > Alex Semotan > > > > >