sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit 7b573a6ccf60660c33360eb29f27dd610a67f6cd
parent 79c4343555f39d9e73b56d4a4cfd3efabccd2d8b
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Mon, 18 Jan 2021 15:23:00 +0100

st osc patch: fix page

- Do not use the # symbol in the path.
- Fix link to patch.
- Fix h1 title.

Diffstat:
Dst.suckless.org/patches/osc_10_11_12_#2/index.md | 21---------------------
Ast.suckless.org/patches/osc_10_11_12_2/index.md | 21+++++++++++++++++++++
Rst.suckless.org/patches/osc_10_11_12_#2/st-osc10-20210106-9c4b3f4.diff -> st.suckless.org/patches/osc_10_11_12_2/st-osc10-20210106-9c4b3f4.diff | 0
3 files changed, 21 insertions(+), 21 deletions(-)

diff --git a/st.suckless.org/patches/osc_10_11_12_#2/index.md b/st.suckless.org/patches/osc_10_11_12_#2/index.md @@ -1,21 +0,0 @@ -OSC 10, 11, 12 #2 -============== - -Description ------------ - -This patch adds support for OSC 10, 11, and 12 in the way they are implemented -in most other terminals (e.g libvte, kitty). Specifically it differs from -osc_10_11_12 in that it treats the background and foreground colors as distinct -from palette colours 01 and 07 in order to facilitate the use of theme setting -scripts like [theme.sh](https://github.com/lemnos/theme.sh) which expect these -colours to be distinct. - - -Download --------- -* [st-osc10-20210106-4ef0cbd.diff](st-osc10-20210106-4ef0cbd.diff) - -Authors -------- -* Raheman Vaiya - <r.vaiya at gmail dot com> diff --git a/st.suckless.org/patches/osc_10_11_12_2/index.md b/st.suckless.org/patches/osc_10_11_12_2/index.md @@ -0,0 +1,21 @@ +OSC 10, 11, 12 #2 +----------------- + +Description +----------- + +This patch adds support for OSC 10, 11, and 12 in the way they are implemented +in most other terminals (e.g libvte, kitty). Specifically it differs from +osc_10_11_12 in that it treats the background and foreground colors as distinct +from palette colours 01 and 07 in order to facilitate the use of theme setting +scripts like [theme.sh](https://github.com/lemnos/theme.sh) which expect these +colours to be distinct. + + +Download +-------- +* [st-osc10-20210106-9c4b3f4.diff](st-osc10-20210106-9c4b3f4.diff) + +Authors +------- +* Raheman Vaiya - <r.vaiya at gmail dot com> diff --git a/st.suckless.org/patches/osc_10_11_12_#2/st-osc10-20210106-9c4b3f4.diff b/st.suckless.org/patches/osc_10_11_12_2/st-osc10-20210106-9c4b3f4.diff