<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs-libvterm.git, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/emacs-libvterm.git/'/>
<entry>
<title>Fix backtrack on doubleclick in vterm</title>
<updated>2026-04-06T01:34:56+00:00</updated>
<author>
<name>Lin Sun</name>
<email>sunlin7@hotmail.com</email>
</author>
<published>2024-04-11T06:58:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/emacs-libvterm.git/commit/?id=54c29d14bca05bdd8ae60cda01715d727831e3f9'/>
<id>54c29d14bca05bdd8ae60cda01715d727831e3f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix return type of `string_bytes`</title>
<updated>2025-11-19T16:53:09+00:00</updated>
<author>
<name>Martin Geisler</name>
<email>martin.geisler@proton.ch</email>
</author>
<published>2025-11-19T09:16:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/emacs-libvterm.git/commit/?id=a01a2894a1c1e81a39527835a9169e35b7ec5dec'/>
<id>a01a2894a1c1e81a39527835a9169e35b7ec5dec</id>
<content type='text'>
The function actually returns `ptrdiff_t` (and the callers already
expected that type).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The function actually returns `ptrdiff_t` (and the callers already
expected that type).
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve Markdown and fix typos in README</title>
<updated>2025-11-12T03:03:57+00:00</updated>
<author>
<name>Martin Geisler</name>
<email>martin.geisler@proton.ch</email>
</author>
<published>2025-10-25T09:28:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/emacs-libvterm.git/commit/?id=12bce963fce7a25264cfaf2e29376a6bc2a9bb62'/>
<id>12bce963fce7a25264cfaf2e29376a6bc2a9bb62</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo in `vterm-set-bold-highbright` variable name</title>
<updated>2025-11-12T03:03:16+00:00</updated>
<author>
<name>Martin Geisler</name>
<email>martin.geisler@proton.ch</email>
</author>
<published>2025-10-25T06:21:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/emacs-libvterm.git/commit/?id=d8274257f541586c17d41e46ed796bab71e329de'/>
<id>d8274257f541586c17d41e46ed796bab71e329de</id>
<content type='text'>
The word “highbright” was spelled as “hightbright” in a few places.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The word “highbright” was spelled as “hightbright” in a few places.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typos and grammar in comments</title>
<updated>2025-11-12T03:02:56+00:00</updated>
<author>
<name>Martin Geisler</name>
<email>martin.geisler@proton.ch</email>
</author>
<published>2025-10-25T06:12:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/emacs-libvterm.git/commit/?id=d5007b5e8d421d1c512bfda50b481fc68bc2e060'/>
<id>d5007b5e8d421d1c512bfda50b481fc68bc2e060</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes segfault when clicking error in compilation-shell-minor-mode</title>
<updated>2025-09-29T15:14:17+00:00</updated>
<author>
<name>Brian D. Caruso</name>
<email>bdc34@cornell.edu</email>
</author>
<published>2025-06-28T02:18:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/emacs-libvterm.git/commit/?id=adf8d10212d15f9bd5ca62b96c7b423be02ce3c4'/>
<id>adf8d10212d15f9bd5ca62b96c7b423be02ce3c4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix spelling</title>
<updated>2025-09-29T15:13:54+00:00</updated>
<author>
<name>Jimmy Yuen Ho Wong</name>
<email>wyuenho@gmail.com</email>
</author>
<published>2025-07-15T12:24:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/emacs-libvterm.git/commit/?id=d958e2de8db78bfd9c4ba3d4b0140a1b5860cb92'/>
<id>d958e2de8db78bfd9c4ba3d4b0140a1b5860cb92</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>README: link the issue of running on Windows</title>
<updated>2025-01-13T16:45:30+00:00</updated>
<author>
<name>Konstantin K</name>
<email>Hi-Angel@yandex.ru</email>
</author>
<published>2025-01-11T16:01:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/emacs-libvterm.git/commit/?id=056ad74653704bc353d8ec8ab52ac75267b7d373'/>
<id>056ad74653704bc353d8ec8ab52ac75267b7d373</id>
<content type='text'>
It seems there is demand for making this work on Windows, so would be nice if the text that says it doesn't work would be linked to the issue that contains the research. This will allow interested people *(if such appear)* to avoid researching everything from scratch, but rather basing their work on the information already done by others.

This came up on SE: https://emacs.stackexchange.com/questions/82896/error-use-package-vterm-catch-searching-for-program-no-such-file-or-direct/82909#82909</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It seems there is demand for making this work on Windows, so would be nice if the text that says it doesn't work would be linked to the issue that contains the research. This will allow interested people *(if such appear)* to avoid researching everything from scratch, but rather basing their work on the information already done by others.

This came up on SE: https://emacs.stackexchange.com/questions/82896/error-use-package-vterm-catch-searching-for-program-no-such-file-or-direct/82909#82909</pre>
</div>
</content>
</entry>
<entry>
<title>Add README entry for vterm-tramp-shells</title>
<updated>2024-12-18T03:31:26+00:00</updated>
<author>
<name>Florian Rommel</name>
<email>mail@florommel.de</email>
</author>
<published>2024-06-21T22:46:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/emacs-libvterm.git/commit/?id=99c1f5e76ac927825775c887c93e46036fac7327'/>
<id>99c1f5e76ac927825775c887c93e46036fac7327</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Try running the login shell by default for "ssh" and "scp" methods</title>
<updated>2024-12-18T03:31:26+00:00</updated>
<author>
<name>Florian Rommel</name>
<email>mail@florommel.de</email>
</author>
<published>2024-03-06T23:02:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/emacs-libvterm.git/commit/?id=f64729ed8b59e46ce827d28222c4087c538de562'/>
<id>f64729ed8b59e46ce827d28222c4087c538de562</id>
<content type='text'>
This will fall back to Tramp's shell if the login shell cannot
be determined.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will fall back to Tramp's shell if the login shell cannot
be determined.
</pre>
</div>
</content>
</entry>
</feed>
