Skip to content

saitoha/yaft

 
 

Repository files navigation

% yaft % haru % Last update: 12/12/19

yet another framebuffer terminal

download

features

  • recognizes most of escape sequences of vt102 and linux console (detail)
  • supports various framebuffer types (8/15/16/24/32bpp)
  • supports (only) UTF-8 encoding
  • supports 256 colors (same as xterm)
  • supports wallpaper

recent changes

for more detail, see ChangeLog

2012-11-09

  • version 0.2.0
  • suppported BDF
$ ./mkfont alias-file your/favorite/bdf > glyph.h
$ make yaft

2012-11-30

  • version 0.2.1
  • bug fix
    • single CSI u (not following CSI s) causes Segmentation fault (reported by saitoha (@kefir_))

2012-12-02

2012-12-19

  • version 0.2.3
  • bug fix
    • wrong behavior of bce (ED, EL, DL, IL, ICH, DCH, ECH) (reported by IWAMOTO Kouichi (@ttdoda))

screenshot

screenshot1

license

Copyright (c) 2012 haru (uobikiemukot at gmail dot com)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

yet another framebuffer terminal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 90.4%
  • C 9.6%