LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   invoking vim inside ncurses program (https://www.linuxquestions.org/questions/programming-9/invoking-vim-inside-ncurses-program-899443/)

froi 08-25-2011 02:47 PM

invoking vim inside ncurses program
 
Hi,

I want to write a program interface that behaves like cscope using the ncurses library.

When the user selects an entry, I want it to bring up the associated file using the vim editor.
When the user exits the editor, it will go back to my program where the user can select another entry.

What do I call to get this behavior?

Thanks,
Wendell

Tinkster 08-27-2011 10:43 PM

Hi, welcome to LQ!

Does this help?



Cheers,
Tink

froi 08-27-2011 11:39 PM

Hi Tinkster,

I gave it a try, and it works like a charm!

Thanks!
Wendell


All times are GMT -5. The time now is 09:53 PM.