curses
Curses::UI::Dialog does not respond to enter key
I 开发者_高级运维am trying to create a Curses::UI application. So far everything is working but my dialog does not seem want to respond to the enter key for closing. I have tried the samples and they[详细]
2023-04-13 05:41 分类:问答cursor won't move when using move() or wmove() when using the curses library
I have this program which prints the first 5 lines or more of a text file to a curses window and then prints some personalized input. but after printing the lines from the text file, the cursor wont\'[详细]
2023-04-11 02:31 分类:问答How to use python curses module to create a key event?
I\'m trying to make a key event in python. I think that with curses module i can do that but i don\'t know how to. Please help me.[详细]
2023-04-01 08:41 分类:问答Reading from text file into an array
I\'m trying to read a textfile that I\'ve edited with Vim into an array. The textfile is 30*50 and is composed of single digit numbers. I\'ve been going crazy trying to get it to work, but I think I\[详细]
2023-03-31 18:33 分类:问答Is there a way to interactively program a Python curses application?
Is there a way to create a second terminal so that all calls to curses functions operate on that, rather than in the existing terminal?I work much faster when I can try things out interactively, so I\[详细]
2023-03-30 21:25 分类:问答What is the recommended way to implement text scrolling in ncurses?
I am trying to implement an ncurses app with text scrolling like less. What is the recommended way to do this?[详细]
2023-03-24 21:21 分类:问答IDE which uses a textual user interface ( like ncurses)
are there any IDEs which run in a shell instead of a gui. As i really don\'t like to use a mouse (except of scrolling, everything is faster for example in firefox using shortcuts).[详细]
2023-03-19 22:50 分类:问答Python Curses: Returning to the Previous Menu
I have a menu system in ncurses. Choosing one of the options takes you to another menu. But how do I get back?[详细]
2023-03-18 21:59 分类:问答printing to right side or bottom side of terminal using (n)curses
What\'s the standard way to print to the right side and/or bottom side of the terminal window using n/curses?[详细]
2023-03-17 09:39 分类:问答Keys not being interpreted by ncurses
I have a curses based application (WordGrinder). I\'ve just had a bug report from a user saying that some keys aren\'t working properly on his keyboard. On investigation, he\'s right.[详细]
2023-03-17 06:05 分类:问答