~rkta

Germany

https://rkta.de

~rkta/w3m

Last active 10 hours ago

~rkta/w3m-announce

Last active 19 days ago

~rkta/h2g

Last active 1 year, 7 months ago

~rkta/public-inbox

Last active 2 years ago

~rkta/microtojson

Last active 4 years ago

~rkta/workinghours

Last active 4 years ago
View more

Recent activity

Re: Fix menu escape key behavior a day ago

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

Re: [PATCH v2] Clean up put_image_iterm2 and put_image_kitty 3 days ago

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]

Re: [PATCH v2] Clean up put_image_iterm2 and put_image_kitty 6 days ago

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

Re: [PATCH v2] Clean up put_image_iterm2 and put_image_kitty 6 days ago

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.

Re: [PATCH 1/3] Update web site, mailing list and author email 7 days ago

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.

[PATCH 3/3] Update docs about binary distributions 7 days ago

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]

[PATCH 2/3] Remove commented out stuff from the docs 7 days ago

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]

[PATCH 1/3] Update web site, mailing list and author email 7 days ago

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]

Update contact information in the docs 7 days ago

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.

Re: [PATCH] Update image docs 7 days ago

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]