aboutsummaryrefslogtreecommitdiffhomepage
path: root/interface-ncurses.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-12-04autoconf preparation: move everything into src/ subdirRobin Haberkorn1-426/+0
2012-12-04refactoring: split qbuffers.cpp|h into a q-registers (qregisters.cpp) and Buf...Robin Haberkorn1-1/+2
2012-11-25NCURSES: fixed popup lines calculationRobin Haberkorn1-4/+9
2012-11-24NCURSES: ensure that info popup is not too large for screenRobin Haberkorn1-3/+15
2012-11-24support auto-completion of symbols in the scintilla command (ES)Robin Haberkorn1-4/+6
2012-11-23fixed ENTER processing on PDCurses: we get ENTER as a carriage returnRobin Haberkorn1-0/+1
2012-11-22support PDCurses/Win32ARobin Haberkorn1-21/+54
2012-11-22support PDCurses user-resizing of the terminalRobin Haberkorn1-0/+5
2012-11-22PDCurses compatibility changesRobin Haberkorn1-2/+10
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