summaryrefslogtreecommitdiff
path: root/x11/rterm
AgeCommit message (Collapse)AuthorFilesLines
2021-10-26x11: Replace RMD160 checksums with BLAKE2s checksumsnia1-24/+24
All checksums have been double-checked against existing RMD160 and SHA512 hashes Unfetchable distfiles (fetched conditionally?): ./x11/py-qt4/distinfo PyQt4_gpl_mac-4.12.3.tar.gz
2021-10-07x11: Remove SHA1 hashes for distfilesnia1-24/+1
2021-08-10x11/rterm: update to 0.0.6pin3-33/+43
0.0.6 -Initial cursor style support. -Support blinking cursor. -Added OSC 12 and 112, set and reset cursor color. -Add XTVERSION CSI code. -Draw underline and strikethough attribs. -fix a panic in set_dirty() when selection is out after resize 0.0.5 -Bump crate versions and fix minor nix issues. -Implement 256 and true color support. -Add initial OSC codes, mostly color related. -Implement the alternate screen. -Fix bug in font width for some fonts. -Cleanup to advance width fix.
2021-08-02x11/rterm: simplify Makefilepin1-2/+1
2021-07-22g/c RUSTFLAGS from individual package Makefiles. Handled by cargo.mk.tnn1-2/+1
2021-07-05x11/rterm: update to 0.0.4pin3-28/+28
-fix for arm64. This change hopefully fixes building on aarch64
2021-04-17x11/rterm: update to 0.0.3pin3-23/+48
-copy graph0 charset chars from st -added some command options -redraw on expose change -support bold and italic fonts -support X geometry <widt>x<hheight>+<xoff>+<yoff> -bugfix: sel_text may be none -bump up version to 0.0.3
2021-04-01x11/rterm: import packagepin5-0/+119
st is a simple terminal implementation for X from suckless.org rterm is a port of suckless terminal (st) to rust.