]> git.lizzy.rs Git - micro.git/history - internal/screen/screen.go
Add autoretab
[micro.git] / internal / screen / screen.go
2022-08-19 Zachary YedidiaUse shell job for terminal callback
2022-08-17 Zachary YedidiaEnsure screen cannot draw during a term prompt
2020-09-15 Zachary YedidiaEnable xterm automatically if screen init fails
2020-09-05 Zachary YedidiaUpdate to tcell v2
2020-07-10 Zachary YedidiaRead paste option in screen init
2020-07-05 Zachary YedidiaFix reading clipboard internally for OSC52
2020-07-02 Zachary YedidiaUse tcell's CanDisplay instead of Go's IsPrint
2020-06-20 Zachary YedidiaAdd simulation screen tests
2020-06-03 Zachary YedidiaMerge
2020-05-30 Zachary YedidiaUnicode replacement char for non-displayable chars
2020-05-23 Dmitry MalukaFix dropped redraw events (#1675) v2.0.4
2020-05-20 Zachary YedidiaMerge branch 'buffer-benchmarks' of https://github...
2020-05-04 Zachary YedidiaFix v2 import path for go mod
2020-02-15 Zachary YedidiaAdd 'xterm' option
2020-02-12 Zachary YedidiaMerge branch 'autosu' of https://github.com/seitokaicho...
2020-02-12 Zachary YedidiaMerge branch 'bug-endless-reload-prompt' of https:...
2020-02-12 Zachary YedidiaDon't expose draw channel to outside packages
2020-02-12 Zachary YedidiaDon't block when redraw channel becomes full
2020-02-11 Zachary YedidiaMerge branch 'improve-readme' of https://github.com...
2020-02-10 Zachary YedidiaMerge branch 'issue_1008' of https://github.com/sum01...
2020-02-09 Zachary YedidiaMerge branch 'master' of https://github.com/Paalon...
2020-02-09 Zachary YedidiaMerge pull request #1324 from konsumer/master
2020-02-09 Zachary YedidiaMerge pull request #1321 from zonuexe/add/php-fn-keyword
2020-02-09 Zachary YedidiaMerge pull request #1333 from the-sushi/patch-1
2020-02-08 Zachary YedidiaMerge pull request #1277 from coolreader18/patch-1
2020-02-08 Zachary YedidiaMerge pull request #1423 from caligari87/patch-1
2020-02-08 Zachary YedidiaMerge branch 'master' of https://github.com/msiism...
2020-02-08 Zachary YedidiaMerge pull request #1252 from SunflowerFuchs/patch-1
2020-02-08 Zachary YedidiaMerge pull request #1264 from krerkkiat/issue-1237
2020-02-08 Zachary YedidiaMerge branch 'master' of https://github.com/dbeef/micro...
2020-01-02 Zachary YedidiaFinish support for a fake cursor v2.0.0-rc2
2020-01-02 Zachary YedidiaBetter support for fake cursor
2020-01-01 Zachary YedidiaDisable true color by default
2020-01-01 Zachary YedidiaUse upstream updated zyedidia tcell
2019-12-31 Zachary YedidiaSwitch to gdamore/tcell
2019-12-30 Zachary YedidiaMerge pull request #1327 from Osmose/git-commit-diff
2019-12-30 Zachary YedidiaMerge branch 'fix-xml-highlighting' of https://github...
2019-12-30 Zachary YedidiaMerge pull request #1386 from jncraton/docfix
2019-12-30 Zachary YedidiaMerge branch 'master' into patch-1
2019-12-30 Zachary YedidiaMerge pull request #1361 from Lisiadito/master
2019-12-30 Zachary YedidiaMerge pull request #1287 from didactic-drunk/ruby_syntax
2019-12-30 Zachary YedidiaMerge branch 'master' into highlight-nimscript
2019-12-30 Zachary YedidiaMerge pull request #1315 from matbesancon/patch-1
2019-12-30 Zachary YedidiaMerge pull request #1406 from LeapofAzzam/LeapofAzzam...
2019-12-30 Zachary YedidiaMerge pull request #1412 from tommyshem/batSyntaxHighli...
2019-12-30 Zachary YedidiaMerge pull request #1426 from Nergel3/master
2019-12-25 Zachary YedidiaChange project layout and use go.mod