aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* st-scrollback-mouse-0.9.2.diffHEADmasterRunxi Yu2024-08-181-0/+2
* st-scrollback-reflow-0.9.2.diffRunxi Yu2024-08-182-387/+760
* st-scrollback-0.9.2.diffRunxi Yu2024-08-183-27/+102
* Build, and add a gitignoreRunxi Yu2024-08-182-0/+477
* fix BadMatch error when embedding on some windowsLucas de Sena2024-08-091-4/+7
* support colons in SGR character attributesHiltjo Posthuma2024-05-011-1/+4
* bump version to 0.9.2Hiltjo Posthuma2024-04-051-1/+1
* Reset title when an empty title string is givenDOGMAN2024-04-031-0/+6
* Revert "Fix cursor move with wide glyphs"Hiltjo Posthuma2024-03-301-7/+3
* bump version to 0.9.1Hiltjo Posthuma2024-03-191-1/+1
* config.def.h: improve latency for the default configurationHiltjo Posthuma2024-03-171-1/+1
* 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
* Add terminfo entries for bracketed paste modePeter Hofmann2023-10-071-0/+4
* 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 bounds checks of dc.colPeter Hofmann2023-10-071-2/+2
* Makefile: remove the options targetHiltjo Posthuma2023-09-221-8/+2
* 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
* fix buffer overflow when handling long composed inputHiltjo Posthuma2022-10-251-3/+6
* bump version to 0.9Hiltjo Posthuma2022-10-041-1/+1
* FAQ: document the color emojis crash issue which affected some systems is fixedHiltjo Posthuma2022-09-161-0/+3
* st: use `void' to indicate an empty parameter listTom Schwindl2022-08-181-1/+1
* Makefile: add manual path for OpenBSDHiltjo Posthuma2022-05-011-0/+1
* code-golfing: cleanup osc color related codeNRK2022-04-193-60/+33
* base64_digits: reduce scope, implicit zero, +1 sizeNRK2022-03-181-15/+7
* avoid potential UB when using isprint()NRK2022-03-181-1/+1
* make underlines and strikethroughs respect `chscale`Zacchary Dempsey-Plante2022-03-131-2/+2
* Delay redrawals on palette changesSanttu Lakkala2022-02-181-4/+4
* X10/SGR mouse: use alt as meta key instead of super/windows keyHiltjo Posthuma2022-01-121-1/+1
* LICENSE: bump yearHiltjo Posthuma2022-01-101-1/+1
* Fix mousereportrobert2022-01-101-35/+51
* bump version to 0.8.5Hiltjo Posthuma2022-01-071-1/+1
* FAQ: fix a typo, patch -> pathHiltjo Posthuma2022-01-021-2/+2
* 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-264-4/+100
* fix possible rare crash when Xutf8TextPropertyToTextList failsHiltjo Posthuma2021-08-241-4/+6
* fix a problem that the standard streams are unexpectedly closedKoichi Murase2021-08-241-2/+3
* Add 14th bit to XK_SWITCH_MOD bitmaskPetar Kapriš2021-07-181-1/+1
* Mild const-correctness improvements.Markus F.X.J. Oberhumer2021-05-063-26/+28
* fix: correctly encode mouse buttons >= 8 in X10 and SGR modeHiltjo Posthuma2021-03-191-1/+3
* remove unused variable from previous patchHiltjo Posthuma2020-10-181-1/+0
* ST: Add WM_ICON_NAME property supportJohn Collis2020-10-183-1/+25