summaryrefslogtreecommitdiffstats
path: root/src/terminal.go
AgeCommit message (Expand)Author
2023-10-31Restore scroll after rendering full-height Sixel image (#2544)Junegunn Choi
2023-10-29Fix Sixel height calculation (#2544)Junegunn Choi
2023-10-27Fix Sixel issues (#2544)Junegunn Choi
2023-10-26Clear previous non-Sixel text before rendering Sixel image (#2544)Junegunn Choi
2023-10-26Remove $FZF_PREVIEW_PIXEL_{WIDTH,HEIGHT} (#2544)Junegunn Choi
2023-10-26(Experimental) Improve Sixel graphics support (#2544)Junegunn Choi
2023-10-23Experimental Sixel support (#2544)Junegunn Choi
2023-10-21Fix bug where top section of the previous preview content appearingJunegunn Choi
2023-10-20Fix scrollability of the preview window when preview offset is specifiedJunegunn Choi
2023-10-20Fix inconsistent preview window width with --borderJunegunn Choi
2023-10-12Fix offset-up and offset-down with --layout=reverse (#3456)Junegunn Choi
2023-10-11Add offset-up and offset-downJunegunn Choi
2023-10-11Add mouse events for --bindJunegunn Choi
2023-10-07Experimental support for Kitty image protocol in preview windowJunegunn Choi
2023-09-18Add support for limit and offset parameters for GET / endpointJunegunn Choi
2023-09-03Add 'GET /' endpoint for getting the program state (experimental)Junegunn Choi
2023-09-01Fix center-alignment of border/preview labelJunegunn Choi
2023-07-25Fix ANSI color continuation in --headerJunegunn Choi
2023-07-25Add toggle-header optionJunegunn Choi
2023-07-16Fix deprecations of ioutil (#3370)Bart
2023-07-05Correct outdated commentJunegunn Choi
2023-06-17Use strings.ContainsRune instead (#3335)guangwu
2023-06-11Add --info=rightJunegunn Choi
2023-06-10Add --info=inline-rightJunegunn Choi
2023-06-10Fix background color of spinner on the preview windowJunegunn Choi
2023-06-10Add new border style: 'thinblock' (#3327)Mike
2023-05-27Fix bug where preview is not updated after reload when --disabled is setJunegunn Choi
2023-05-21Make sure 'become' process is given a proper tty deviceJunegunn Choi
2023-05-17Allow unbind(focus)Junegunn Choi
2023-05-17Fix panic when trying to render preview window of a negative heightJunegunn Choi
2023-05-16Allow customizing scrollbar of the preview window via --scrollbar=xyJunegunn Choi
2023-05-16Add new border style: 'block'Junegunn Choi
2023-05-16Allow customizing the color of preview scrollbar via 'preview-scrollbar'Junegunn Choi
2023-05-05Fix the behavior of change-preview-window action (#3280)Junegunn Choi
2023-05-01Fix the background color of the scrollbar inside the preview windowJunegunn Choi
2023-05-010.40.00.40.0Junegunn Choi
2023-04-30Do not display trailing carriage returns in the preview windowJunegunn Choi
2023-04-30Fix search not triggered when query change and reload happen at the same timeJunegunn Choi
2023-04-26Add 'zero' eventJunegunn Choi
2023-04-22Add 'track' actionJunegunn Choi
2023-04-22Add change-header and transform-headerJunegunn Choi
2023-04-22Add toggle-track actionJunegunn Choi
2023-04-22Fixed --track when used with --tacJunegunn Choi
2023-04-01Add 'one' eventJunegunn Choi
2023-04-01Add --track option to track the current selectionJunegunn Choi
2023-03-26Respect 'regular' attribute in 'bw' base themeJunegunn Choi
2023-03-25Render CR and LF as ␍ and ␊Junegunn Choi
2023-03-19Omit port number in `--listen` for automatic port assignmentJunegunn Choi
2023-03-17Fix extra new line in the preview windowJunegunn Choi
2023-02-23Add spell check workflow (#3183)Zhizhen He