ncurses
Multi-line menu item descriptions in curses
I\'ve 开发者_StackOverflow中文版got a menu in curses that I\'d like to put multi-line descriptions onto.[详细]
2022-12-17 04:47 分类:问答Cross platform solution for automating ncurses-type telnet sessions
Background Part of my work in networking and telco involves automating telnet sessions when legacy hardware doesn\'t offer easy solutions in other interfaces. Many older pieces of equipment can only[详细]
2022-12-16 12:53 分类:问答Does endwin() de-initialize ncurses?
I am using the ncurses library 开发者_开发问答to show some funny output on the screen, but in the middle of the program I need to temporarily exit ncurses mode. I call endwin(), after which my program[详细]
2022-12-15 04:20 分类:问答capturing command line output in ncurses
how to capture the command line output in a window using ncurses? Suppose I am excecuting a co开发者_开发技巧mmand like \"ls\" I want to print that output in a specific window which is designed in nc[详细]
2022-12-14 23:22 分类:问答Storing an integer into a char* in C++
I\'m writing some code that returns an integer, which then needs to be outputted using printw from the ncurses开发者_如何学Go library. However, since printw only takes char*, I can\'t figure out how t[详细]
2022-12-14 07:16 分类:问答ncurses terminal size
How do I find the terminal width & height of an ncurses 开发者_开发问答application?void getmaxyx(WINDOW *win, int y, int x); i believe...[详细]
2022-12-12 22:34 分类:问答ncurses and stdin blocking
I have stdin in a select() set and I want to take a开发者_JAVA百科 string from stdin whenever the user types it and hits Enter.[详细]
2022-12-11 13:24 分类:问答Problem compiling Python 2.6.4 on AIX 5.3
I\'m trying to build Python 2.6.4 on AIX 5.3. I\'m running configure like this: ./configure --prefix=/home/chenf/python --disable-ipv6 --disable-shared --with-libs=\'/usr/lib/libncurses.a\' --withou[详细]
2022-12-09 17:09 分类:问答Python on AIX: What are my options?
I need to make some Python applications for a work project. The target platform is AIX 5.3. My question is: What version of Python should I be using?[详细]
2022-12-09 16:01 分类:问答What's the difference between -lcurses and -lncurses when compiling C using ncurses lib?
I\'m learning C and playing with the ncurses lib.I have seen references to both -lcurses and -lncurses but I have yet to find any differences (both work when compili开发者_JS百科ng).[详细]
2022-12-08 04:51 分类:问答