gurk-rs icon indicating copy to clipboard operation
gurk-rs copied to clipboard

Wrong message selection for past days

Open FVonFaschion opened this issue 9 months ago • 1 comments

Hi, I noticed that the selected message doesn't match the highlighting when trying to select a message from a past day. It seems that every ==== "day" ==== line can be highlighted but internally it jumps on the previous message creating a "delay" of 1 message between highlighting and actual selection each day.

gurk 0.6.3 compiled from source on raspberry pi arm64

FVonFaschion avatar Mar 09 '25 17:03 FVonFaschion

Thank you. This is a known issue. Each line is counted as a message and therefore introduces an index error of 1.Am 09.03.2025 18:16 schrieb FVonFaschion @.>: Hi, I noticed that the selected message doesn't match the highlighting when trying to select a message from a past day. It seems that every ==== "day" ==== line can be highlighted but internally it jumps on the previous message creating a "delay" of 1 message between highlighting and actual selection each day. gurk 0.6.3 compiled from source on raspberry pi arm64—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.>

FVonFaschion created an issue (boxdot/gurk-rs#381) Hi, I noticed that the selected message doesn't match the highlighting when trying to select a message from a past day. It seems that every ==== "day" ==== line can be highlighted but internally it jumps on the previous message creating a "delay" of 1 message between highlighting and actual selection each day. gurk 0.6.3 compiled from source on raspberry pi arm64

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>

boxdot avatar Mar 09 '25 17:03 boxdot