aboutsummaryrefslogtreecommitdiffhomepage
path: root/interface-ncurses.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-11-16ensure that infoline is correct on startupRobin Haberkorn1-1/+2
2012-11-16fixed clearing message line: do not display an empty message line (which can ...Robin Haberkorn1-2/+15
2012-11-16NCURSES interface: fix message displaying in batch mode (avoid any refresh)Robin Haberkorn1-1/+13
2012-11-16NCURSES: simplified notification callback a bitRobin Haberkorn1-4/+2
2012-11-16keep a buffer dirty flag and display infos about the current buffer in the in...Robin Haberkorn1-52/+106
2012-11-15NCurses interface: support terminal resizingRobin Haberkorn1-6/+38
2012-11-15support stdio for curses interfaceRobin Haberkorn1-8/+31
2012-11-15added NCurses user interface (based on Scinterm)Robin Haberkorn1-0/+226