Port the splits layout to the new groups API

This commit is contained in:
Kovid Goyal
2020-05-07 18:16:40 +05:30
parent 06827fd437
commit 39b2bf963c
6 changed files with 123 additions and 129 deletions

View File

@@ -23,7 +23,7 @@ from .fast_data_types import ( # noqa
Screen as ScreenType, StartupCtx as StartupCtx
)
from .key_encoding import KeyEvent as KeyEventType # noqa
from .layout import Layout as LayoutType # noqa
from .layout.base import Layout as LayoutType # noqa
from .rc.base import RemoteCommand as RemoteCommandType # noqa
from .session import Session as SessionType, Tab as SessionTab # noqa
from .tabs import ( # noqa