summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-01-10Theming changesHEADmasterPerson
2023-12-05Merge remote-tracking branch 'refs/remotes/origin/master'Person
2023-10-07Add terminfo entries for bracketed paste modePeter Hofmann
2023-10-07Unhide cursor on RIS (\033c)Peter Hofmann
2023-10-07Fix wide glyphs breaking "nowrap" modePeter Hofmann
2023-10-07Don't scroll selection on the other screenPeter Hofmann
2023-10-07Fix bounds checks of dc.colPeter Hofmann
2023-09-22Makefile: remove the options targetHiltjo Posthuma
2023-06-25Fix for wide character being incorrectly cleared on MODE_INSERTShi Tian
2023-03-15Merge remote-tracking branch 'refs/remotes/origin/master'Person
2023-02-07ignore C1 control characters in UTF-8 modeHiltjo Posthuma
2023-02-07Add support for DSR response "OK" escape sequenceAdam Price
2023-02-05Fixed OSC color reset without parameter->resets all colorsHiltjo Posthuma
2022-12-05Merge remote-tracking branch 'origin'Person
2022-10-25fix buffer overflow when handling long composed inputHiltjo Posthuma
2022-10-05Merge remote-tracking branch 'refs/remotes/origin/master'Person
2022-10-04bump version to 0.9Hiltjo Posthuma
2022-09-17Merge remote-tracking branch 'refs/remotes/origin/master'Person
2022-09-16FAQ: document the color emojis crash issue which affected some systems is fixedHiltjo Posthuma
2022-08-18st: use `void' to indicate an empty parameter listTom Schwindl
2022-05-03Merge remote-tracking branch 'origin'Person
2022-05-01Makefile: add manual path for OpenBSDHiltjo Posthuma
2022-04-19code-golfing: cleanup osc color related codeNRK
2022-03-18Merge remote-tracking branch 'origin'Person
2022-03-18base64_digits: reduce scope, implicit zero, +1 sizeNRK
2022-03-18avoid potential UB when using isprint()NRK
2022-03-14Merge remote-tracking branch 'origin'Person
2022-03-13make underlines and strikethroughs respect `chscale`Zacchary Dempsey-Plante
2022-02-18Merge remote-tracking branch 'origin'Person
2022-02-18Delay redrawals on palette changesSanttu Lakkala
2022-01-12Merge branch 'master' of https://git.suckless.org/stPerson
2022-01-12X10/SGR mouse: use alt as meta key instead of super/windows keyHiltjo Posthuma
2022-01-10Merge branch 'master' of https://git.suckless.org/stPerson
2022-01-10LICENSE: bump yearHiltjo Posthuma
2022-01-10Fix mousereportrobert
2022-01-07Merge branch 'master' of https://git.suckless.org/st "Update st"Person
2022-01-07bump version to 0.8.5Hiltjo Posthuma
2022-01-02Merge branch 'master' of https://git.suckless.org/stPerson
2022-01-02FAQ: fix a typo, patch -> pathHiltjo Posthuma
2021-12-30Added more filesPerson
2021-12-30Merge branch 'master' of https://git.suckless.org/st "Update st"Person
2021-12-30Fix overtyping wide characters.jamin
2021-12-28added scrollback patchPerson
2021-12-27Fix null pointer access in strhandleJochen Sprickerhof
2021-12-26follow-up fix for OSC color sequences, returnHiltjo Posthuma
2021-12-26Add support for OSC color sequencesRaheman Vaiya
2021-08-24fix possible rare crash when Xutf8TextPropertyToTextList failsHiltjo Posthuma
2021-08-24fix a problem that the standard streams are unexpectedly closedKoichi Murase
2021-07-18Add 14th bit to XK_SWITCH_MOD bitmaskPetar Kapriš
2021-05-06Mild const-correctness improvements.Markus F.X.J. Oberhumer