aboutsummaryrefslogtreecommitdiff
path: root/st.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* support colons in SGR character attributesHiltjo Posthuma2024-05-011-1/+4
* Revert "Fix cursor move with wide glyphs"Hiltjo Posthuma2024-03-301-7/+3
* set upper limit for REP escape sequence argumentTommi Hirvola2024-03-041-1/+1
* Fix cursor move with wide glyphsQuentin Rameau2024-02-251-3/+7
* csi: check for private marker in 'S' caseTim Culverhouse2024-02-181-0/+1
* Unhide cursor on RIS (\033c)Peter Hofmann2023-10-071-0/+1
* Fix wide glyphs breaking "nowrap" modePeter Hofmann2023-10-071-1/+4
* Don't scroll selection on the other screenPeter Hofmann2023-10-071-1/+1
* Fix for wide character being incorrectly cleared on MODE_INSERTShi Tian2023-06-251-1/+3
* ignore C1 control characters in UTF-8 modeHiltjo Posthuma2023-02-071-0/+3
* Add support for DSR response "OK" escape sequenceAdam Price2023-02-071-3/+10
* Fixed OSC color reset without parameter->resets all colorsHiltjo Posthuma2023-02-051-1/+3
* st: use `void' to indicate an empty parameter listTom Schwindl2022-08-181-1/+1
* code-golfing: cleanup osc color related codeNRK2022-04-191-58/+32
* base64_digits: reduce scope, implicit zero, +1 sizeNRK2022-03-181-15/+7
* avoid potential UB when using isprint()NRK2022-03-181-1/+1
* Delay redrawals on palette changesSanttu Lakkala2022-02-181-4/+4
* Fix overtyping wide characters.jamin2021-12-301-0/+4
* Fix null pointer access in strhandleJochen Sprickerhof2021-12-271-2/+2
* follow-up fix for OSC color sequences, returnHiltjo Posthuma2021-12-261-3/+3
* Add support for OSC color sequencesRaheman Vaiya2021-12-261-1/+79
* fix a problem that the standard streams are unexpectedly closedKoichi Murase2021-08-241-2/+3
* Mild const-correctness improvements.Markus F.X.J. Oberhumer2021-05-061-21/+23
* remove unused variable from previous patchHiltjo Posthuma2020-10-181-1/+0
* ST: Add WM_ICON_NAME property supportJohn Collis2020-10-181-0/+9
* remove sixel stub codeHiltjo Posthuma2020-06-171-21/+5
* fix unicode glitch in DCS strings, patch by Tim AllenHiltjo Posthuma2020-06-171-1/+0
* config.def.h: add an option allowwindowops, by default off (secure)Hiltjo Posthuma2020-05-301-1/+1
* tiny style fixHiltjo Posthuma2020-05-301-2/+1
* Partially add back in "support REP (repeat) escape sequence"Hiltjo Posthuma2020-05-301-0/+10
* Revert "support REP (repeat) escape sequence"Hiltjo Posthuma2020-05-161-10/+0
* support REP (repeat) escape sequenceAvi Halachmi (:avih)2020-05-161-0/+10
* Fix selection: selscrollJakub Leszczak2020-05-121-18/+8
* Fix selection: ignore ATTR_WRAP when rectangular selection in getselJakub Leszczak2020-05-121-1/+2
* Fix selection: selclear in tputcJakub Leszczak2020-05-121-1/+1
* code-style: add fallthrough commentHiltjo Posthuma2020-05-091-0/+1
* optimize column width calculation and utf-8 encode for ASCIIHiltjo Posthuma2020-05-091-1/+1
* fix for incorrect (partial) written sequences when libc wcwidth() == -1Hiltjo Posthuma2020-05-091-3/+1
* tiny code-style and typo-fix in commentHiltjo Posthuma2020-05-091-3/+3
* replace exit(3) by _exit(2) in signal handler sigchld()Jan Klemkow2020-04-301-1/+1
* Update XIM cursor position only if changedIvan Tham2020-04-191-3/+6
* just remove the EOF messageHiltjo Posthuma2020-04-111-1/+0
* Fix small typosHiltjo Posthuma2020-04-111-4/+3
* Launch scroll program with the default shellQuentin Rameau2020-04-111-3/+6
* Fix style issueRoberto E. Vargas Caballero2020-04-111-1/+2
* ttyread: test for EOF while reading ttyRoberto E. Vargas Caballero2020-04-111-9/+16
* Add support for scroll(1)Roberto E. Vargas Caballero2020-04-111-6/+10
* OSC 52 - copy to clipboard: don't limit to 382 bytesAvi Halachmi (:avih)2019-11-101-4/+11
* CSIEscape, STREscape: use size_t for buffer lengthHiltjo Posthuma2019-11-101-4/+4
* STREscape: don't trim prematurelyAvi Halachmi (:avih)2019-11-101-1/+1