aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* config.h: force emoji to be rendered with ttf-symbolaqwd/develRomain Gonçalves2022-05-203-0/+108
* x.c: add w3m support for imagesRomain Gonçalves2022-05-202-0/+44
* config.h: Enable delete keyHEADtrunkRomain Gonçalves2021-12-141-2/+2
* config.h: White font allows more contrastRomain Gonçalves2021-12-141-1/+1
* config.h: Use terminus bitmap fontRomain Gonçalves2021-12-141-1/+1
* config.h: Add default configurationRomain Gonçalves2021-12-141-0/+472
* gitignore: Ignore artifactsRomain Gonçalves2021-12-141-0/+3
* 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
* 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
* Call xsetcursor to set win.cursor in mainSteve Ward2020-05-241-5/+4
* Revert "support REP (repeat) escape sequence"Hiltjo Posthuma2020-05-162-11/+0
* support REP (repeat) escape sequenceAvi Halachmi (:avih)2020-05-162-0/+11
* Add rin terminfo capabilityRoberto E. Vargas2020-05-161-0/+1
* Make shift+wheel behaves as shift+Prev/Nextk0ga2020-05-161-0/+2
* 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-092-0/+2
* 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-092-4/+4
* auto-sync: draw on idle to avoid flicker/tearingAvi Halachmi (:avih)2020-05-092-66/+65
* replace exit(3) by _exit(2) in signal handler sigchld()Jan Klemkow2020-04-301-1/+1
* bump version to 0.8.3Hiltjo Posthuma2020-04-271-1/+1
* Update XIM cursor position only if changedIvan Tham2020-04-191-3/+6
* just remove the EOF messageHiltjo Posthuma2020-04-111-1/+0
* Add st-mono terminfo entryRoberto E. Vargas Caballero2020-04-111-8/+12
* config.def.h: add a comment for the scroll variableHiltjo Posthuma2020-04-111-0/+1
* Fix small typosHiltjo Posthuma2020-04-111-4/+3
* Launch scroll program with the default shellQuentin Rameau2020-04-111-3/+6
* Update FAQ with the last modificationsRoberto E. Vargas Caballero2020-04-111-3/+9
* Add terminfo entries for backspace modeRoberto E. Vargas Caballero2020-04-111-0/+10
* 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-114-8/+15
remember that computers suck.