Germany
From Rene Kita to ~rkta/w3m
On Thu, Oct 03, 2024 at 12:08:31AM +0000, lesssalt wrote: > If the escape key is pressed while in a menu it can change the action of > the next key press or mouse action. > > A raw escape key press will now perform MENU_CANCEL. We use select() to > determine if the input is the escape key or an escape sequence. How is this handled outside of menus? Need to make sure that the behavior is consistent. > --- > To reproduce the issue, press escape while in a menu. Then navigate in a > direction with the mouse wheel, or an arrow key. Instead of the expected > navigation the menu will execute an action associated with an escape key
From Rene Kita to ~rkta/w3m
On Sat, Sep 28, 2024 at 11:37:37PM +0200, bptato@chawan.net wrote:
> From: bptato <nincsnevem662@gmail.com>
>
> * ensure st_size is cast to int correctly
> * replace mystery allocations with fixed buffers on stack
> * simplify chunk printing logic
Here is my modified version, OK?
--- >8 --- >8 ---
From 3ec4f759fa3274d3396c875c7339d717d6bf2770 Mon Sep 17 00:00:00 2001
From: bptato <nincsnevem662@gmail.com>
Date: Sat, 28 Sep 2024 23:37:37 +0200
Subject: [PATCH] Clean up put_image_iterm2 and put_image_kitty
[message trimmed]
From Rene Kita to ~rkta/w3m
On Sun, Sep 29, 2024 at 02:50:35PM +0200, bptato wrote: > Rene Kita wrote: > > On Sat, Sep 28, 2024 at 11:37:37PM +0200, bptato@chawan.net wrote: > > > From: bptato <nincsnevem662@gmail.com> > > > > > > * ensure st_size is cast to int correctly > > > > Wouldn't it make more sense to use the correct format specifier? > > > > Said naive me in the morning. Three cups of coffee later I learned that > > it's not that easy... Would it make sense to use a long long instead of > > an int to be on the safe side? > > It would be better, but our homebrew Sprintf doesn't seem to support
From Rene Kita to ~rkta/w3m
On Sat, Sep 28, 2024 at 11:37:37PM +0200, bptato@chawan.net wrote: > From: bptato <nincsnevem662@gmail.com> > > * ensure st_size is cast to int correctly Wouldn't it make more sense to use the correct format specifier? Said naive me in the morning. Three cups of coffee later I learned that it's not that easy... Would it make sense to use a long long instead of an int to be on the safe side? > * replace mystery allocations with fixed buffers on stack OK.
From Rene Kita to ~rkta/w3m
On Sat, Sep 28, 2024 at 02:32:21PM +0200, bptato wrote: > Rene Kita wrote: [...] > > + <a href="http://w3m-pager.org">Homepage</a> > > Shouldn't this be https? [...] > > + <a href="http://w3m-pager.org">English w3m home page</a>. > > Also here. Right, good catch, thanks.
From Rene Kita to ~rkta/w3m
--- doc-de/FAQ.html | 5 +---- doc/FAQ.html | 4 +--- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/doc-de/FAQ.html b/doc-de/FAQ.html index a25afdb0..f1367fd1 100644 --- a/doc-de/FAQ.html +++ b/doc-de/FAQ.html @@ -313,10 +313,7 @@ </b> </dt> <dd> Bis jetzt wurde das Programm nur für Windows /Cygnus32 kompiliert.[message trimmed]
From Rene Kita to ~rkta/w3m
--- doc-de/FAQ.html | 30 ------------------------------ doc/FAQ.html | 30 ------------------------------ 2 files changed, 60 deletions(-) diff --git a/doc-de/FAQ.html b/doc-de/FAQ.html index 9efd28fe..a25afdb0 100644 --- a/doc-de/FAQ.html +++ b/doc-de/FAQ.html @@ -160,14 +160,6 @@ Wie gebe ich einen Proxy-Server vor? </b> </li> <!-- deleted, see mail dated Mon, 04 Apr 2016 20:50:27 +0900 (JST)[message trimmed]
From Rene Kita to ~rkta/w3m
--- doc-de/FAQ.html | 14 ++++++++++---- doc/FAQ.html | 14 ++++++++------ 2 files changed, 18 insertions(+), 10 deletions(-) diff --git a/doc-de/FAQ.html b/doc-de/FAQ.html index 14132ece..9efd28fe 100644 --- a/doc-de/FAQ.html +++ b/doc-de/FAQ.html @@ -294,7 +294,9 @@ from Tatsuya Kinoshita <tats@debian.org> </dt> <dd> <p> Auf der englischen <a href="http://w3m.sourceforge.net/index.en.html">Homepage</a> des w3m-Projekts.[message trimmed]
From Rene Kita to ~rkta/w3m
Update contact information and some low hanging fruits in the docs. bptato, would you be so nice to update the contact stuff in doc-jp? I think it's quite important that at least this is up-to-date so that users can reach out if they have a problem.
From Rene Kita to ~rkta/w3m
On Fri, Sep 27, 2024 at 08:47:52PM +0200, bptato wrote:
> Rene Kita wrote:
[...]
> > Aside, I wonder if it is still worthwhile to keep doc-jp/ and doc-de.
> > Documentation is already all over the place and keeping it up-to-date in
> > three languages doesn't make it easier.
>
> IIRC the Japanese docs are occasionally more detailed than the English
> ones. doc-de/ is quite barebones, though.
>
> I personally see no harm in keeping them, even if they get somewhat
> out of sync; it might still be useful for somebody who doesn't speak
> English.
>
[message trimmed]