vtgl

terminal emulator implemented in OpenGL
git clone anongit@rnpnr.xyz:vtgl.git
Log | Files | Refs | Feed | LICENSE

README.md (930B)


      1 # External Programs
      2 
      3 ## [`vttest`][]
      4 
      5 Offers a wide variety of tests mostly catered towards xterm. Most
      6 of the tests are not really well documented without reading the
      7 source code. The program is useful though once you decipher what
      8 the test you are a looking at is trying to do.
      9 
     10 ## [`wcwidth-browser.py`][]
     11 
     12 Lists all Unicode codepoints in a long table. Very useful to check
     13 that your wide char support is correct.
     14 
     15 ### Dependencies
     16 
     17 ```
     18 emerge -1 dev-python/blessed dev-python/docopt dev-python/wcwidth
     19 ```
     20 
     21 ```
     22 pacman --asdeps python-blessed python-wcwidth
     23 ```
     24 
     25 ## [`ucs-detect`][]
     26 
     27 Automatically tests Unicode coverage including the esoteric "Zero
     28 Width Joiner (ZWJ)" and "Variation Selector 16 (VS-16)".
     29 
     30 [`ucs-detect`]:         https://github.com/jquast/ucs-detect
     31 [`wcwidth-browser.py`]: https://github.com/jquast/wcwidth/blob/master/bin/wcwidth-browser.py
     32 [`vttest`]:             https://www.invisible-island.net/vttest/