Up to [cvs.NetBSD.org] / pkgsrc / x11 / rterm
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.11 / (download) - annotate - [select for diffs], Thu May 25 13:50:05 2023 UTC (10 days, 18 hours ago) by he
Branch: MAIN
CVS Tags: HEAD
Changes since 1.10: +2 -1
lines
Diff to previous 1.10 (colored)
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.
Revision 1.10 / (download) - annotate - [select for diffs], Wed May 3 07:32:03 2023 UTC (4 weeks, 5 days ago) by pin
Branch: MAIN
Changes since 1.9: +2 -3
lines
Diff to previous 1.9 (colored)
x11/rterm: update to 0.0.8 - fix a crash
Revision 1.9 / (download) - annotate - [select for diffs], Sun Jan 29 21:18:22 2023 UTC (4 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base,
pkgsrc-2023Q1
Changes since 1.8: +2 -1
lines
Diff to previous 1.8 (colored)
*: Recursive revbup from graphics/freetype2
Revision 1.8 / (download) - annotate - [select for diffs], Tue Jan 3 15:34:37 2023 UTC (5 months ago) by pin
Branch: MAIN
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
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
Revision 1.7 / (download) - annotate - [select for diffs], Tue Mar 29 10:37:07 2022 UTC (14 months, 1 week ago) by pin
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2
Changes since 1.6: +4 -3
lines
Diff to previous 1.6 (colored)
x11/rterm: abandoned project
Revision 1.6 / (download) - annotate - [select for diffs], Tue Aug 10 05:36:51 2021 UTC (21 months, 3 weeks ago) by pin
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
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.
Revision 1.5 / (download) - annotate - [select for diffs], Mon Aug 2 15:38:37 2021 UTC (22 months ago) by pin
Branch: MAIN
Changes since 1.4: +1 -2
lines
Diff to previous 1.4 (colored)
x11/rterm: simplify Makefile
Revision 1.4 / (download) - annotate - [select for diffs], Thu Jul 22 16:16:38 2021 UTC (22 months, 1 week ago) by tnn
Branch: MAIN
Changes since 1.3: +1 -2
lines
Diff to previous 1.3 (colored)
g/c RUSTFLAGS from individual package Makefiles. Handled by cargo.mk.
Revision 1.3 / (download) - annotate - [select for diffs], Mon Jul 5 08:43:27 2021 UTC (23 months ago) by pin
Branch: MAIN
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
x11/rterm: update to 0.0.4 -fix for arm64. This change hopefully fixes building on aarch64
Revision 1.2 / (download) - annotate - [select for diffs], Sat Apr 17 17:47:48 2021 UTC (2 years, 1 month ago) by pin
Branch: MAIN
CVS Tags: pkgsrc-2021Q2-base,
pkgsrc-2021Q2
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
x11/rterm: update to 0.0.3 -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
Revision 1.1 / (download) - annotate - [select for diffs], Thu Apr 1 21:02:32 2021 UTC (2 years, 2 months ago) by pin
Branch: MAIN
x11/rterm: import package st is a simple terminal implementation for X from suckless.org rterm is a port of suckless terminal (st) to rust.