digitalmars.D.learn - curses/ncurses liberary in D
- pascal111 (2/2) Nov 02 2021 How can I include "ncurses" liberary in D? I'm using Ubuntu and
- dangbinghoo (4/6) Nov 02 2021 Search ncurses in Dub registray shows that there's 3 ncurses D
- H. S. Teoh (7/14) Nov 02 2021 In addition to that, I highly recommend Adam's arsd.terminal as an
- harakim (2/16) Nov 02 2021 https://github.com/adamdruppe/arsd/blob/master/terminal.d
How can I include "ncurses" liberary in D? I'm using Ubuntu and GDC!
Nov 02 2021
On Wednesday, 3 November 2021 at 00:50:31 UTC, pascal111 wrote:How can I include "ncurses" liberary in D? I'm using Ubuntu and GDC!Search ncurses in Dub registray shows that there's 3 ncurses D bingdings. https://code.dlang.org/search?q=ncurses
Nov 02 2021
On Wed, Nov 03, 2021 at 01:33:28AM +0000, dangbinghoo via Digitalmars-d-learn wrote:On Wednesday, 3 November 2021 at 00:50:31 UTC, pascal111 wrote:In addition to that, I highly recommend Adam's arsd.terminal as an ncurses replacement. It's not API equivalent, but is much more idiomatic D than any ncurses binding would be. T -- Truth, Sir, is a cow which will give [skeptics] no more milk, and so they are gone to milk the bull. -- Sam. JohnsonHow can I include "ncurses" liberary in D? I'm using Ubuntu and GDC!Search ncurses in Dub registray shows that there's 3 ncurses D bingdings. https://code.dlang.org/search?q=ncurses
Nov 02 2021
On Wednesday, 3 November 2021 at 01:39:02 UTC, H. S. Teoh wrote:On Wed, Nov 03, 2021 at 01:33:28AM +0000, dangbinghoo via Digitalmars-d-learn wrote:https://github.com/adamdruppe/arsd/blob/master/terminal.dOn Wednesday, 3 November 2021 at 00:50:31 UTC, pascal111 wrote:In addition to that, I highly recommend Adam's arsd.terminal as an ncurses replacement. It's not API equivalent, but is much more idiomatic D than any ncurses binding would be. THow can I include "ncurses" liberary in D? I'm using Ubuntu and GDC!Search ncurses in Dub registray shows that there's 3 ncurses D bingdings. https://code.dlang.org/search?q=ncurses
Nov 02 2021