aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix buffer overflow when handling long composed inputHEADmasterHiltjo Posthuma2023-01-121-3/+6
* bump version to 0.9Hiltjo Posthuma2023-01-121-1/+1
* FAQ: document the color emojis crash issue which affected some systems is fixedHiltjo Posthuma2023-01-121-0/+3
* st: use `void' to indicate an empty parameter listTom Schwindl2023-01-121-1/+1
* Makefile: add manual path for OpenBSDHiltjo Posthuma2023-01-121-0/+1
* code-golfing: cleanup osc color related codeNRK2023-01-123-60/+33
* base64_digits: reduce scope, implicit zero, +1 sizeNRK2023-01-121-15/+7
* avoid potential UB when using isprint()NRK2023-01-121-1/+1
* make underlines and strikethroughs respect `chscale`Zacchary Dempsey-Plante2023-01-121-2/+2
* Delay redrawals on palette changesSanttu Lakkala2023-01-121-4/+4
* X10/SGR mouse: use alt as meta key instead of super/windows keyHiltjo Posthuma2023-01-121-1/+1
* LICENSE: bump yearHiltjo Posthuma2023-01-121-1/+1
* Fix mousereportrobert2023-01-121-35/+51
* bump version to 0.8.5Hiltjo Posthuma2023-01-121-1/+1
* FAQ: fix a typo, patch -> pathHiltjo Posthuma2023-01-121-2/+2
* Fix overtyping wide characters.jamin2023-01-121-0/+4
* Fix null pointer access in strhandleJochen Sprickerhof2023-01-121-2/+2
* follow-up fix for OSC color sequences, returnHiltjo Posthuma2023-01-121-3/+3
* Add support for OSC color sequencesRaheman Vaiya2023-01-124-24/+121
* fix possible rare crash when Xutf8TextPropertyToTextList failsHiltjo Posthuma2023-01-121-4/+6
* fix a problem that the standard streams are unexpectedly closedKoichi Murase2023-01-121-2/+3
* Add 14th bit to XK_SWITCH_MOD bitmaskPetar Kapriš2023-01-121-1/+1
* Mild const-correctness improvements.Markus F.X.J. Oberhumer2023-01-123-26/+28
* fix: correctly encode mouse buttons >= 8 in X10 and SGR modeHiltjo Posthuma2023-01-121-1/+3
* remove hack fontsinanmohd2022-07-011-1/+0
* fix bright background color on xresource reload making the text unreadablesinanmohd2022-05-301-2/+2
* update font sizesinanmohd2022-05-301-3/+3
* xresources patchsinanmohd2021-11-142-4/+110
* fontsinanmohd2021-10-271-1/+1
* updated color,noto emojisinanmohd2021-09-061-32/+36
* Revert "color, noto emoji"sinanmohd2021-09-061-26/+25
* color, noto emojisinanmohd2021-09-061-25/+26
* emojisinanmohd2021-06-291-0/+1
* font2sinanmohd2021-06-293-3/+112
* fontsinanmohd2021-04-271-1/+1
* scrollsinanmohd2021-02-244-27/+106
* alphasinanmohd2021-02-245-13/+39
* anysizesinanmohd2021-02-242-26/+37
* remove unused variable from previous patchHiltjo Posthuma2020-10-181-1/+0
* ST: Add WM_ICON_NAME property supportJohn Collis2020-10-183-1/+25
* bump version to 0.8.4Hiltjo Posthuma2020-06-191-1/+1
* config.mk: use PKG_CONFIG in commented OpenBSD sectionHiltjo Posthuma2020-06-171-2/+2
* LICENSE: bump yearsHiltjo Posthuma2020-06-171-1/+1
* remove sixel stub codeHiltjo Posthuma2020-06-171-21/+5
* fix unicode glitch in DCS strings, patch by Tim AllenHiltjo Posthuma2020-06-171-1/+0
* FAQ: fix single-buffer patchHiltjo Posthuma2020-06-011-8/+8
* config.def.h: add an option allowwindowops, by default off (secure)Hiltjo Posthuma2020-05-303-1/+6
* FAQ: add some details about the w3m img hackHiltjo Posthuma2020-05-301-5/+54
* tiny style fixHiltjo Posthuma2020-05-301-2/+1
* Partially add back in "support REP (repeat) escape sequence"Hiltjo Posthuma2020-05-302-0/+12