Path to this page:
./
x11/st-term,
Simple terminal implementation for X
Branch: CURRENT,
Version: 0.8.5,
Package name: st-term-0.8.5,
Maintainer: leotst is a simple virtual terminal emulator for X which sucks less.
Required to run:[
graphics/freetype2] [
fonts/fontconfig] [
fonts/Xft2]
Required to build:[
pkgtools/x11-links] [
pkgtools/cwrappers] [
x11/xorgproto]
Master sites:
Filesize: 46.708 KB
Version history: (Expand)
- (2022-01-07) Updated to version: st-term-0.8.5
- (2020-08-18) Updated to version: st-term-0.8.4nb1
- (2020-06-19) Updated to version: st-term-0.8.4
- (2020-04-27) Updated to version: st-term-0.8.3
- (2019-02-09) Updated to version: st-term-0.8.2
- (2018-03-21) Updated to version: st-term-0.8.1
CVS history: (Expand)
2022-01-07 14:11:12 by Leonardo Taccari | Files touched by this commit (2) |
Log message:
st-term: Update to 0.8.5
Changes:
0.8.5
-----
- Add support for OSC color sequences
- Correctly encode mouse buttons >= 8 in X10 and SGR mode
- Add WM_ICON_NAME property support
|
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-02-25 16:20:28 by pin | Files touched by this commit (1) |
Log message:
x11/st-term: prepare to import xst
|
2020-08-17 22:20:41 by Leonardo Taccari | Files touched by this commit (2202) |
Log message:
*: revbump after fontconfig bl3 changes (libuuid removal)
|
2020-06-19 12:38:15 by Leonardo Taccari | Files touched by this commit (2) |
Log message:
st-term: Update to 0.8.4
Changes:
0.8.4
=====
Security
--------
* config.def.h: add an option allowwindowops, by default off (secure).
Similar to the xterm AllowWindowOps option.
The sequence for base64-encoded clipboard copy is now guarded and off by
default because it allows a sequence written to the terminal to manipulate the
clipboard of the (other) running user non-interactively.
Features
--------
* Integrate auto-sync: draw on idle to avoid flicker/tearing by avih.
st could easily tear/flicker with animation or other unattended
output. This commit eliminates most of the tear/flicker.
* Optimize column width calculation and UTF-8 encode for the common-case ASCII.
In particular on glibc and OpenBSD the wcwidth() call is more expensive.
On musl there is no/little difference.
* Add support for REP (repeat) escape sequence and xterm compatibility, by
avih. The capability is not exposed yet due to some issues with
applications.
* Call xsetcursor to set win.cursor in main, by Steve Ward.
Allowing to set the st snowman cursor extension dynamically.
Fixes and other changes
-----------------------
* Fix unicode glitch in DCS strings, by Tim Allen.
The related sixel stub code is now removed also.
* Fix for incorrect (partial) written sequences when libc wcwidth() == -1
and using st -o.
* Mouse selection fixes, by Jakub
* Make shift+wheel behaves as shift+Prev/Next, patch by k0ga
This patch adds a new hack, making shift+wheel returning the
same sequences than shift+Prev/Next, meaning that scroll or
any other similar program will not be able to differentiate
between them.
* Expose rin terminfo capability.
Tianlin Qu discovered that st is missing rin (scroll back #1 lines).
* Replace exit(3) by _exit(2) in signal handler sigchld(), by Jan.
This change prevents st to crash and dump core in some situations.
* FAQ: add details and a patch example for single-buffering (for the w3mimg
hack).
|
2020-04-27 16:46:57 by Leonardo Taccari | Files touched by this commit (2) |
Log message:
st-term: Update to 0.8.3
Changes:
0.8.3
-----
- Improve Input Method Editor (IME) support
- Fix use after free in font caching algorithm
- Add support for mouse shortcuts
- Add support for scroll(1).
Scroll is a program that stores all the lines of its child and be
used in st as a way of implementing scrollback.
- Misc bug fixes and improvements
|
2019-02-09 13:14:59 by Leonardo Taccari | Files touched by this commit (2) |
Log message:
st-term: Update to 0.8.2
Changes:
0.8.2
-----
This release has mostly bugfixes.
For ports maintainers there are some small Makefile changes, which are
hopefully improvements.
Thanks go out to all patch contributors and testers.
|