st icon indicating copy to clipboard operation
st copied to clipboard

Luke's fork of the suckless simple terminal (st) with vim bindings and Xresource compatibility.

Results 12 st issues
Sort by recently updated
recently updated
newest added

So, when you try to download libxft-bgra from the AUR as Luke suggested [libxft-bgra from AUR](https://aur.archlinux.org/packages/libxft-bgra) it shows you a 404 error which suggests that the package has been removed....

kpress function in x.c previously relied on the wrong understanding of XmbLookupString behavior. When the composed string is longer than the available buffer, the buffer is not initialized and the...

# Behavior When using a system with defined XCompose bindings that exceed the length of 64 characters, if such binding is ever used in ST, a bunch of random keypresses...

In some places 4 spaces were used instead of tabs. This is confusing if your editor's tab width is not 4 spaces.

Fix reset font size.

Hey, thanks for your work ! Love the custom dmenu stuff. Would you mind applying the [scrollback reflow patch](https://st.suckless.org/patches/scrollback/st-scrollback-reflow-0.8.5.diff) ? > Apply the following patch on top of the [original...

Fixes Glyph truncation. Patch from st site: https://st.suckless.org/patches/glyph_wide_support/

https://st.suckless.org/ [st 0.9.2](https://dl.suckless.org/st/st-0.9.2.tar.gz) (48kb) (2024-04-05)

the CTRL ( aka ControlMask in the config.h ) is not working at all. I was trying to make shotrcut CTRL + Shift + c/v to copy from console but...