chzyer
|
dc5da28fbf
|
[history] fix bug that check equals with previous command (#49)
|
2016-04-21 14:10:50 +08:00 |
chzyer
|
1e0917c739
|
fix typo
|
2016-04-21 10:06:19 +08:00 |
chzyer
|
fd07ffef1b
|
update README
|
2016-04-18 11:38:46 +08:00 |
chzyer
|
3ea5940c39
|
support suspend process (#48)
* support suspend process
* fix suspend in windows
* add comments
|
2016-04-17 21:05:00 +08:00 |
chzyer
|
52d8a65723
|
[completer] add SegmentAutoComplete
|
2016-04-12 14:04:56 +08:00 |
chzyer
|
de49e7f118
|
[remote] fix test
|
2016-04-11 01:54:54 +08:00 |
chzyer
|
d4c46a49e6
|
[remote] fix remote
|
2016-04-11 01:46:08 +08:00 |
Michal Pristas
|
e3e573aa21
|
Auto complete with space prefixed line (#46)
* auto-complete gets displayed even with space characters prefixing the line
* demo test back to chzyer;
|
2016-04-08 10:01:57 +08:00 |
chzyer
|
f2a9cba613
|
Merge pull request #44 from chzyer/feature/remove_runes_subpackage
Fix #43 , remove sub-package for gopkg compatiblity
|
2016-04-06 09:33:58 +08:00 |
chzyer
|
6cc043de37
|
Fix #43 , remove sub-package for gopkg compatiblity
|
2016-04-05 09:55:46 +08:00 |
chzyer
|
e950f01ab4
|
[complete] remove debug
|
2016-04-02 02:01:23 +08:00 |
chzyer
|
9d26a3bde6
|
[complete] fix doSegment
|
2016-04-02 02:00:16 +08:00 |
chzyer
|
4606bfd979
|
[complete] add segment complete
|
2016-04-02 01:23:53 +08:00 |
chzyer
|
d85c8b4802
|
add readline.Password()
|
2016-04-01 17:54:50 +08:00 |
chzyer
|
a5bc4d464a
|
[remote] add a onListen func
|
2016-03-31 14:20:14 +08:00 |
chzyer
|
5652dc7c25
|
[readline-im] add readme
|
2016-03-31 11:08:58 +08:00 |
chzyer
|
218eb7fff6
|
[example] Add a IM example
|
2016-03-31 10:55:53 +08:00 |
chzyer
|
91ba4d48f0
|
Merge pull request #42 from chzyer/bugfix/use_single_again
Fix breaking scroll buffer
|
2016-03-31 08:06:24 +08:00 |
chzyer
|
19657124c7
|
remove test for SplitByMultiLine
|
2016-03-31 00:19:18 +08:00 |
chzyer
|
e5e328dcc7
|
remove SplitByMultiLine
|
2016-03-31 00:15:33 +08:00 |
chzyer
|
b1b67f8632
|
[runebuffer] use single line
|
2016-03-30 23:55:12 +08:00 |
chzyer
|
30b462e50b
|
Fix #39, remote can raise a EOF error now
|
2016-03-28 17:37:07 +08:00 |
chzyer
|
1e409caaf3
|
return remain line if interrupt.
|
2016-03-25 17:08:13 +08:00 |
chzyer
|
bb5b4af6e7
|
fix wordbreak to add number
|
2016-03-25 17:07:55 +08:00 |
chzyer
|
4e554e2dd0
|
fix remote
|
2016-03-23 17:07:53 +08:00 |
Chzyer
|
402307d9c0
|
Merge pull request #38 from buaazp/master
add SetChildren for prefix completer interface
|
2016-03-16 18:32:27 +08:00 |
招牌疯子
|
3138d3552b
|
add SetChildren for prefix completer interface
|
2016-03-16 18:03:13 +08:00 |
chzyer
|
b57eccfd02
|
add remote mode
|
2016-03-13 18:32:48 +08:00 |
Cheney
|
14e9df7f3c
|
update changelog
|
2016-03-05 15:48:58 +08:00 |
Cheney
|
bd7c8c6fbe
|
release 1.2
|
2016-03-05 15:45:42 +08:00 |
Cheney
|
4ae9d7e0fd
|
fix multiline
|
2016-03-05 15:45:42 +08:00 |
Cheney
|
c4ec21b1c6
|
fix stdin in windows
|
2016-03-05 15:45:42 +08:00 |
Cheney
|
867002449c
|
refactory
|
2016-03-05 15:45:42 +08:00 |
Chzyer
|
e9e6c35b06
|
Merge pull request #34 from xdamman/patch-1
Added OpenCollective badge and list of backers
|
2016-02-28 10:20:13 +08:00 |
Xavier Damman
|
f445eb9c9d
|
Added OpenCollective badge and list of backers
The list of backers at the bottom will automatically show the avatar / logo of the backers and link to their respective website :-)
|
2016-02-26 19:52:05 -08:00 |
Chzyer
|
44ccc71d92
|
Merge pull request #33 from chzyer/feature/support_more_vim_feature
Support more vim shortcut
|
2016-02-27 10:07:23 +08:00 |
Cheney
|
f1ecca38cc
|
update readme
|
2016-02-24 22:52:02 +08:00 |
Cheney
|
e967bfcedb
|
#22 support more vim shortcut
* c<motion>, d<motion> (change, delete)
* x (delete character)
* r (replace character)
|
2016-02-24 22:35:22 +08:00 |
Chzyer
|
a0bb3f70e4
|
Merge pull request #32 from guanqun/add-api-for-set-completion
add a new API to set auto complete
|
2016-02-23 13:52:35 +08:00 |
Lu Guanqun
|
d45b1ac5fc
|
add a new API to set auto complete
|
2016-02-23 13:15:23 +08:00 |
Chzyer
|
2978660421
|
Merge pull request #31 from chzyer/hotfix/fix_search_history
fixed search history crash
|
2016-02-21 10:18:56 +08:00 |
Cheney
|
8e340f3ee8
|
#30 fixed search history crash
|
2016-02-21 10:14:19 +08:00 |
Chzyer
|
5aaa89df05
|
Merge pull request #29 from bdarnell/div-by-zero
Fix a division by zero on terminals that report 0 width.
|
2016-02-19 08:08:26 +08:00 |
Ben Darnell
|
c3db9c3189
|
Fix a division by zero on terminals that report 0 width.
This is true of emacs shell-mode.
|
2016-02-18 17:25:32 -05:00 |
Cheney
|
8181d5ed14
|
disable interactive when stdin is not a tty
|
2016-02-18 13:08:19 +08:00 |
Cheney
|
15e7be4ac2
|
add new interface and fixed crash if stdout isn't a tty
|
2016-02-18 11:25:41 +08:00 |
Cheney
|
6368045a0b
|
report error if it save history fail
|
2016-02-18 08:41:35 +08:00 |
Chzyer
|
01066143c6
|
Merge pull request #28 from chzyer/feature/fix_mass_history
Fixed mass history
|
2016-02-17 22:38:54 +08:00 |
Cheney
|
00e1a8e95a
|
#19 fixed mass history
|
2016-02-17 22:20:03 +08:00 |
Cheney
|
21acaf90fd
|
fixed crash if stdin is not a tty (pipe)
|
2016-02-17 14:08:55 +08:00 |