开发者

pdcurses

0
  • Disabling Windows Alt-Codes in PDCurses

    I was using PDCurses, and noticed that the library specifically defines the Alt-Numpad buttons. When implementing these buttons, however, I found that while using getch(), once you release the Alt-key[详细]

    2023-04-12 18:14 分类:问答
  • Installing PDCurses for Cygwin

    I\'ve been searching开发者_Python百科 for a solution to do this for a while now, but still unsure.How do u install the PDCurses library in cygwin.I have the zip, I just don\'t know where to place the[详细]

    2023-04-07 13:17 分类:问答
  • Set background color of entire window in PDCurses

    wattron and a color pair only sets the background color of text when it is 开发者_运维问答printed inside a window. What is the best way to set the background color of the entire window without filling[详细]

    2023-03-18 10:39 分类:问答
  • PDcurses displaying question marks in place of intended character

    Ive got a problem with PDcurses displaying some symbols as ? instead of the proper character. I made a little test program to display code page 437 to determine which symbols were working and which we[详细]

    2023-01-28 18:36 分类:问答
  • Mysterious heisenbug?

    So I\'m making a snake game with teleports and the usual mice. I had a loop running like this: while(snake.alive() && miceEaten < micePerLevel)[详细]

    2023-01-16 02:03 分类:问答
  • Linker warnings when using stdscr (ncurses)

    Okay, so I\'m getting these warnings whenever I try to use stdscr in pdcurses: LIN开发者_如何学PythonK : warning LNK4098: defaultlib \"LIBC\" conflicts with use of other libs; use /NODEFAULTLIB:libra[详细]

    2023-01-03 16:32 分类:问答
  • Can't convert from 'int' to 'int *'

    So I hav开发者_运维百科e these lines of code: int maxY, maxX; getmaxyx(stdscr, &maxY, &maxX);[详细]

    2023-01-03 05:57 分类:问答
  • KEY_ENTER vs '\n'?

    When I\'m using PDcurses and I try to have a while loop exit when the enter key is pressed with while(key != KEY_ENTER), the while loop never exits. However, when I try to have the same loop exit with[详细]

    2023-01-02 15:47 分类:问答
  • Curses for PHP on Windows

    Is there a Windows equivalent of ncurses for PHP? I\'ve created a CLI script and want to display various statistics (currently processed record, completion percentage etc.) in a nice way, without out[详细]

    2022-12-30 23:10 分类:问答
  • How can I display variable strings using C++ and PDCurses?

    I\'m extremely sorry to post such an embarrassingly newbish question, but I haven\'t mucked around much with C++ since my college days and I think at some point I drank all that I knew about pointers[详细]

    2022-12-18 17:29 分类:问答