tui Questions
5
Solved
Suppose that
(gdb) print *this
resulted in 20 lines of output. Yes, there would be Type <return> to continue, or q <return> to quit, but I'd like to scroll back to the top after I go...
Bloater asked 13/2, 2012 at 7:48
1
I need to create TUI for my application. Is there any framework to help me with it? I need something like Ncurses, but for Java. I have found some (Jcurses, Charva). Anyone have experience with the...
5
Problem A:
I start gdb in command line with "gdb test"
I press ctrl-x,ctrl-a before I do anything else
Then I set break point using "b main"
Then I start running the program using "r"
Till this...
2
Solved
Rust cursive is a Rust TUI framework. It states that you can switch backends and some of which are Windows supported. However, I can't make it work. When I run the following command (grabbed from h...
Copyholder asked 21/1, 2021 at 19:58
2
Solved
The default appearance of a button in urwid is very functional, but in my eyes not very pretty.
It can also be irritating when several buttons are side by side in a row.
How can I achieve that a b...
Dilapidated asked 10/9, 2018 at 7:11
0
Gdb in tui mode in asm layout prints something like:
<address+0> <namespace:func(int, int, ..... many many many parameters)+0> instruction1
<address+4> <namespace:func(int, int...
1
Solved
I'm using a BoxElement from blessed to display a chat history.
Sentences are added using pushLine. For clarity, days are divided by lines (another string added using pushLine). Each line is as wide...
Wetnurse asked 4/8, 2020 at 14:54
2
If I'am debugging files with gdb -tui the source window always becomes messed up. So every time I hit enter I have to immediately type ctrl+L to get rid of this problem, this is how gdb refeshes th...
Ipomoea asked 6/8, 2016 at 11:31
1
I set a color for the GDB prompt by adding this line to ~/.gdbinit:
set prompt \033[0;32m(gdb) \033[0m
This works fine in GDB, until I open the TUI. It then discards the colors and shows the raw...
4
I have created a Java GUI application that is running in Windows. Now I want it to run it on a headless Linux instance that does not support GUI. I wanted to convert the GUI to TUI. Is there a way ...
Cohabit asked 14/7, 2012 at 6:59
1
Solved
I'm using the Perl6 Terminal::Print module for a console based application.
It's working well - however, now I need to prompt the user for a string of text.
What's a good way to do this?
2
Solved
I would like to write a program with a Text-based User Interface (TUI) that consists of several forms.
The first form contains a "list". Each list element represents a button.
If the respectiv...
Gonta asked 30/8, 2018 at 22:37
2
I am trying to use gdb to debug caffe. I prefer to use the tui mode because it allows me to see the whole source code rather than just a single line. But there is a problem: whenever the program ca...
Pivoting asked 10/10, 2014 at 3:49
8
Solved
I need to implement a console application (possibly in Java) with ncurses-like functionality (such as navigating a menu and redrawing the whole screen).
The only solutions that I can find to do th...
0
I have written a subroutine using the avx2 instruction set (ymm registers), and now I want to debug it. My machine supports this instruction set, and the program can be executed without problems (n...
2
Solved
How can I make a console GUI (more appropriately called TUI) ?
It's important to note that I will be changing the text in some of the spots, and this is why I can't have it just print to the...
Cabinda asked 14/3, 2014 at 0:53
2
Solved
In Visual Studio, if you click on an entry in the call stack, that opens editor and shows you the source code for that function. Is something similar possible in gdb? I use tui (text user interface...
4
Solved
One of my programs uses ncurses for drawing a small tui. One of my goals is to make it rather portable to other curses implementations. This means that I want to catch a SIGWINCH issued by the term...
1
I have some tabular data with some long fields. Pandas will cut off some of the long fields like this:
shortname title \
0 shc Shakespeare His Contemporaries
1 folger-shakespeare Folger Shakesp...
Maraca asked 12/1, 2016 at 19:53
3
Solved
I've always wanted to know how CL GUIs like top or nano or vi are constructed? I have a need to actually make one and am looking for a guide or tutorial on the general idea behind them.
Tacky asked 22/2, 2012 at 15:27
3
Solved
I'm writing a small sudoku game/solver in Linux using python with TUI (not GUI, that's just lame) just for fun. My question is, which lib is better (by that I mean easier to handle, better su...
2
I am looking for a TUI (text user interface) for mercurial and git?
I need a solution for both, but not necessary the same.
1
Solved
I am debugging my application by using gdb in tui mode.
When I start my debugging session the main windows is split in 2 equal-sized parts.
the window with the source code (upper side)
the windo...
2
Solved
Are there some more Text User Interface (TUI) frameworks for bash (other than this)? : http://code.google.com/p/bashsimplecurses/
I want to take user input (data entry)
process the entry
2
Solved
This is my first post to stack overflow. I've been lurking this site for information for years, and it's always helpful, so I thought that I would post my first question.
I've been searching for ...
1 Next >
© 2022 - 2024 — McMap. All rights reserved.