summaryrefslogtreecommitdiff
path: root/st.c
AgeCommit message (Expand)Author
2024-03-30Revert "Fix cursor move with wide glyphs"Hiltjo Posthuma
2024-03-05set upper limit for REP escape sequence argumentTommi Hirvola
2024-02-25Fix cursor move with wide glyphsQuentin Rameau
2024-02-18csi: check for private marker in 'S' caseTim Culverhouse
2023-10-08Unhide cursor on RIS (\033c)Peter Hofmann
2023-10-08Fix wide glyphs breaking "nowrap" modePeter Hofmann
2023-10-08Don't scroll selection on the other screenPeter Hofmann
2023-06-27Fix for wide character being incorrectly cleared on MODE_INSERTShi Tian
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-08-19st: use `void' to indicate an empty parameter listTom Schwindl
2022-03-18base64_digits: reduce scope, implicit zero, +1 sizeNRK
2022-03-18avoid potential UB when using isprint()NRK
2022-02-18Delay redrawals on palette changesSanttu Lakkala
2022-01-01Fix overtyping wide characters.jamin
2022-01-01Fix null pointer access in strhandleJochen Sprickerhof
2022-01-01follow-up fix for OSC color sequences, returnHiltjo Posthuma
2022-01-01Add support for OSC color sequencesRaheman Vaiya
2021-08-24fix a problem that the standard streams are unexpectedly closedKoichi Murase
2021-04-13Scrollback Patchrafa_99
2021-04-13Boxdraw Patchrafa_99
2021-04-13Stocked Out strafa_99
2020-07-03Ligatures Patchrafa_99
2020-07-03Scrollback Patchrafa_99
2020-07-03Updated Source to Bumped Versionrafa_99
2020-05-26Ligatures Patchrafa_99
2020-05-26Scrollback Patchrafa_99
2020-05-26Bump to version 0.8.3rafa_99
2019-11-24Scrollback Patchrafa_99
2019-11-24Boxdraw Patchrafa_99
2019-04-14selection: fix view to match actual selection on first cellAvi Halachmi (:avih)
2019-03-15revert part of commit add0211522737b79dad990ccd65c8af63b5cc1ddHiltjo Posthuma
2019-03-15dont print color warning on color reset OSC 104 without parameterHiltjo Posthuma
2019-03-15minor code-style, initialize var at the top of functionHiltjo Posthuma
2019-03-15use iswspace()/iswpunct() to find word delimitersLauri Tirkkonen
2019-03-15replace utf8strchr with wcschrLauri Tirkkonen
2019-03-13be silent about explicitly unhandled mouse modesLauri Tirkkonen
2019-03-03style: remove double empty newlinesHiltjo Posthuma
2019-02-12better Input Method Editor (IME) supportIvan Tham
2018-12-11output child WEXITSTATUS/WTERMSIG on abnormal terminationLauri Tirkkonen
2018-11-04st: small typofix in commentHiltjo Posthuma
2018-09-11small code-style fixHiltjo Posthuma
2018-09-11Remove the ISO 14755 featureQuentin Rameau
2018-05-25code-style for pledge(2)Hiltjo Posthuma
2018-05-25Pledge on OpenBSDHiltjo Posthuma
2018-03-29error message style and use strerror in a few placesHiltjo Posthuma
2018-03-29set sel.alt in selstart instead of selextendDaniel Tameling
2018-03-17selextend: clarify: !sel.mode == SEL_IDLEHiltjo Posthuma
2018-03-16minor code-style: whitespace fixesHiltjo Posthuma