23:04:40
icon

ん-、コードのどこを呼んでるかがよく分からん…動作とログを見て、なんか変じゃね?ってことを説明して直してもらう方が良いかなあ…

22:36:11
icon

github側ではまだ0.4.3(以降は開発版)のままだけど、とりあえずHEADの内容でcontour-terminalのportsを投げ直してみることに。

08:13:27
icon

modifiers.shift()、__apple__のコードでは使えるってあるけど…__apple__専用?

/usr/ports/pobj/contour-0.4.3.6442/contour-8591e28a6b5f929d0a089334108a57645e836e64/src/contour/helper.cpp:408:48: error: no member named 'shift' in 'crispy::flags<vtbackend::Modifier>'
if (0x20 <= key && key < 0x80 && modifiers.shift()) {
~~~~~~~~~ ^
1 error generated.

07:50:57
icon

ん-、やっぱ
[2024-07-25 07:31:45.617550] [gui.input] Input not handled for mods Shift key 0x1000020

Shiftの有無を見てない感じだなあ。そして確かにこれをチェックしていれば正しく動く?みたいな場面はあるような…?