Age | Commit message (Collapse) | Author |
|
This reverts commit 3157897c1a20e5638feaf56e753b7886bc4ba267.
|
|
This reverts commit 60284850f22624a03996e882fcfd6aeb2af88b93.
|
|
|
|
|
|
Fix a few potential out of bounds by placing proper checks, which should
be relevant if all tabs are removed for some reason.
Also avoid iterating all tabs in the invalidate handler, since we are
only interested in whether it's the selected tab either way
|
|
|
|
|
|
|
|
This is accomplished through a bit of a hack, the statusbar is able to
be a child of multiple dudes
|
|
|
|
This is a simple mostly straight forward switch to tcell in favor of
termbox.
It uses the tcell native api (not the compat layer) but does not make
use of most features.
Further changes should include moving to tcell's views.TextArea and the
general built in widget behaviour instead of the current ad hoc
implementation.
Regression: Cursor isn't shown in ex-line
|
|
|
|
|
|
|