- 4505ee2 Merge pull request #52 from fess932/master by mattn · 9 months ago master
- c5b63aa fix check nil by Ivan Cheremisin · 9 months ago
- 8cde54c fix read after close by Ivan Cheremisin · 9 months ago
- 9ff4559 Merge pull request #51 from mattn/close-fd by mattn · 9 months ago v0.0.7
- 0f385b9 upgrade by Yasuhiro Matsumoto · 9 months ago
- 40f15d1 update deps by Yasuhiro Matsumoto · 9 months ago
- 17a02dd close by Yasuhiro Matsumoto · 9 months ago
- 780064d Merge pull request #49 from edp1096/master by mattn · 9 months ago
- 5244c02 Add insert key on ms-windows by edp1096 · 12 months ago
- 51197a8 Merge pull request #47 from hymkor/fork20230506 by mattn · 2 years ago v0.0.5
- 085476b Fix: numbers of columns and lines were swapped at not Windows-OS by HAYAMA_Kaoru · 2 years ago
- 6774b91 Merge pull request #45 from ichizok/fix/solaris by mattn · 3 years, 3 months ago v0.0.4
- ba2a7ca Fix solaris support by ichizok · 3 years, 3 months ago
- 72ed86c Merge pull request #40 from zetamatta/master by mattn · 4 years, 5 months ago
- 064ebac Fix: the first key after terminal-window activated was input twice. by HAYAMA_Kaoru · 4 years, 5 months ago
- 6cb398a Merge pull request #39 from srlehn/tinygo_noosfilewritestring by mattn · 4 years, 7 months ago
- 5b7161e use var for \n byte slice by Simon Lehn · 4 years, 7 months ago
- 2022806 use runes instead of casting strings to []byte by Simon Lehn · 4 years, 7 months ago
- 642f3fc tinygo does not implement WriteString() for *os.File by Simon Lehn · 4 years, 7 months ago
- 86398c8 Merge pull request #4 from mattn/master by Simon Lehn · 4 years, 7 months ago
- b0f19ff Merge pull request #38 from zetamatta/fork20200922 by mattn · 4 years, 7 months ago
- 5c5bbf1 Fix: the unicode from U+2000 to U+2FFF could not be gotten by HAYAMA_Kaoru · 4 years, 7 months ago
- acb06aa Delete renovate.json by mattn · 5 years ago
- 3f926a3 Merge pull request #33 from mattn/renovate/github.com-mattn-go-runewidth-0.x by mattn · 5 years ago
- ddf5c80 Update module mattn/go-runewidth to v0.0.7 by Renovate Bot · 5 years ago
- 8ae152e Merge pull request #30 from mattn/renovate/configure by mattn · 5 years ago
- 3469806 Add renovate.json by Renovate Bot · 5 years ago
- 0f3e099 Fix build by Yasuhiro Matsumoto · 5 years ago v0.0.3
- 4a41a83 Merge pull request #29 from tgirod/master by mattn · 5 years ago v0.0.2
- 32ded2e adds OpenDevice(path string) by Tomtom · 5 years ago
- b764644 Add example by Yasuhiro Matsumoto · 5 years ago
- 41e2ea3 Rename readline to ttyutil by Yasuhiro Matsumoto · 5 years ago
- 7bcdc5e Add go.mod by Yasuhiro Matsumoto · 5 years ago v0.0.1
- 78e6e93 Merge pull request #28 from despair86/master by mattn · 5 years ago
- 7e63ca3 Update tty_sys5.go by Rick V · 5 years ago
- e7274d3 Update tty_unix.go by Rick V · 5 years ago
- 47a56d9 conditional compile fix by Rick V · 5 years ago
- 21d3e6a Update tty_sys5.go by Rick V · 5 years ago
- f2359a7 Create tty_sys5.go by Rick V · 5 years ago
- 74040ee Merge pull request #27 from SwampDragons/enable_flow_control by mattn · 5 years ago
- 36fb9fa enable control flow; without this ctrl-s and ctrl-q are not respected by Megan Marsh · 5 years ago
- 523744f Merge pull request #25 from azr/patch-1 by mattn · 6 years ago
- a49662e use context cancellation to cancell sigwinch on windows by Adrien Delorme · 6 years ago
- 7d8301a tty_unix: make sure sigwinch is only used when necessary and fix a panic by Adrien Delorme · 6 years ago
- 3f0c4f4 make the SIGWINCH returned chan read only ( it was closeable ) by Adrien Delorme · 6 years ago
- 82eb295 unapply go-imports fix per review request by Adrien Delorme · 6 years ago
- a87bf4b Merge pull request #21 from srlehn/sixel_size by mattn · 6 years ago
- 8426111 fix panic: send on closed channel on windows by Adrien Delorme · 6 years ago
- 83fae09 Merge pull request #23 from zetamatta/fork20190407 by mattn · 6 years ago
- ac868af Support Ctrl-Home/End/PageUp/PageDown/Delete on Windows by HAYAMA_Kaoru · 6 years ago
- 7dbf562 Support Ctrl-Left/Right/Up/Down on Windows keeping compatiblity with Linux by HAYAMA_Kaoru · 6 years ago
- 76a2065 Merge pull request #15 from azr/patch-1 by mattn · 6 years ago
- 0fc8ae0 reverted Size() by Simon Lehn · 6 years ago
- e667805 removed extra chars by Simon Lehn · 6 years ago
- 5c6e239 corrected plan 9 error message by Simon Lehn · 6 years ago
- be6cf0b added pixel size function by Simon Lehn · 6 years ago
- f559946 Merge pull request #16 from srlehn/master by mattn · 6 years ago
- 16957fc prevent TUI crash on SIGWINCH by Simon Lehn · 6 years ago
- a7b2618 prevent `panic: send on closed channel` during termination by Adrien Delorme · 6 years ago
- 5518497 Merge pull request #14 from zetamatta/fork by mattn · 6 years ago
- eb2d4bb Merge pull request #12 from azr/patch-2 by mattn · 6 years ago
- f6321ce Fix: tty-mode could not be changed from raw-mode to cooked-mode on Linux by HAYAMA_Kaoru · 6 years ago
- fbb6b58 Update tty_windows.go by Adrien Delorme · 6 years ago
- e4f8711 Merge pull request #10 from zetamatta/fork by mattn · 6 years ago
- ddcc9ee Fix that the search dialog was open by pressing Ctrl-F on Windows10 by Kaoru HAYAMA · 6 years ago
- 13ff120 Add LICENSE by Yasuhiro Matsumoto · 7 years ago
- 931426f fix build on UNIX by Yasuhiro Matsumoto · 7 years ago
- 061c12e fix chan operation by Yasuhiro Matsumoto · 7 years ago
- 997f85c Merge pull request #8 from mattn/winsize by mattn · 7 years ago
- 6cb1bbd fix example by Yasuhiro Matsumoto · 7 years ago winsize
- 70309ab handle SIGWINCH by Yasuhiro Matsumoto · 7 years ago
- 5128a79 Merge pull request #7 from orisano/patch-1 by mattn · 7 years ago
- ff97f49 fix: window size calculation by Nao YONASHIRO · 7 years ago
- c175029 input username/password by Yasuhiro Matsumoto · 7 years ago
- 4d358da update README.md by Yasuhiro Matsumoto · 7 years ago
- 1442e33 handle shift-tab by Yasuhiro Matsumoto · 7 years ago
- 3f2ec5c mv by Yasuhiro Matsumoto · 7 years ago
- c18f3ea fix bug by Yasuhiro Matsumoto · 7 years ago
- c641b61 fix bug by Yasuhiro Matsumoto · 7 years ago
- a8ec219 rename by Yasuhiro Matsumoto · 7 years ago
- 7139bb2 add example by Yasuhiro Matsumoto · 7 years ago
- c2eb65f add Raw/MakeRaw by Yasuhiro Matsumoto · 7 years ago
- 3d41f42 add ttyutil.ReadLine by Yasuhiro Matsumoto · 8 years ago
- bc37b31 Merge pull request #6 from 178inaba/no_mask by mattn · 8 years ago
- d69706a Replace NoMask to NoEcho by 178inaba · 8 years ago
- 439e7db Add ReadPasswordNoMask by 178inaba · 8 years ago
- 65d1859 Merge pull request #4 from 178inaba/mac_delete by mattn · 8 years ago
- a3b15b2 Merge pull request #5 from 178inaba/read_string by mattn · 8 years ago
- 684fe20 Add ReadString by 178inaba · 8 years ago
- 3dc0cb3 Add delete key code by 178inaba · 8 years ago
- 54330e2 some windows keys by Yasuhiro Matsumoto · 8 years ago
- cd8cb12 add TODO by Yasuhiro Matsumoto · 8 years ago
- f7de1fa Merge branch 'master' of https://github.com/mattn/go-tty by Yasuhiro Matsumoto · 8 years ago
- d357f21 signal should not be handled by Yasuhiro Matsumoto · 8 years ago
- aa18f7a add alt key by Yasuhiro Matsumoto · 8 years ago
- 0795b47 add example by Yasuhiro Matsumoto · 8 years ago
- 8b8d820 s/Inbuf/Buffered/g by Yasuhiro Matsumoto · 8 years ago
- 1ee4db6 add Inbuf() by Yasuhiro Matsumoto · 8 years ago
- 878e82e fix plan9 by Yasuhiro Matsumoto · 8 years ago
- f0c2d41 read input with buffer by Yasuhiro Matsumoto · 8 years ago