aboutsummaryrefslogtreecommitdiffstats
path: root/terms.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-07-08a temp hacky fix for the colorsHEADmasterterminaldweller1-3/+38
2022-07-08a temp hacky fix for the colorsterminaldweller1-2/+38
2021-05-15changes the colors.terminaldweller1-2/+4
2021-04-04Return Str from base64_encode, fix extraction of first gif frame for animatio...bptato1-69/+56
2021-03-05Fix file handle leaks in kitty and iTerm2 image displaybptato1-9/+16
2021-02-19Convert images to PNG for kitty with ImageMagickbptato1-16/+65
2021-02-18Fix potential segfaultbptato1-1/+1
2021-02-18Fix small images on kittybptato1-28/+35
2021-02-18Support kitty image protocolbptato1-1/+79
2021-02-18Handle iTerm2 images more efficientlybptato1-9/+40
2021-02-02Support iTerm2 graphics protocol, replace encodeB with base64_encodebptato1-1/+32
2017-12-24fix spelling errorHIGUCHI Daisuke (VDR dai)1-4/+4
2015-08-11Remove dead assignments flagged by Clang static analysisDavid Crosby1-2/+0
2015-08-08Support sgrmouse for skip_escseqEgmont Koblinger1-0/+4
2015-06-22Wrap the functions used by image.c in USE_IMAGEDaniel Schepler1-0/+2
2014-12-06Add README.sixel. W3M_IMG2SIXEL environmental variable enables to specify opt...Araki Ken1-16/+31
2014-12-06* Add n_terminal_image argument to put_image_{sixel|osc5379}(). * Use struct ...Araki Ken1-12/+12
2014-12-06If SCREEN_VARIANT=sixel on GNU screen, exec img2sixel without -P option.Araki Ken1-1/+2
2014-12-06ttymode_set() -> ttymode_reset().Araki Ken1-3/+17
2014-12-06Fix.Araki Ken1-1/+1
2014-12-06Support GNU screen.Araki Ken1-2/+9
2014-12-06Show GIF (except animation GIF) correctly.Araki Ken1-2/+2
2014-12-06img2sixel exits by Ctrl+C. Enable GIF Animation if 'I' is pressed to show it.Araki Ken1-11/+43
2014-12-06Show the first frame of animation gif files.Araki Ken1-0/+87
2014-12-06system() -> fork()&execvp()Araki Ken1-7/+32
2014-12-06Add -sixel option which supports image processing by img2sixel.Araki Ken1-1/+17
2014-12-06* terms.c: Clear fd_set by FD_ZERO() before select().Araki Ken1-8/+7
2014-12-06* terms.c: Change time to wait for the response of "\x1b[14t\x1b[18t" from 0....Araki Ken1-1/+1
2014-12-06- Adjust the image size to the terminal cell size. - If the image size is spe...Araki Ken1-16/+25
2014-12-06Support remote image by OSC 5379 show_picture sequence.Araki Ken1-0/+50
2014-12-06Prevent segfault when editing a textarea field with viPeter Poeml1-1/+2
2013-10-14Fix paren in check_cygwin_console()Jarek Czekalski1-3/+3
2013-10-13Do not fail when LANG is not setTatsuya Kinoshita1-1/+4
2013-04-08Support SGR 1006 mouse reportingTatsuya Kinoshita1-2/+2
2011-05-04Adding upstream version 0.5.3upstream/0.5.3Tatsuya Kinoshita1-14/+27
2011-05-04Adding upstream version 0.5.2upstream/0.5.2Tatsuya Kinoshita1-16/+104
2011-05-04Adding upstream version 0.5.1upstream/0.5.1Tatsuya Kinoshita1-0/+2169
2010-08-20exit code is 1 when an error is occuredIto Hiroyuki1-11/+23
2010-08-04fix conditions for UseGraphicCharIto Hiroyuki1-2/+2
2010-07-25* merge ambiguous width patchIto Hiroyuki1-2/+2
2010-07-19* [w3m-dev 04321] Re: w3m's bugs from bugs.debian.orgIto Hiroyuki1-2/+2
2010-07-18fix version check logic for FreeBSDIto Hiroyuki1-2/+2
2007-06-07add handling xterm-incompatible terminals without gpm. [w3m-dev 04278]Dai Sato1-2/+3
2007-05-30add #ifdef __CYGWIN__. [w3m-dev 04265]Dai Sato1-1/+3
2007-05-23[w3m-dev 04155] fix for minpw.Dai Sato1-1/+82
2006-04-07rewind to 10 Feb 2006.Dai Sato1-120/+1
2006-04-05apply multiple patches on w3m-dev(-en) ML since Jun 2005 to Jan 2006.Dai Sato1-1/+120
2005-01-18[w3m-dev 04133] mouse_end() should preced reset_tty()?Fumitoshi UKAI1-2/+2
2004-07-15[w3m-dev 04092] remove __CYGWIN__ && LANG == JAFumitoshi UKAI1-15/+20
2003-12-08Bug#217509: segfaults if TERM is not setFumitoshi UKAI1-8/+12