st

simple terminal
git clone git://git.suckless.org/st
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
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-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-10-25 15:11fix buffer overflow when handling long composed inputHiltjo Posthuma1+6-3
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-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
2020-06-17 19:35fix unicode glitch in DCS strings, patch by Tim AllenHiltjo Posthuma1+0-1
2020-06-01 12:09FAQ: fix single-buffer patchHiltjo Posthuma1+8-8
2020-05-30 19:56config.def.h: add an option allowwindowops, by default off (secure)Hiltjo Posthuma3+6-1
2020-05-30 19:50FAQ: add some details about the w3m img hackHiltjo Posthuma1+54-5
2020-05-30 19:39tiny style fixHiltjo Posthuma1+1-2
2020-05-30 19:34Partially add back in "support REP (repeat) escape sequence"Hiltjo Posthuma2+12-0
2020-05-21 02:24Call xsetcursor to set win.cursor in mainSteve Ward1+4-5
2020-05-16 16:06Revert "support REP (repeat) escape sequence"Hiltjo Posthuma2+0-11
2020-05-14 15:18support REP (repeat) escape sequenceAvi Halachmi (:avih)2+11-0
2020-05-16 10:42Add rin terminfo capabilityRoberto E. Vargas1+1-0
2020-05-16 09:48Make shift+wheel behaves as shift+Prev/Nextk0ga1+2-0
2020-05-06 11:36Fix selection: selscrollJakub Leszczak1+8-18
2020-05-06 11:35Fix selection: ignore ATTR_WRAP when rectangular selection in getselJakub Leszczak1+2-1
2020-05-06 11:35Fix selection: selclear in tputcJakub Leszczak1+1-1
2020-05-09 12:43code-style: add fallthrough commentHiltjo Posthuma2+2-0
2020-05-09 12:03optimize column width calculation and utf-8 encode for ASCIIHiltjo Posthuma1+1-1
2020-05-09 11:56fix for incorrect (partial) written sequences when libc wcwidth() == -1Hiltjo Posthuma1+1-3
2020-05-09 11:55tiny code-style and typo-fix in commentHiltjo Posthuma2+4-4
2019-02-26 20:37auto-sync: draw on idle to avoid flicker/tearingAvi Halachmi (:avih)2+65-66
2020-04-29 22:10replace exit(3) by _exit(2) in signal handler sigchld()Jan Klemkow1+1-1
2020-04-27 11:56bump version to 0.8.3Hiltjo Posthuma1+1-1
2020-04-19 17:38Update XIM cursor position only if changedIvan Tham1+6-3
2020-04-11 13:45just remove the EOF messageHiltjo Posthuma1+0-1
2020-04-11 12:46Add st-mono terminfo entryRoberto E. Vargas Caballero1+12-8
2020-04-11 11:56config.def.h: add a comment for the scroll variableHiltjo Posthuma1+1-0
2020-04-11 11:29Fix small typosHiltjo Posthuma1+3-4
2020-04-11 10:09Launch scroll program with the default shellQuentin Rameau1+6-3
2020-04-11 09:52Update FAQ with the last modificationsRoberto E. Vargas Caballero1+9-3
2020-04-10 20:50Add terminfo entries for backspace modeRoberto E. Vargas Caballero1+10-0
2020-04-10 20:26Fix style issueRoberto E. Vargas Caballero1+2-1
2020-04-10 20:25ttyread: test for EOF while reading ttyRoberto E. Vargas Caballero1+16-9
2020-04-10 20:06Add support for scroll(1)Roberto E. Vargas Caballero4+15-8
2020-04-10 10:12make argv0 not static, fixes a warning with tccHiltjo Posthuma1+1-1
2020-04-02 08:43mouseshortcuts: fix custom modifier on releaseAvi Halachmi (:avih)1+17-2
2020-02-18 15:28Remove explicit XNFocusWindowIvan Tham1+0-1
2020-02-02 20:47x: fix XIM handlingQuentin Rameau1+44-24
2020-02-02 16:38x: check we still have an XIC context before accessing itQuentin Rameau1+5-2
2020-02-02 14:38x: do not instantiate a new nested list on each cursor moveQuentin Rameau1+12-4
2020-02-02 14:37x: move IME variables into XWindow ime embedded structQuentin Rameau1+14-12
2020-01-18 07:52Increase XmbLookupString bufferIvan Tham1+1-1
2019-11-17 19:04update FAQHiltjo Posthuma1+11-10
2019-10-16 09:55OSC 52 - copy to clipboard: don't limit to 382 bytesAvi Halachmi (:avih)1+11-4
2019-10-16 09:38CSIEscape, STREscape: use size_t for buffer lengthHiltjo Posthuma1+4-4
2019-10-16 09:19STREscape: don't trim prematurelyAvi Halachmi (:avih)1+1-1
2019-10-16 08:17base64dec: don't read out of boundsAvi Halachmi (:avih)1+5-1
2019-11-05 17:16Fix tmux terminfo extensions Se and SsSebastian J. Bronner1+2-2
2019-05-31 20:25apply hints before initial mapping (ICCCM)Ingo Lohmar1+1-1
2019-10-24 12:42mouse shortcuts: allow using forcemousemod (e.g. shift)Avi Halachmi (:avih)1+2-1
2019-10-10 23:26mouse shortcuts: don't hardcode selpasteAvi Halachmi (:avih)2+26-12
2019-10-10 20:42mouse shortcuts: allow override for all shortcutsAvi Halachmi (:avih)2+13-13
2019-10-10 20:02mouse shortcuts: allow same functions as kb shortcutsAvi Halachmi (:avih)3+18-9
2019-08-26 15:58config.def.h: remove crlf value sectionHiltjo Posthuma1+0-4
2019-05-17 11:00FAQ: add entry about color emoji Xft bugHiltjo Posthuma1+27-0
2019-04-09 22:54selection: fix view to match actual selection on first cellAvi Halachmi (:avih)1+1-1
2019-03-15 19:40revert part of commit add0211522737b79dad990ccd65c8af63b5cc1ddHiltjo Posthuma3+5-7
1068 more commits remaining, fetch the repository