From e9d25d0650364039a61cbe517e193f83c8637c62 Mon Sep 17 00:00:00 2001 From: Jakub Sobon Date: Sat, 2 Mar 2019 18:40:46 -0500 Subject: [PATCH] Updated Container API (markdown) --- Container-API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Container-API.md b/Container-API.md index 6144f39..c8e5551 100644 --- a/Container-API.md +++ b/Container-API.md @@ -2,7 +2,7 @@ [![Doc Status](https://godoc.org/github.com/mum4k/termdash/container?status.png)](https://godoc.org/github.com/mum4k/termdash/container) -The [container](https://github.com/mum4k/termdash/tree/master/container) package is used to establish and mutate the layout of the terminal. An instance of the container object is required to start the Termdash application, see the [[Termdash API|termdash-api]] for details. +The [container](https://godoc.org/github.com/mum4k/termdash/container) package is used to establish and mutate the layout of the terminal. An instance of the container object is required to start the Termdash application, see the [[Termdash API|termdash-api]] for details. The container splits the raw terminal into smaller portions (sub-containers). The developer decides how the splits are organized. Design of the container object is heavily inspired by the [i3 window manager](https://i3wm.org/), specifically by how the i3 wm organizes the layout of application windows on the screen.