Slashdot Mirror


Which Text-Based UI Do You Code With?

JHWH asks: "I've been asked to design and implement a management software system with text based user interface as the replacement of an older one running on AS/400. Despite my attempts towards a web UI, the customer is actually willing to have a text based UI. The main reasons are the need for a very low bandwidth and the ability to run on serial terminals. All this in the 21st century! Host systems will be Linux, the language will be C or C++. I already thought about the use of text based browsers like lynx or links. So now I have to wipe the dust away from my ncurses manual, or can Slashdot suggest something more effective?"

2 of 211 comments (clear)

  1. VIM by snowgirl · · Score: -1, Offtopic

    I'm totally for VIM, or do you mean for people to interface with, rather than code in?

    Then I'd probably look at ncurses.

    --
    WARNING! This girl exceeds the MAXIMUM SAFE standards established by the FDA for BRATTINESS
  2. gvim by everphilski · · Score: 0, Offtopic

    i I use gvim at work for programming in C++ / FORTRAN. Syntax highlighting works great. No complaints. Keyboard shortcuts / regexp / scripting make life a breeze. :wq