aboutsummaryrefslogtreecommitdiffhomepage
path: root/interface-ncurses.cpp
AgeCommit message (Collapse)AuthorFilesLines
2012-11-15NCurses interface: support terminal resizingRobin Haberkorn1-6/+38
* currently, the message line is not remembered and reset on termresize * any open popup window will be drawn over by the other windows
2012-11-15support stdio for curses interfaceRobin Haberkorn1-8/+31
* ./sciteco commandline help works now * messages issued during batch-mode macro processing are written to stdout/stderr * output can be redirected
2012-11-15added NCurses user interface (based on Scinterm)Robin Haberkorn1-0/+226
* terminal resizing not yet supported * file popups are sort of a hack