git.y1.nz

twn

Simple terminal multiplexer
download: https://git.y1.nz/archives/twn.tar.gz
README | Files | Log | Refs

subterm.h

      1 
      2 typedef struct _subterm {
      3 	/* relative cursor position (is this 0 or 1 indexed?) */
      4 	int cx, cy;
      5 
      6 	// TODO shell, in/out streams
      7 
      8 	// TODO color, modes, blah blah blah
      9 } Subterm;
     10 
     11 

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