VladimirMarkelov / clui

Command Line User Interface (Console UI inspired by TurboVision)
MIT License
669 stars 50 forks source link

Navigation bar at the bottom #69

Open pjebs opened 6 years ago

pjebs commented 6 years ago

I was wondering if there was a way to have a navigation bar at the bottom with different screens such as in the presentation demo program in:

https://github.com/rivo/tview

VladimirMarkelov commented 6 years ago

It remembers 'screen' or 'tmux' feature. From one hand it does not look hard to implement: information about windows is available. Anyway it needs some thinking: what to use as window name(window title may be long), I am not sure about switching windows with hot keys - it needs some investigation.