aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cmdline.h
AgeCommit message (Expand)AuthorFilesLines
2015-03-16implemented automatic EOL translation supportRobin Haberkorn1-2/+0
2015-03-07fixed 0EB command to display all buffers in the ringRobin Haberkorn1-1/+1
2015-03-02introduced the ^G immediate editing command for toggling the undo/redo mode (...Robin Haberkorn1-3/+5
2015-03-01keep rubbed out command line for later re-insertion and massive Cmdline clean...Robin Haberkorn1-12/+60
2015-02-11updated copyright to 2015Robin Haberkorn1-1/+1
2014-11-11added all of SciTECO's declarations to the "SciTECO" namespaceRobin Haberkorn1-0/+4
2014-02-15updated Copyright to year 2014Robin Haberkorn1-1/+1
2014-02-15removed most exception specifications: allow bad_allocs to propagateRobin Haberkorn1-1/+1
2013-02-22resolved enter-key handling by introducing get_eol()Robin Haberkorn1-0/+2
2013-02-16function key support (keys without printable representation) using keyboard m...Robin Haberkorn1-0/+8
2013-02-14option for q-reg spec state machine to allocate (insert) new q-registersRobin Haberkorn1-0/+3
2013-02-03first draft of commandline-editing commands ({ and } as in VideoTECO)Robin Haberkorn1-0/+1
2013-01-23cleaned up QRegister state interface (can pass register by reference)Robin Haberkorn1-1/+1
2013-01-23moved StateExpectQReg from parser.h to qregisters.hRobin Haberkorn1-0/+1
2013-01-23implemented special save last commandline command ("*" at beginning of comman...Robin Haberkorn1-0/+44