st

My custom build of st terminal.
git clone https://git.mtkn.jp/st
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2024-07-27 00:15Merge from suckless.org Merge branch 'master' of git://git.suckless.org/stMatsuda Kenji6+53-24
2024-07-26 23:11comment in openbsd optionsMatsuda Kenji1+5-5
2024-05-01 18:45support colons in SGR character attributesHiltjo Posthuma1+4-1
2024-04-05 10:18bump version to 0.9.2Hiltjo Posthuma1+1-1
2024-04-03 17:48Reset title when an empty title string is givenDOGMAN1+6-0
2024-03-30 11:30Revert "Fix cursor move with wide glyphs"Hiltjo Posthuma1+3-7
2024-03-19 11:13bump version to 0.9.1Hiltjo Posthuma1+1-1
2024-03-17 13:42config.def.h: improve latency for the default configurationHiltjo Posthuma1+1-1
2024-03-04 10:56set upper limit for REP escape sequence argumentTommi Hirvola1+1-1
2024-02-25 00:31Fix cursor move with wide glyphsQuentin Rameau1+7-3
2024-02-18 12:56csi: check for private marker in 'S' caseTim Culverhouse1+1-0
2023-10-07 05:41Add terminfo entries for bracketed paste modePeter Hofmann1+4-0
2023-10-07 05:40Unhide cursor on RIS (\033c)Peter Hofmann1+1-0
2023-10-07 05:40Fix wide glyphs breaking "nowrap" modePeter Hofmann1+4-1
2023-10-07 05:40Don't scroll selection on the other screenPeter Hofmann1+1-1
2023-10-07 05:39Fix bounds checks of dc.colPeter Hofmann1+2-2
2023-09-22 13:16Makefile: remove the options targetHiltjo Posthuma1+2-8
2023-06-25 05:38Fix for wide character being incorrectly cleared on MODE_INSERTShi Tian1+3-1
2023-03-26 22:42change colorMatsuda Kenji1+12-12
2023-03-25 00:38change white color themeMatsuda Kenji5+5643-2
2023-03-25 00:37add color schemeMatsuda Kenji5+237-68
2023-03-15 08:27migrate to artixMatsuda Kenji1+5-5
2023-03-07 10:34change compilerMatsuda Kenji1+1-1
2023-03-02 22:54add delimitersMatsuda Kenji1+1-1
2023-02-07 19:00ignore C1 control characters in UTF-8 modeHiltjo Posthuma1+3-0
2023-02-07 18:54Add support for DSR response "OK" escape sequenceAdam Price1+10-3
2023-02-05 12:29Fixed OSC color reset without parameter->resets all colorsHiltjo Posthuma1+3-1
2022-12-29 01:21enlarge fontMatsuda Kenji2+6-6
2022-11-19 23:32delete color schemesMatsuda Kenji6+67-551
2022-10-25 15:11fix buffer overflow when handling long composed inputHiltjo Posthuma1+6-3
2022-10-05 11:20merge from suckless.orgMatsuda Kenji3+5-2
2022-10-04 17:40bump version to 0.9Hiltjo Posthuma1+1-1
2022-09-16 21:07FAQ: document the color emojis crash issue which affected some systems is fixedHiltjo Posthuma1+3-0
2022-08-18 14:55st: use `void' to indicate an empty parameter listTom Schwindl1+1-1
2022-07-30 10:28update config.def.hMatsuda Kenji1+8-8
2022-07-30 09:19change foreground color for solarizedMatsuda Kenji2+28-28
2022-07-30 01:12patch colorschemesMatsuda Kenji9+551-2761
2022-07-23 00:18fork and customizeMatsuda Kenji9+3498-6
2022-05-01 16:38Makefile: add manual path for OpenBSDHiltjo Posthuma1+1-0
2022-01-07 17:21code-golfing: cleanup osc color related codeNRK3+33-60
2022-03-18 11:03base64_digits: reduce scope, implicit zero, +1 sizeNRK1+7-15
2022-03-18 10:20avoid potential UB when using isprint()NRK1+1-1
2022-03-13 09:44make underlines and strikethroughs respect `chscale`Zacchary Dempsey-Plante1+2-2
2022-02-17 14:00Delay redrawals on palette changesSanttu Lakkala1+4-4
2022-01-12 08:44X10/SGR mouse: use alt as meta key instead of super/windows keyHiltjo Posthuma1+1-1
2022-01-10 16:11LICENSE: bump yearHiltjo Posthuma1+1-1
2022-01-08 19:40Fix mousereportrobert1+51-35
2022-01-07 11:39bump version to 0.8.5Hiltjo Posthuma1+1-1
2022-01-02 11:15FAQ: fix a typo, patch -> pathHiltjo Posthuma1+2-2
2021-12-29 17:07Fix overtyping wide characters.jamin1+4-0
2021-12-27 10:41Fix null pointer access in strhandleJochen Sprickerhof1+2-2
2021-12-26 18:00follow-up fix for OSC color sequences, returnHiltjo Posthuma1+3-3
2021-12-26 17:57Add support for OSC color sequencesRaheman Vaiya4+100-4
2021-08-24 11:44fix possible rare crash when Xutf8TextPropertyToTextList failsHiltjo Posthuma1+6-4
2021-08-23 21:25fix a problem that the standard streams are unexpectedly closedKoichi Murase1+3-2
2021-07-17 22:14Add 14th bit to XK_SWITCH_MOD bitmaskPetar Kapriš1+1-1
2021-03-28 19:16Mild const-correctness improvements.Markus F.X.J. Oberhumer3+28-26
2021-03-19 10:54fix: correctly encode mouse buttons >= 8 in X10 and SGR modeHiltjo Posthuma1+3-1
2020-10-18 09:18remove unused variable from previous patchHiltjo Posthuma1+0-1
2020-09-06 05:53ST: Add WM_ICON_NAME property supportJohn Collis3+25-1
2020-06-19 09:27bump version to 0.8.4Hiltjo Posthuma1+1-1
2020-06-17 21:47config.mk: use PKG_CONFIG in commented OpenBSD sectionHiltjo Posthuma1+2-2
2020-06-17 21:44LICENSE: bump yearsHiltjo Posthuma1+1-1
2020-06-17 20:05remove sixel stub codeHiltjo Posthuma1+5-21
1123 more commits remaining, fetch the repository