aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/interface-ncurses.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-03-18remove all unused-attributes for parametersRobin Haberkorn1-3/+2
2013-03-18declare all global inter-dependant objects in main.cpp and get rid of init_pr...Robin Haberkorn1-2/+0
2013-03-18make sure a (void*)0 is used as sentinelsRobin Haberkorn1-1/+1
2013-02-22resolved enter-key handling by introducing get_eol()Robin Haberkorn1-11/+2
2013-02-22function key macro support for GTK+ interfaceRobin Haberkorn1-9/+9
2013-02-22fixed global object initialization order issueRobin Haberkorn1-6/+13
2013-02-16function key support (keys without printable representation) using keyboard m...Robin Haberkorn1-7/+32
2013-02-01fixed buffer Ring initializationRobin Haberkorn1-1/+1
2013-01-23implemented special save last commandline command ("*" at beginning of comman...Robin Haberkorn1-0/+1
2013-01-19support only Scinterm >= v1.1 (contains SCI_COLOR_PAIR macro and indirectly f...Robin Haberkorn1-6/+0
2013-01-19updated copyright (2012-2013)Robin Haberkorn1-1/+1
2013-01-19allow <CTRL/C> to be typed; aborts last typed charRobin Haberkorn1-2/+8
2012-12-04added copyright notice to every source fileRobin Haberkorn1-0/+17
2012-12-04first working version of autotools based build-systemRobin Haberkorn1-4/+4
2012-12-04autoconf preparation: move everything into src/ subdirRobin Haberkorn1-0/+426