]> git.lizzy.rs Git - micro.git/history - cmd/micro/tab.go
Initial support for terminal within micro
[micro.git] / cmd / micro / tab.go
2018-01-04 Zachary YedidiaInitial support for terminal within micro
2017-11-19 Zachary YedidiaMerge pull request #613 from GeigerCounter/build_tools
2017-11-18 Zachary YedidiaMerge pull request #847 from sotpapathe/octave_support
2017-10-21 Zachary YedidiaMerge pull request #782 from i-amdroid/master
2017-10-04 Zachary YedidiaMerge pull request #850 from nitsakh/feat-809
2017-10-03 Zachary YedidiaMerge
2017-10-03 Zachary YedidiaAdd nano-style key menu option
2017-09-18 Zachary YedidiaAdd option for very accurate dirty flag
2017-05-05 Zachary YedidiaAdd SaveAll command and display + for modified tabs
2017-03-03 Zachary YedidiaRevert "Added title setting (Requires tcell pull!)...
2017-03-02 CaptainMcClellanAdded title setting (Requires tcell pull!) and optimize...
2017-03-01 Zachary YedidiaMerge pull request #570 from yursan9/yaml
2017-02-21 Zachary YedidiaFix various linter and vet warnings
2017-02-20 Zachary YedidiaMerge pull request #553 from samdmarshall/master
2017-02-20 Samantha Marshallfixing bug in closing tabs and not being able to select...
2017-02-16 Zachary YedidiaMerge pull request #522 from samdmarshall/master
2017-02-16 Zachary YedidiaMerge pull request #520 from samdmarshall/tab-scrolling
2017-01-04 Samantha Marshalladding tab scrolling and additional tab indicators
2016-11-29 Zachary YedidiaUse io.Readers to read files more efficiently
2016-11-29 Zachary YedidiaMerge pull request #449 from 10sr/jobSpawn
2016-11-29 Zachary YedidiaMake tab.CurView public
2016-11-29 Zachary YedidiaAllow splits to be created in either direction
2016-11-20 Zachary YedidiaMerge pull request #459 from clemenscorny/master
2016-11-20 Zachary YedidiaFix buffer name problem
2016-10-19 Zachary YedidiaMerge pull request #425 from adrianvoica/master
2016-10-01 boombulerMerge remote-tracking branch 'zyedidia/master' into pm
2016-09-29 Zachary YedidiaFix SplitTree tab index
2016-09-16 Zachary YedidiaMerge pull request #334 from techtonik/filemanagers
2016-09-10 Zachary YedidiaMerge pull request #316 from elopio/snapcraft
2016-09-09 Zachary YedidiaMerge
2016-09-08 Zachary YedidiaMerge pull request #341 from boombuler/bug297
2016-09-08 Zachary YedidiaResize tabs more often
2016-08-31 Zachary YedidiaMerge pull request #233 from schollz/master
2016-08-31 Zachary YedidiaMerge
2016-08-31 Zachary YedidiaAdd infobar option to disable the message line
2016-08-28 Zachary YedidiaFix various small details and update readme
2016-08-17 Zachary YedidiaMerge pull request #209 from onodera-punpun/coloredline
2016-08-11 Zachary YedidiaFix statusline and tabbar offsets
2016-08-11 Zachary YedidiaAdd ability to delete splits
2016-08-11 Zachary YedidiaAdd split_tree and ability to create splits
2016-07-10 Zachary YedidiaAdd some more comments
2016-06-09 Zachary YedidiaFix tabbar bug
2016-06-08 Zachary YedidiaAdd support for tabs
2016-06-08 Zachary YedidiaMake tabs respond to mouse events
2016-06-08 Zachary YedidiaDon't display the tab bar if only one tab is open
2016-06-08 Zachary YedidiaCreate tab struct and reorganize tab bar