• Joined on 2022年06月30日
mckellygit commented on issue dnkl/foot#1887 2024年12月20日 16:26:37 +01:00
compile issue, commit d523e7a676d6d2cdda0369fac3dc9f953d3a4e96 misc.c include <stdlib.h> header

Hi, Thank you so much for foot. -m

mckellygit opened issue dnkl/foot#1887 2024年12月20日 15:15:40 +01:00
compile issue, commit d523e7a676 misc.c include <stdlib.h> header
mckellygit commented on pull request dnkl/foot#1833 2024年09月13日 23:48:49 +02:00
render: resize(): don't overflow the number of scrollback lines

Hi, I get a failure to compile render.c because INT_MAX is not defined. If I add:

#include <limits.h>

to render.c then it compiles ok. thx, -m

mckellygit commented on pull request dnkl/foot#1772 2024年07月18日 13:10:48 +02:00
wayland: use wl_shm v2 if available

Hi,

Not sure, but maybe need to wrap a few more lines with the new ifdef ? Something like -

+#if defined(WL_SHM_RELEASE_SINCE_VERSION) wayl->use_shm_release = version >=...

mckellygit commented on issue dnkl/foot#1741 2024年07月03日 05:53:55 +02:00
Alt mapping with Mod1 doesn't work

As dnkl says -

Your keyboard layout is most likely adding additional modifiers to the key combination

I don't know if its the same thing as me, but I'll just mention I use Mod1+Meta for...

mckellygit commented on pull request dnkl/foot#1703 2024年05月02日 13:47:59 +02:00
dcs: xtgettcap: always reply with tigetstr(3) formatted "strings"

Fixed in 3a7ea1f44b5cac16c4d67cddb75c02638d59c55c thx!

mckellygit commented on pull request dnkl/foot#1703 2024年05月01日 14:28:28 +02:00
dcs: xtgettcap: always reply with tigetstr(3) formatted "strings"

Hi,

mckellygit commented on issue dnkl/foot#1613 2024年02月21日 16:35:05 +01:00
Is it possible to map Mod1+Shift+BackSpace ?

Just saw your comment. I will try to find a commit in libxkbcommon and report back.

mckellygit commented on issue dnkl/foot#1613 2024年02月21日 16:33:26 +01:00
Is it possible to map Mod1+Shift+BackSpace ?

So perhaps some recent change to libxkbcommon + my old/wacky env caused this ? I can try to bisect a commit. But I think a this point its not foot so we can close this issue.

thank you for...

mckellygit commented on issue dnkl/foot#1613 2024年02月21日 16:30:35 +01:00
Is it possible to map Mod1+Shift+BackSpace ?

So I think all this is my wayland env ...

mckellygit commented on issue dnkl/foot#1613 2024年02月21日 16:29:19 +01:00
Is it possible to map Mod1+Shift+BackSpace ?

And with wayland - ./xkbcli interactive-wayland seat0: keycode [ LWIN ] keysyms [ Super_L ] unicode [ ] layout [ English (US) (0) ] level [ 0 ] mods [ ] leds [ ] seat0:...

mckellygit commented on issue dnkl/foot#1613 2024年02月21日 16:19:41 +01:00
Is it possible to map Mod1+Shift+BackSpace ?

A Super+space keypress debug with xkbcli shows - ./xkbcli interactive-evdev keycode [ LWIN ] keysyms [ Super_L ] unicode [ ] layout [ English (US) (0) ] level [ 0 ] mods [...

mckellygit commented on issue dnkl/foot#1613 2024年02月21日 16:17:29 +01:00
Is it possible to map Mod1+Shift+BackSpace ?

And my libxkbcommon lib used in foot xkbcli version is 1.6.0

mckellygit commented on issue dnkl/foot#1613 2024年02月21日 14:51:57 +01:00
Is it possible to map Mod1+Shift+BackSpace ?

Hi,

% setxkbmap -print -verbose 10 Setting verbose level to 10 locale is C Trying to load rules file ./rules/evdev... Success. Applied rules from evdev: rules: evdev model: ...

mckellygit commented on issue dnkl/foot#1613 2024年02月20日 20:52:59 +01:00
Is it possible to map Mod1+Shift+BackSpace ?

If I make all my Mod1+ mappings be Mod1+Meta+ and all my Mod4+ mappings Mod4+Super+ then all perfect :-)

mckellygit commented on issue dnkl/foot#1613 2024年02月20日 20:25:44 +01:00
Is it possible to map Mod1+Shift+BackSpace ?

Mod1+Shift+BackSpace - dbg: input.c:502: keyboard_keymap: keyboard=0x55b0e1379970 (format=1, size=50941) dbg: input.c:1770: keyboard repeat: rate=27, delay=500 info: fcft.c:838: /home/kellma02...

mckellygit commented on issue dnkl/foot#1613 2024年02月20日 20:19:36 +01:00
Is it possible to map Mod1+Shift+BackSpace ?

Thx.

Super+space - dbg: input.c:502: keyboard_keymap: keyboard=0x55af59c6d310 (format=1, size=50941) dbg: input.c:1770: keyboard repeat: rate=27, delay=500 dbg: input.c:1731: modifiers:...

mckellygit commented on issue dnkl/foot#1613 2024年02月19日 15:55:58 +01:00
Is it possible to map Mod1+Shift+BackSpace ?

And a Mod1+Shift+BackSpace result, when Shift+BackSpace, Mod1+BackSpace and Mod1+Shift+BackSpace are all mapped differently -

dbg: input.c:502: keyboard_keymap: keyboard=0x5650c008c310...

mckellygit commented on issue dnkl/foot#1613 2024年02月19日 15:49:10 +01:00
Is it possible to map Mod1+Shift+BackSpace ?

Hi,

From a Super+space keypress -

dbg: input.c:502: keyboard_keymap: keyboard=0x5555e60d4ba0 (format=1, size=50941) dbg: input.c:1723: keyboard repeat: rate=27, delay=500 info:...

mckellygit commented on issue dnkl/foot#1613 2024年02月18日 23:02:17 +01:00
Is it possible to map Mod1+Shift+BackSpace ?

Hi, For my Mod4/Super issue, it changed for me in commit -

commit 4730ff8d080e82fad0554dfcb957dfc82f6568b3 input/config: support all modifier names

After this commit Mod4+space just...