finalcut
                                
                                
                                
                                    finalcut copied to clipboard
                            
                            
                            
                        A text-based widget toolkit
## Describe the bug I have to comment the line # PKG_CHECK_MODULES(CPPUNIT, cppunit > 1.12.0) ## How to reproduce the bug? if this line is uncommented, an error message will...
Dear Markus, after discovering just recently your amazing library I started to play around with your examples. I am trying to write a dialog (similar to `examples/scrollview.cpp`) that can display...
Markus Gans, I am really impressed of the work you have done! In comparision with dialog/newt-snack/ncurses/npyscreen it is like a breath of fresh air. Congratulations and please continue. I think...
## Describe the bug got the following error during autorefonf --install --force .ibtoolize: error: AC_CONFIG_MACRO_DIRS([m4]) conflicts with ACLOCAL_AMFLAGS=-I m4 autoreconf-2.69: libtoolize failed with exit status: 1 ## How to reproduce...
I'm printing very simple pre-formatted text in a tabular format; I am tabulating myself using snprintf(..) etc. In below example I have a (X, *) that is the summation of...
## Describe the bug When I attempt install FinalCut library was not creared makefile. But was created files Makefile.am and Makefile.in after execute command "./configure --prefix=/usr" I use Linux Debian...
Hello dear team, I am trying to integrate this project into an existing CMake based project. Before I spend more time on this, is there an existing migration that someone...
It would be cool if the toolkit worked on touch devices. Especially scrolling. Right now it is not possible to scroll doing finger swipes. For testing use scrollview from examples.
## Describe the bug in README, it said without external dependency of ncurses, but in FAQ, it said need libncurses, so which one is right?