summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-15Detect 'mpv -v' promptexternals/cotermMiha Rihtaršič
2022-10-05Fix typo in commentaryMiha Rihtaršič
2022-09-02Version 1.6Miha Rihtaršič
2022-08-31Depend on compat and fix some issues with Emacs 26Miha Rihtaršič
2022-08-30Use string-replace instead of stripping CR's in the bufferMiha Rihtaršič
2022-05-22Fix error on printf '\010' or printf '\020\010'Miha Rihtaršič
2022-03-18Version 1.5Miha Rihtaršič
2022-03-01Fix \e[1J if coterm--t-row-off is nonzeroMiha Rihtaršič
2022-03-01Fix \e[1K and \e[0J if coterm--t-row-off is nonzeroMiha Rihtaršič
2022-03-01Don't narrow before saving point positionMiha Rihtaršič
2022-02-28Scroll snap after leaving alternate sub-bufferMiha Rihtaršič
2022-02-28Use point and row/col-offset variables for cursor positioningMiha Rihtaršič
2022-02-12Support for smcup/rmcupMiha Rihtaršič
2022-01-23Version 1.4Miha Rihtaršič
2021-12-28Fix \e[K if current column is beyond terminal widthMiha Rihtaršič
2021-12-27Support sequence \e[f (apt uses it as an equivalent to \e[H)Miha Rihtaršič
2021-12-27Fix cursor restoration escape codeMiha Rihtaršič
2021-11-29Improve mpv prompt detectionMiha Rihtaršič
2021-11-23Version 1.3Miha Rihtaršič
2021-10-28Minor grammar fixesMiha Rihtaršič
2021-10-21Better outlining of commentaryMiha Rihtaršič
2021-10-21Improve regexp matching less promptMiha Rihtaršič
2021-10-20Simplify checking for end-of-buffer optimizationMiha Rihtaršič
2021-10-18Pass through sequence "\e\e", used by package 'bash-completion'Miha Rihtaršič
2021-10-18Version 1.2Miha Rihtaršič
2021-10-16Adjust installation instructionsMiha Rihtaršič
2021-10-16Remove the README fileMiha Rihtaršič
2021-10-15Fix version headerMiha Rihtaršič
2021-10-15Move point before output insertionMiha Rihtaršič
2021-10-15Improve documentationMiha Rihtaršič
2021-10-15Further improve "less" secondary prompt detectionMiha Rihtaršič
2021-10-15Add documentation about TERM and LESSMiha Rihtaršič
2021-10-14Implement simple optional debug loggingMiha Rihtaršič
2021-10-14Restore unhandled fragment in the correct bufferMiha Rihtaršič
2021-10-14Mention copyright assignmentMiha Rihtaršič
2021-10-14Version 1.1Miha Rihtaršič
2021-10-14Give instructions for bug reportsMiha Rihtaršič
2021-10-13Simplify narrowing to process outputMiha Rihtaršič
2021-10-13Fix for Emacs 27Miha Rihtaršič
2021-10-13[auto-char] Detect prompts from "less -M"Miha Rihtaršič
2021-10-13Revert "Inhibit Emacs from automatically decoding \r\n into \n"Miha Rihtaršič
2021-10-12[auto-char] "less" prompt may be an empty line if it is slowMiha Rihtaršič
2021-10-12Bind inhibit-read-only to t for terminal emulationMiha Rihtaršič
2021-10-12Mention auto char mode as a difference from term.elMiha Rihtaršič
2021-10-12Further document the "less" line-wrap workaroundMiha Rihtaršič
2021-10-12Prepare submission to ELPAMiha Rihtaršič
2021-10-12Minor fixes to descriptionm
2021-10-12Explain how coterm does/doesn't do line-wrappingm
2021-10-12Work around a line wrapping issue with "less"m
2021-10-12Fix 'coterm--t-goto' for column zerom