<feed xmlns='http://www.w3.org/2005/Atom'>
<title>st.git/win.h, branch master</title>
<subtitle>My st repo forked from Luke Smith's Larbs.
</subtitle>
<id>https://git.kolset.xyz/st.git/atom?h=master</id>
<link rel='self' href='https://git.kolset.xyz/st.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.kolset.xyz/st.git/'/>
<updated>2022-08-15T04:54:18Z</updated>
<entry>
<title>Merge latest suckless build into lukesmith-0.8.5</title>
<updated>2022-08-15T04:54:18Z</updated>
<author>
<name>Spenser Truex</name>
<email>truex@equwal.com</email>
</author>
<published>2022-08-15T04:20:16Z</published>
<link rel='alternate' type='text/html' href='https://git.kolset.xyz/st.git/commit/?id=f5b5452eac468760c2972daf184f18e16f03d1ff'/>
<id>urn:sha1:f5b5452eac468760c2972daf184f18e16f03d1ff</id>
<content type='text'>
Includes the 0.8.5 version bump, which is great since many of the
patches have already been updated to here too.
</content>
</entry>
<entry>
<title>code-golfing: cleanup osc color related code</title>
<updated>2022-04-19T09:43:37Z</updated>
<author>
<name>NRK</name>
<email>nrk@disroot.org</email>
</author>
<published>2022-01-07T17:21:04Z</published>
<link rel='alternate' type='text/html' href='https://git.kolset.xyz/st.git/commit/?id=8629d9a1da72cc18568a8f146307b0e939b77ebf'/>
<id>urn:sha1:8629d9a1da72cc18568a8f146307b0e939b77ebf</id>
<content type='text'>
* adds missing function prototype
* move xgetcolor() prototype to win.h (that's where all the other x.c
  func prototype seems to be declared at)
* check for snprintf error/truncation
* reduces code duplication for osc 10/11/12
* unify osc_color_response() and osc4_color_response() into a single function

the latter two was suggested by Quentin Rameau in his patch review on
the hackers list.
</content>
</entry>
<entry>
<title>0.8.4 update, scroll added as separate prog</title>
<updated>2021-02-06T03:28:59Z</updated>
<author>
<name>Luke Smith</name>
<email>luke@lukesmith.xyz</email>
</author>
<published>2021-02-06T03:14:48Z</published>
<link rel='alternate' type='text/html' href='https://git.kolset.xyz/st.git/commit/?id=fa3c401390e1477ff4aae6b91fcf18eded478814'/>
<id>urn:sha1:fa3c401390e1477ff4aae6b91fcf18eded478814</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ST: Add WM_ICON_NAME property support</title>
<updated>2020-10-18T09:17:11Z</updated>
<author>
<name>John Collis</name>
<email>john.collis@alliedtelesis.co.nz</email>
</author>
<published>2020-09-06T05:53:41Z</published>
<link rel='alternate' type='text/html' href='https://git.kolset.xyz/st.git/commit/?id=28b4c822c5c0acec300fdf15c6e3ede9f5e2335d'/>
<id>urn:sha1:28b4c822c5c0acec300fdf15c6e3ede9f5e2335d</id>
<content type='text'>
Also added _NET_WM_ICON_NAME.
</content>
</entry>
<entry>
<title>Merge branch 'master' of https://github.com/lukesmithxyz/st</title>
<updated>2020-05-31T03:23:03Z</updated>
<author>
<name>mackarelfish</name>
<email>mackarelfish93@gmail.com</email>
</author>
<published>2020-05-31T03:23:03Z</published>
<link rel='alternate' type='text/html' href='https://git.kolset.xyz/st.git/commit/?id=6bf7545fc98cd0d42eb727d596215daac809c478'/>
<id>urn:sha1:6bf7545fc98cd0d42eb727d596215daac809c478</id>
<content type='text'>
</content>
</entry>
<entry>
<title>added the xclearwin patch to fix dirty borders after changing colors</title>
<updated>2020-05-13T21:06:41Z</updated>
<author>
<name>Tristan Simas</name>
<email>tristan.simas@mail.mcgill.ca</email>
</author>
<published>2020-05-13T21:06:41Z</published>
<link rel='alternate' type='text/html' href='https://git.kolset.xyz/st.git/commit/?id=24fa39b8618887a0e6bfeda1b83391361887cc21'/>
<id>urn:sha1:24fa39b8618887a0e6bfeda1b83391361887cc21</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added ligatures patch</title>
<updated>2020-05-11T20:46:52Z</updated>
<author>
<name>mackarelfish</name>
<email>mackarelfish93@gmail.com</email>
</author>
<published>2020-05-11T20:46:52Z</published>
<link rel='alternate' type='text/html' href='https://git.kolset.xyz/st.git/commit/?id=4edc7282ab841142e970dcb4f03f251bb5ed7292'/>
<id>urn:sha1:4edc7282ab841142e970dcb4f03f251bb5ed7292</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated st to 0.8.2</title>
<updated>2019-05-08T01:05:57Z</updated>
<author>
<name>yusufaktepe</name>
<email>yusuf@yusufaktepe.com</email>
</author>
<published>2019-05-08T01:05:57Z</published>
<link rel='alternate' type='text/html' href='https://git.kolset.xyz/st.git/commit/?id=3cd91894ec91a0de7aa71d62949ba3381e600afd'/>
<id>urn:sha1:3cd91894ec91a0de7aa71d62949ba3381e600afd</id>
<content type='text'>
Updated to latest git (20190414.f1546cf) &amp; updated patches.

Changes:
. Upstream fixes.
. Alpha: Opacity value is now typed in float (0-1).
  Also "-A" cmd option added as alternative opacity changing method.
. Clipboard: middle click pastes from clipboard.
. Organized shortcuts.
</content>
</entry>
<entry>
<title>better Input Method Editor (IME) support</title>
<updated>2019-02-12T17:45:15Z</updated>
<author>
<name>Ivan Tham</name>
<email>pickfire@riseup.net</email>
</author>
<published>2019-02-12T17:41:41Z</published>
<link rel='alternate' type='text/html' href='https://git.kolset.xyz/st.git/commit/?id=e85b6b64660214121164ea97fb098eaa4935f7db'/>
<id>urn:sha1:e85b6b64660214121164ea97fb098eaa4935f7db</id>
<content type='text'>
Features:

- Allow input methods swap with hotkey (E.g. left ctrl + left shift).
- Over-the-spot pre-editing style, pre-edit data placed over insertion point.
- Restart IME without segmentation fault.

TODO:

- Automatically pickup IME if st started before IME
</content>
</entry>
<entry>
<title>Updated st 0.8.1. Used new patches, scrollblock and alpha fixed.</title>
<updated>2018-04-25T20:15:11Z</updated>
<author>
<name>Kornelije Sajler</name>
<email>xajler@gmail.com</email>
</author>
<published>2018-04-25T20:15:11Z</published>
<link rel='alternate' type='text/html' href='https://git.kolset.xyz/st.git/commit/?id=0ad3d4eddfb0c260791dc3a6383f3a1047c972ab'/>
<id>urn:sha1:0ad3d4eddfb0c260791dc3a6383f3a1047c972ab</id>
<content type='text'>
Created run-patches.sh, runs all patches on clean st 0.8.1 code.
All old patches remvoed, including trasparency diff.
Not including solarized theme, don't see value of it.
Commented colornames array with color indexs from 0-15, includes index 255, and afterwards bg, fg and cursor, change those for background, foreground and cursor color. Seems better than solarized toggle.
Updated README.
</content>
</entry>
</feed>
