bump version to 0.9.3

https://git.suckless.org/st/commit/5a4666c19e3956069147aee43a06b326d998366e.html

add a few comments

https://git.suckless.org/st/commit/5a4666c19e3956069147aee43a06b326d998366e.html

Support OSC 110, 111, and 112 for resetting colors

This adds support for OSC 110, 111, and 112 escape sequences to reset
the foreground, background, and cursor colors in the terminal. The
changes include handling these sequences in the `strhandle` function of
`st.c`, allowing applications to reset colors to their default values.

The OSC sequences originated from Xterm control sequences and are now
widely used in terminal applications and supported by many terminal
emulators. For applications, this allows them to reset colors to
default values without needing to know the colors beforehand.

https://git.suckless.org/st/commit/d6c431859c6c0201e0668ed24a9f17cebf0a68f5.html
This commit is contained in:
Bakkeby 2025-08-10 15:44:48 +02:00
parent 9328548866
commit bdb21ddb8b
3 changed files with 25 additions and 12 deletions

View file

@ -1,5 +1,5 @@
# st version
VERSION = 0.9.2
VERSION = 0.9.3
# Customize below to fit your system