git home / emma home
logo

twn

Minimal terminal multiplexer without curses.
git clone https://git.y1.nz/archives/twn.tar.gz
README | Files | Log | Refs | LICENSE

direction.h


      1 
      2 #define left  0
      3 #define right  1
      4 #define up  2
      5 #define down  3
      6 

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.