0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
Commit Graph

21 Commits

Author SHA1 Message Date
Mathias Stearn
fb88b80ce4 fix highlighting in shell for lines longer than console width SERVER-3394 2011-07-08 18:15:36 -04:00
Mathias Stearn
1c69e7b64e home and end keys for linux and rxvt 2011-04-20 14:40:07 -04:00
Mathias Stearn
9047007b4c Special debug mode in shell to print raw input bytes 2011-04-20 14:40:07 -04:00
Mathias Stearn
9c98a92af0 Basic highlighting of matched braces
I'm not 100% sure I like this but want to play with it a bit and get feedback.
May revert in a few days.
2011-04-16 04:22:10 -04:00
Mathias Stearn
b81192b775 fix the shell 2011-04-16 02:37:42 -04:00
Mathias Stearn
d3574a11cb don't save or load blank history lines 2011-04-15 19:55:50 -04:00
Mathias Stearn
2892c6daf9 home and end key support on posix 2011-04-15 19:50:50 -04:00
Mathias Stearn
e0d7cc9432 make history_index global and an actual index 2011-04-15 19:32:43 -04:00
Mathias Stearn
c68392bfe8 don't SIGBUS when deleting at end of line 2011-04-12 18:23:47 -04:00
Mathias Stearn
fc0500e539 fix completeLine SERVER-1763 2011-04-11 19:45:25 -04:00
Mathias Stearn
7dee30b39f didn't mean to change this comment 2011-04-11 19:32:30 -04:00
Mathias Stearn
220d413906 CHA is 1-based. Fixes an issue with aterm. 2011-04-11 19:27:19 -04:00
Mathias Stearn
00c383f6c0 first pass at merging posix and win32 linenoise codebases SERVER-1763 2011-04-11 19:00:15 -04:00
dwight
1d46a7e4ba towards compact cmd still in prog 2011-04-04 12:38:38 -04:00
Eliot Horowitz
124bf46176 notes about linenoise 2011-03-25 14:26:03 -04:00
Eliot Horowitz
d8cc3de827 rename 2011-03-25 14:25:35 -04:00
Mathias Stearn
4229b5421d const correct some linenoise functions 2011-03-18 15:01:54 -05:00
Eliot Horowitz
9711f4d311 try linenoise on windows 2011-03-18 15:19:43 -04:00
Eliot Horowitz
ff767886ee use linenoise as cpp 2011-03-18 15:17:40 -04:00
Eliot Horowitz
ac8554e12b fix some cpp warnings 2011-03-18 03:51:12 -04:00
Eliot Horowitz
3403b88453 use linenoise instead of readline 2011-03-18 02:48:07 -04:00