summaryrefslogtreecommitdiff
path: root/third_party/linenoise
Commit message (Expand)AuthorAgeFilesLines
* Fix off-by-one in linenoise SERVER-3394Mathias Stearn2011-09-091-1/+1
* Make linenoise work correctly with multi-line pastesMathias Stearn2011-09-061-2/+2
* Correct fix for SERVER-3394Mathias Stearn2011-09-061-1/+1
* Revert "fix highlighting in shell for lines longer than console width SERVER-...Mathias Stearn2011-09-061-4/+4
* Shell ignores tabs at begining of line to play nice with copy-paste SERVER-3508Mathias Stearn2011-08-011-1/+4
* fix highlighting in shell for lines longer than console width SERVER-3394Mathias Stearn2011-07-081-4/+4
* home and end keys for linux and rxvtMathias Stearn2011-04-201-4/+17
* Special debug mode in shell to print raw input bytesMathias Stearn2011-04-201-1/+27
* Basic highlighting of matched bracesMathias Stearn2011-04-161-1/+39
* fix the shellMathias Stearn2011-04-161-1/+1
* don't save or load blank history linesMathias Stearn2011-04-151-3/+6
* home and end key support on posixMathias Stearn2011-04-151-0/+8
* make history_index global and an actual indexMathias Stearn2011-04-151-5/+6
* don't SIGBUS when deleting at end of lineMathias Stearn2011-04-121-4/+6
* fix completeLine SERVER-1763Mathias Stearn2011-04-111-1/+3
* didn't mean to change this commentMathias Stearn2011-04-111-1/+1
* CHA is 1-based. Fixes an issue with aterm.Mathias Stearn2011-04-111-4/+4
* first pass at merging posix and win32 linenoise codebases SERVER-1763Mathias Stearn2011-04-111-87/+218
* towards compact cmd still in progdwight2011-04-041-1/+2
* const correct some linenoise functionsMathias Stearn2011-03-182-6/+6
* try linenoise on windowsEliot Horowitz2011-03-181-0/+441
* use linenoise as cppEliot Horowitz2011-03-181-0/+0
* fix some cpp warningsEliot Horowitz2011-03-181-9/+9
* use linenoise instead of readlineEliot Horowitz2011-03-186-0/+748