curses
How to limit framerate in a curses program?
I\'ve been trying to make a game using ncurses. However, I am stumped with how to make the timing part开发者_如何学Go of my main loop work.[详细]
2023-03-06 04:31 分类:问答Terminal display broken after killing python curses program
I wrote a small program in python and outputted some screen display using the curses library.For my simple output this开发者_Python百科 seems to work.I run my python program from the command line.[详细]
2023-02-28 21:33 分类:问答Configuration-driven, Text Based Configuration Wizard for Linux
Is there a curses based system for building a configuration-file driven setup wizard?I\'d like something that a开发者_运维知识库llows me to simply input a configuration file (debconf-style or XML-base[详细]
2023-02-21 07:57 分类:问答Curses window in Python without clearing the terminal
Is there a way to initialize curses in Python without clearing the existing text in the terminal? What I have in mind is, that when I will execute my application, it will either \"push\" the existing[详细]
2023-02-15 18:15 分类:问答Python: Global Variables From Within Functions + Curses
I am being very, very confused... Basically trying to declare a global variable pointing to a curses window so I can use a debug command how开发者_开发知识库ever it complains AttributeError: \'NoneTy[详细]
2023-02-14 17:13 分类:问答Curses - endwin is resetting to original terminal size after the terminal has been resized
I have a Curses application that is running ok. It handles resizing the term well and e开发者_JAVA技巧verything draws ok. The only problem is that when endwin() is called it resets the terminal to the[详细]
2023-02-13 09:19 分类:问答Xcode and Curses.h with Error opening terminal
I am开发者_StackOverflow中文版 trying to compile a simple curse project with Xcode. The program compiles fine with g++ in terminal with the flag -lcurses, and runs fine.[详细]
2023-02-09 13:29 分类:问答mintty terminal, python, curses, and utf8 : incorrect display
I\'ve asked here but I\'m pretty sure I won\'t get an answer. copy - paste this python code : execute it[详细]
2023-02-06 14:59 分类:问答How do I use getch from curses without clearing the screen?
I\'m learning to program in C and want to be able to type characters into the terminal 开发者_如何学Cwhile my code is running without pressing return. My program works, however when I call initscr(),[详细]
2023-02-06 10:09 分类:问答CMake can't find Curses
I am trying to compile the openlase library from www.marcansoft.com and have been running into problems with CMake. CMake is returning an error stating that it cannot find Curses, and after a lot of l[详细]
2023-02-04 23:58 分类:问答