1. 2b733b5 Merge pull request #69 from dolmen-go/merge-appengine-into-others by mattn · 1 year, 1 month ago master
  2. 9473000 Merge pull request #68 from dolmen-go/do-not-expose-Windows-Writer by mattn · 1 year, 1 month ago
  3. 3cc8472 Merge pull request #67 from dolmen-go/ci-go1.20 by mattn · 1 year, 1 month ago
  4. d9a68d5 Merge colorable_appengine.go into colorable_others.go by Olivier Mengué · 1 year, 1 month ago
  5. 8e4a944 Windows: do not export Writer by Olivier Mengué · 1 year, 1 month ago
  6. 9cb611b CI: add Go 1.18 to 1.20 by Olivier Mengué · 1 year, 1 month ago
  7. 11a925c update dependencies by Yasuhiro Matsumoto · 1 year, 8 months ago v0.1.13
  8. e1bb79c Merge pull request #63 from naoyukis/delete_buf by mattn · 2 years, 5 months ago v0.1.12
  9. 699629e delete buf by naoyukis · 2 years, 5 months ago
  10. a1c5ae5 Merge pull request #62 from tklauser/fix-go-version-gh-action by mattn · 2 years, 7 months ago
  11. 77502a5 Update dependencies by Yasuhiro Matsumoto · 2 years, 7 months ago v0.1.11
  12. f2a4b66 Use correct field to specify Go version in GitHub action by Tobias Klauser · 2 years, 7 months ago
  13. 797e0c2 Merge pull request #61 from tklauser/gh-actions by mattn · 2 years, 7 months ago
  14. b004592 Migrate to GitHub actions for CI testing by Tobias Klauser · 2 years, 7 months ago
  15. 6a118b2 Merge pull request #56 from secDre4mer/master by mattn · 2 years, 7 months ago v0.1.10
  16. a53eda5 Merge pull request #59 from tklauser/go-build-lines by mattn · 2 years, 7 months ago
  17. 4433af2 Add //go:build lines by Tobias Klauser · 2 years, 7 months ago
  18. 39a0e9a Write plain text in chunks by Max Altgelt · 3 years, 3 months ago
  19. a2827f0 Check result of Write by Yasuhiro Matsumoto · 2 years, 7 months ago v0.1.9
  20. 2e1b0c1 Avoid index out of range by Yasuhiro Matsumoto · 3 years, 7 months ago v0.1.8
  21. f6c0098 Merge pull request #49 from segrey/sync-access-to-console by mattn · 3 years, 10 months ago v0.1.7
  22. b6d341e synchronize access to Console (fixes #48) by Sergey Simonchik · 4 years ago
  23. f1b5a0e Merge pull request #51 from zetamatta/fork2 by mattn · 4 years ago
  24. ce7c9ec Fix: on Windows 8.1, ESC[7m (REVERSE) did not work. by HAYAMA_Kaoru · 4 years ago
  25. c10454b Merge pull request #50 from zetamatta/fork by mattn · 4 years ago
  26. 4b79b6e Support disable-bold,real-underline and native reverse. by HAYAMA_Kaoru · 4 years ago
  27. 4e32bdb Merge pull request #46 from mattn/enablecolor by mattn · 4 years, 2 months ago
  28. 68e95eb Add EnableColorsStdout by Yasuhiro Matsumoto · 4 years, 2 months ago v0.1.6
  29. d58279a Merge branch 'master' of https://github.com/mattn/go-colorable by Yasuhiro Matsumoto · 4 years, 2 months ago
  30. 65e6377 Return the file if ENABLE_VIRTUAL_TERMINAL_PROCESSING is enabled by Yasuhiro Matsumoto · 4 years, 2 months ago v0.1.5
  31. 617ccec Merge pull request #44 from uji/master by mattn · 4 years, 2 months ago
  32. 7a9f6e7 refactoring by uji · 4 years, 2 months ago
  33. c742d6f Enable codecov by Yasuhiro Matsumoto · 4 years, 4 months ago
  34. ed7cf6d Update dependencies by Yasuhiro Matsumoto · 4 years, 4 months ago
  35. 1792948 gofmt by Yasuhiro Matsumoto · 4 years, 4 months ago
  36. 98ec13f Fix build by Yasuhiro Matsumoto · 4 years, 7 months ago v0.1.4
  37. b568324 Merge pull request #42 from ncw/fix-40 by mattn · 4 years, 7 months ago v0.1.3
  38. 7c3dac0 Merge pull request #41 from ncw/fix-39 by mattn · 4 years, 7 months ago
  39. e779644 Make move to start of line with 0 parameter work - Fixes #40 by Nick Craig-Wood · 4 years, 7 months ago
  40. e29ea3f Make the cursor movements default to 1 step if not provided - Fixes #39 by Nick Craig-Wood · 4 years, 7 months ago
  41. 72ec6f9 Merge pull request #38 from alecrabbit/master by mattn · 4 years, 7 months ago
  42. 5d6dfab cleanup by Alec The Rabbit · 4 years, 7 months ago
  43. 98b7b4b import by Alec The Rabbit · 4 years, 7 months ago
  44. b3ffeff Merge branch 'add-X-sequence' by Alec The Rabbit · 4 years, 7 months ago
  45. dc1ad59 add 'CSI<n>X" by Alec The Rabbit · 4 years, 7 months ago
  46. 388941e Merge pull request #37 from toshimaru/typo by mattn · 4 years, 8 months ago
  47. db913df [ci skip]Add third person singular `s` in comments by toshimaru · 4 years, 8 months ago
  48. 10fba68 Add s to a verb, write by toshimaru · 4 years, 8 months ago
  49. 9f24537 Fix doubled verb by toshimaru · 4 years, 8 months ago
  50. c52ace1 Create FUNDING.yml by mattn · 4 years, 10 months ago
  51. 8029fb3 Update dependency by Yasuhiro Matsumoto · 5 years ago v0.1.2
  52. 3a70a97 Merge pull request #34 from radeksimko/go-mod by mattn · 5 years ago v0.1.1
  53. 14ef728 Enable go modules by Radek Simko · 5 years ago
  54. efa5899 add tests by Yasuhiro Matsumoto · 6 years ago v0.1.0
  55. 7dc3415 continue when reset received by Yasuhiro Matsumoto · 6 years ago
  56. 6cc8b47 Merge pull request #31 from tyru/fix-erase-in-line by mattn · 6 years ago
  57. 43d820f Fix: "<CSI>2K" does not erase characters at the bottom by tyru · 6 years ago
  58. 586e6dc Merge pull request #30 from zetamatta/fork by mattn · 6 years ago
  59. f644fae Fix: when the width of the screen width is too large, the cell-count for ESC[**J overflowed. by HAYAMA_Kaoru · 6 years ago
  60. 6fcc0c1 Merge pull request #28 from filimonov/filimonov-patch-1 by mattn · 6 years ago
  61. 1946b24 Aliases for save/restore cursor position #27 by filimonov · 6 years ago
  62. ad5389d guard negative value by Yasuhiro Matsumoto · 7 years ago
  63. a1d69c6 save/restore part of buffers by Yasuhiro Matsumoto · 7 years ago buffer
  64. 6df6d4d fix 0K by Yasuhiro Matsumoto · 7 years ago
  65. c4c7697 alt screen by Yasuhiro Matsumoto · 7 years ago
  66. 6c0fd4a add colorable command by Yasuhiro Matsumoto · 7 years ago
  67. 68849ea 24bit colors by Yasuhiro Matsumoto · 7 years ago
  68. 167de6b add f as same as H by Yasuhiro Matsumoto · 7 years ago v0.0.9
  69. 040dd0b fix cursor visible/hide by Yasuhiro Matsumoto · 7 years ago
  70. 5ffa492 fix visible/hide cursor by Yasuhiro Matsumoto · 7 years ago
  71. 3fa8c76 fix bad direction by Yasuhiro Matsumoto · 7 years ago
  72. dc5b400 fix duplicate code by Yasuhiro Matsumoto · 7 years ago
  73. bf47a00 fix heavey update of location by Yasuhiro Matsumoto · 7 years ago
  74. 165c322 Merge pull request #24 from magicshui/master by mattn · 7 years ago
  75. b724b36 fix logrus path by arthur · 7 years ago
  76. 941b50e depend on go-isatty by Yasuhiro Matsumoto · 7 years ago v0.0.8
  77. ded68f7 add test by Yasuhiro Matsumoto · 7 years ago
  78. 1e38820 Merge pull request #22 from zetamatta/master by mattn · 7 years ago
  79. 0ef29d3 A patch to add SetConsoleTitle support to Windows for #21 by HAYAMA_Kaoru · 7 years ago
  80. a392f45 Merge pull request #20 from ikedam/feature/appengine by mattn · 7 years ago
  81. 9a022b4 Separate a file for appengine by ikedam · 7 years ago
  82. e43d461 Fix the build constraints syntax for appengine by ikedam · 7 years ago
  83. 77c725d Make buildable on Windows + goapp by ikedam · 7 years ago
  84. acb9493 remove lastbuf by Yasuhiro Matsumoto · 7 years ago
  85. f96a447 add test by Yasuhiro Matsumoto · 7 years ago
  86. d90d619 fix badges by Yasuhiro Matsumoto · 7 years ago
  87. 7e2c127 simplify by Yasuhiro Matsumoto · 7 years ago
  88. 14930a3 gofmt -s by Yasuhiro Matsumoto · 7 years ago
  89. 60aa451 go vet by Yasuhiro Matsumoto · 7 years ago
  90. 00b3df8 golint by Yasuhiro Matsumoto · 7 years ago
  91. 7ea6f3d add test by Yasuhiro Matsumoto · 7 years ago
  92. 1fd7d14 add test by Yasuhiro Matsumoto · 7 years ago
  93. 6aaaa31 remove sudo by Yasuhiro Matsumoto · 7 years ago
  94. eed7f88 add some tests by Yasuhiro Matsumoto · 7 years ago
  95. e5d7412 update .travis.yml by Yasuhiro Matsumoto · 7 years ago
  96. d6fadc1 add badges by Yasuhiro Matsumoto · 7 years ago
  97. d898aa9 remove needless variable by Yasuhiro Matsumoto · 7 years ago
  98. 03afe69 fix 'K' by Yasuhiro Matsumoto · 7 years ago
  99. 214010a remove some calls of GetConsoleScreenBufferInfo by Yasuhiro Matsumoto · 7 years ago
  100. 5411d3e move files by Yasuhiro Matsumoto · 7 years ago