./x11/rterm, Port of suckless terminal to rust

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.0.8nb1, Package name: rterm-0.0.8nb1, Maintainer: pkgsrc-users

st is a simple terminal implementation for X from suckless.org
rterm is a port of suckless terminal (st) to rust.


Master sites:

Filesize: 31.945 KB

Version history: (Expand)


CVS history: (Expand)


   2023-05-25 15:50:06 by Havard Eidnes | Files touched by this commit (4)
Log message:
rterm: make this build on NetBSD/macppc specifically....

...and hopefully on other 32-bit ports:

 * Avoid trying to do `u64 * u32`, as rust may not implement that
   on 32-bit ports (it doesn't on 32-bit powerpc).
 * Fix type mismatch between variable and funciton parameter.
 * Fix XChangeWindowAttributes parameter declaration to match (u64
   -> c_ulong).

Bump PKGREVISION.
   2023-05-03 09:32:03 by pin | Files touched by this commit (2) | Package updated
Log message:
x11/rterm: update to 0.0.8

 - fix a crash
   2023-01-29 22:18:34 by Ryo ONODERA | Files touched by this commit (2527)
Log message:
*: Recursive revbup from graphics/freetype2
   2023-01-03 16:34:37 by pin | Files touched by this commit (3) | Package updated
Log message:
x11/rterm: update to 0.0.7

 - Initial support for grapheme cluster.
 - Fixing some issues caused by grapheme clusters (still some to fix).
 - Move the pty from term to app.
 - Added some initial tests to term.
 - fix the same panic as in 82efa38
 - fix selection regression: do not start selection on button press
 - Initial code for wide glyph support.
 - refactoring
 - fixed start-up resize and trivial readme
 - Fixed a bug when resizing while using less etc.
 - enable blinking
 - simplified alt screen handling
   2022-03-29 12:37:07 by pin | Files touched by this commit (1)
Log message:
x11/rterm: abandoned project
   2021-10-26 13:35:01 by Nia Alarie | Files touched by this commit (674)
Log message:
x11: Replace RMD160 checksums with BLAKE2s checksums

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-07 17:14:47 by Nia Alarie | Files touched by this commit (675)
Log message:
x11: Remove SHA1 hashes for distfiles
   2021-08-10 07:36:51 by pin | Files touched by this commit (3) | Package updated
Log message:
x11/rterm: update to 0.0.6

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.