Path to this page:
./
x11/rterm,
Port of suckless terminal to rust
Branch: CURRENT,
Version: 0.0.8nb3,
Package name: rterm-0.0.8nb3,
Maintainer: pkgsrc-usersst 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)
- (2023-11-12) Updated to version: rterm-0.0.8nb3
- (2023-09-23) Updated to version: rterm-0.0.8nb2
- (2023-05-25) Updated to version: rterm-0.0.8nb1
- (2023-05-03) Updated to version: rterm-0.0.8
- (2023-01-30) Updated to version: rterm-0.0.7nb1
- (2023-01-03) Updated to version: rterm-0.0.7
CVS history: (Expand)
2024-01-21 00:27:51 by Havard Eidnes | Files touched by this commit (5) |
Log message:
x11/rterm: silence warning, port to riscv64.
* silence warning by commenting out un-used import
* use a less specific cast instead of explicitly sized type
Bump PKGREVISION.
|
2023-11-12 14:24:43 by Thomas Klausner | Files touched by this commit (2570) |
Log message:
*: revebump for new brotli option for freetype2
Addresses PR 57693
|
2023-09-23 20:25:58 by Paolo Vincenzo Olivo | Files touched by this commit (4) |
Log message:
x11/rterm: fix build
* Last commit introduced a regression on 64-bit architectures.
Using c_ulong instead of u32/u64 will likely satisfy both.
* Fix usage of bits() method.
* Fix linking against fontconfig.
* Bump revision.
|
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) | |
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) | |
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
|