Commit Graph

341 Commits

Author SHA1 Message Date
c-bata
b9667240d6 Add CrushedPixel/moshpit 2018-06-11 03:03:23 +09:00
Masashi SHIBATA
df30f172f3
Merge pull request #72 from c-bata/orisano/refactor_document
refactor: use strings.IndexByte and strings.LastIndexByte
2018-06-09 03:39:59 +09:00
Nao YONASHIRO
315d808fc7 refactor: use strings.IndexByte and strings.LastIndexByte 2018-06-09 02:45:30 +09:00
c-bata
c3c2838689 Update CHANGELOG 2018-06-09 00:00:54 +09:00
Masashi SHIBATA
ae619c5ea4
Merge pull request #65 from Chyroc/add-ascii-code-bind-option-and-find-current-word-end
Add ascii code bind option and find current word end
2018-06-08 23:57:47 +09:00
Masashi SHIBATA
2f3ee57cf5
Merge pull request #69 from ktr0731/fix-goroutine-leaks
Fix goroutine leaks
2018-05-18 10:37:44 +09:00
ktr0731
fd5f8304d0 Fix goroutine leaks 2018-05-13 19:34:13 +09:00
Masashi SHIBATA
15992ed45e
Merge pull request #67 from Calinou/improve-readme
Improve grammar and spelling in README
2018-04-16 19:35:10 +09:00
Hugo Locurcio
cba5a44be3
Improve grammar and spelling in README 2018-04-16 12:27:15 +02:00
Chyroc
b7c5314a2a add DeleteWord 2018-04-16 10:34:03 +08:00
Chyroc
9a8da1fa51 add test 2018-04-11 20:55:49 +08:00
Chyroc
8f99fdf709 fix https://github.com/c-bata/go-prompt/issues/63 2018-04-11 20:14:57 +08:00
Chyroc
6a9503cb3a add ascii-code-bind-option-and-find-current-word-end 2018-04-11 20:14:38 +08:00
Masashi SHIBATA
de51277535
Merge pull request #55 from stealthybox/patch-1
Update kubicorn link in README
2018-03-09 10:59:13 +09:00
leigh schrandt
4cb7d54766
Update kubicorn link in README
Hi there!
Found this grepping our deps.
We've moved kubicorn to a new organization :)

Cheers!
Leigh
2018-03-08 17:59:41 -07:00
c-bata
f329ebd240 Update go-tty 2018-02-20 01:15:04 +09:00
c-bata
b884e90bc5 Remove ControlSpace handling 2018-02-19 23:41:34 +09:00
c-bata
f2ee1fd099 Separate handleCompletionKeyBinding 2018-02-19 23:34:45 +09:00
c-bata
134d46302a Separate key binding 2018-02-19 23:32:20 +09:00
c-bata
60a3c0a2b3 Fix misspell error 2018-02-19 23:26:28 +09:00
c-bata
8c7b61cef8 Fix misspell error 2018-02-19 23:16:46 +09:00
Masashi SHIBATA
33684a5d5f
Merge pull request #50 from c-bata/refactor-render
Refactor render.go
2018-02-19 20:20:02 +09:00
c-bata
41714788bd Refactor render.go 2018-02-19 19:56:10 +09:00
c-bata
4194f865a6 Fix ControlL keybind 2018-02-19 19:55:32 +09:00
Masashi SHIBATA
6ef156006c
Merge pull request #49 from c-bata/orisano/fix#48
fix: #48
2018-02-19 16:59:09 +09:00
Nao YONASHIRO
d0c9836e1f fix: #48 2018-02-19 16:50:05 +09:00
c-bata
92ad4eeeb0 Delete unnecessary color setting 2018-02-18 22:31:41 +09:00
Nao YONASHIRO
c6186541a9 feat: improve rendering performance on windows (#47)
* feat: to ignore the codepoint 0

* feat: hide cursor whole rendering phase

* feat: change EraseDown timing

* feat: add sleep

* feat: to async Read on windows

* style: goimports

* refactor: use defer

* feat: remove ignore flush

* chore: remove ignore output
2018-02-18 22:27:59 +09:00
c-bata
4dbd0dc8ff Fix typo 2018-02-18 18:18:42 +09:00
c-bata
4881f5413b Fix a godoc description 2018-02-16 14:48:01 +09:00
Masashi SHIBATA
a768dc6a27
Merge pull request #44 from c-bata/orisano/windows_linewrap
fix: support linewrap on windows
2018-02-16 11:45:10 +09:00
Nao YONASHIRO
2e8a01dd61 docs: update toPos document 2018-02-16 11:34:02 +09:00
Nao YONASHIRO
40755ea9f8 fix: support linewrap on windows 2018-02-16 11:34:01 +09:00
c-bata
9ce7fd89b2 Update README 2018-02-15 23:50:39 +09:00
c-bata
8bec780c71 Add some tests 2018-02-15 18:15:32 +09:00
c-bata
19a0980a21 Add godoc comments 2018-02-15 17:34:37 +09:00
Masashi SHIBATA
7e7f5ec007
Merge pull request #45 from c-bata/fix-question-handling
Fix handling of question mark
2018-02-15 15:59:38 +09:00
c-bata
8d163b44bf Fix handling of question 2018-02-15 15:59:10 +09:00
c-bata
7c05c0763a Update CHANGELOG 2018-02-15 03:12:16 +09:00
c-bata
9007dfa03c Update go-tty to fix GetWinsize on windows 2018-02-15 01:45:23 +09:00
c-bata
d987c55cca Remove DEVELOPER_GUIDE and Update README 2018-02-14 22:56:34 +09:00
c-bata
18c202d71a Add ISSUE_TEMPLATE 2018-02-14 22:56:14 +09:00
Masashi SHIBATA
65b515231d
Merge pull request #40 from c-bata/orisano/fix#39
fix runtime error when r.col == 0
2018-02-14 20:06:21 +09:00
Nao YONASHIRO
fbefae2e24 chore: fixed typo 2018-02-14 19:58:20 +09:00
Nao YONASHIRO
2a35ceea89 fix: fix runtime error when r.col == 0 2018-02-14 19:50:00 +09:00
c-bata
e1c654e8e9 Update README 2018-02-14 17:02:08 +09:00
c-bata
e99fbc797b ʕ◔ϖ◔ʔ release v0.2.1 2018-02-14 17:00:08 +09:00
c-bata
081fab51f1 Update README 2018-02-14 16:59:30 +09:00
Masashi SHIBATA
f3c70f1fb3
Merge pull request #34 from c-bata/dep-vendoring
Vendor dependencies with golang/dep
2018-02-14 16:57:02 +09:00
c-bata
999e894043 Vendoring with golang/dep 2018-02-14 16:56:33 +09:00