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.
|
2018-03-21 11:32:15 by Leonardo Taccari | Files touched by this commit (2) |
Log message:
st-term: Update x11/st-term to 0.8.1
Changes:
0.8.1
-----
Regression fixes:
- Restore the old behaviour that the primary doesn't get deleted by a simple
left click. Thanks, Daniel Tameling.
- Fix regression from commit 69e32a6 when setting the title. Thanks, quinq.
Fixes:
- Fix use after free, this code was always fragile, but triggered using the
rewritten code.
- Don't modify argv: on some platforms (OpenBSD) arg.h used to change the
exposed argv in tools using the kvm_* interface, such as ps and pgrep.
|
2018-03-15 11:52:38 by Leonardo Taccari | Files touched by this commit (2) |
Log message:
st-term: Update x11/st-term to 0.8
Changes:
0.8
---
There are many features and code that has been rewritten. Particulary
noteworthy is now a more clear separation of the X11/Xft code and the terminal
emulator logic.
Some peole have shown interest in writing a Wayland port, writing specific
(fuzz) tests for the terminal emulator or reusing the terminal emulator code.
|
2018-03-12 12:18:01 by Thomas Klausner | Files touched by this commit (2155) |
Log message:
Recursive bumps for fontconfig and libzip dependency changes.
|
2017-09-08 08:27:26 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Follow redirects.
|
2017-02-02 21:43:01 by Leonardo Taccari | Files touched by this commit (1) |
Log message:
Adjust config.def.h to use the default monospace font (similarly to x11/dmenu
and wm/dwm)
Bump PKGREVISION
|
2016-08-12 11:16:57 by Leonardo Taccari | Files touched by this commit (2) |
Log message:
Update x11/st-term to 0.7
Changes:
* Big input and output to the escape code parser have been fixed. This was an
addition to the copy and paste fix of the last release.
* Many comments to the config.def.h were added to make the complexity of
terminals easier to grasp. Terminals are still complex and not easy to
understand.
* -T is the same as -t for compatibility reasons - to set the title of the
window.
* You can now define the mouse shape, mouse background and mouse foreground
color.
* Fixes in the UTF-8 wide character handling were applied.
* Invalid UTF-8 characters are handled better.
* There is now more documentation for the -l option, which is the way to make
st directly connect to some other pseudo terminal or a serial line.
* You can now send a break to the terminal.
* The default stty args have been changed. Look into the source for details,
if you depend on them in your setup.
* The default font is now using antialias and autohint.
* The libXext dependency has been removed.
* Some eastereggs were added. You may find them easily.
* -n has been introduced for setting the application class. This is useful for
complex st setups in dwm.
* Some backspace fixes. Please still not forget to read up all the history
books on backspace behaviour of the time and in different implementations
before you file any bug on it. This is a requirement.
* DPI handling is optimized.
Many patches were incorporated by many contributes. Thank you for help-
ing making st the tool which makes our life easier!
|
2016-03-10 13:58:25 by Leonardo Taccari | Files touched by this commit (1) |
Log message:
Needs pkg-config.
|
2016-02-02 17:31:43 by Leonardo Taccari | Files touched by this commit (5) |
Log message:
Import st-term-0.6 as x11/st-term.
Packaged in pkgsrc-wip by myself.
st is a simple virtual terminal emulator for X which sucks less.
|