Skip to content
secrettriangle edited this page Dec 28, 2014 · 6 revisions

Welcome to the slap wiki! Join us in #slap on Freenode for troubleshooting, theme/plugin/core development, or palm strike discussion of any nature.

Architecture

UI elements

Slap

This is the main class that inherits from blessed.Screen. It is created at startup and there is one per slap process. It is stored as Slap.global or self.slap (for any element inheriting from BaseElement).

Header

This is the top bar that displays the slap logo, the current position within the buffer, the encoding, and Help button. It inherits from BaseElement.

Clone this wiki locally