git.y1.nz

fbui

Framebuffer-based graphical environment
download: https://git.y1.nz/archives/fbui.tar.gz
README | Files | Log | Refs

libfbui/Term/README

      1 Greetings,
      2 
      3 This program, fbterm, is my port of ggiterm to use FBUI, which
      4 is my in-kernel framebuffer GUI. The non-FBUI related code was
      5 written by Aurelien Reynaud. Merci Aurelien!
      6 
      7 I used ggiterm because rxvt and xterm seemed more tightly tied to X.
      8 Because fbterm's based on ggiterm, it inherits any minor defects 
      9 that ggiterm may or may not have had. However it basically works well.
     10 
     11 To use it, compile it with the makefile. The file libfbui.a is 
     12 expected to be in the parent directory.
     13 
     14 Use 'tic' to compile the terminfo file.
     15 
     16 Enjoy,
     17 Zack Smith
     18 
     19 ----------
     20 My changes:
     21 * Oct 15, 2004: added buffers for expose events
     22 * Oct 19, 2004: added -c and -geo support
     23 * Nov 2, 2004: updated for multi-window FBUI
     24 

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