]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1720: using gettimeofday() for parsing OSC responses v9.1.1720
authorFoxe Chen <chen.foxe@gmail.com>
Sun, 31 Aug 2025 17:40:24 +0000 (19:40 +0200)
committerChristian Brabandt <cb@256bit.org>
Sun, 31 Aug 2025 17:40:24 +0000 (19:40 +0200)
commit6278f1a10a57b237d4aed8e731b231a6bf888a6a
tree59a7685fdfb3c92636524ba6bafffba974cffcf7
parent2035c745747ba78e740a20fefc9885b2463df5e6
patch 9.1.1720: using gettimeofday() for parsing OSC responses

Problem:  Using gettimeofday() for parsing OSC responses
Solution: Use ELAPSED_ macros instead (Foxe Chen).

closes: #18165

Signed-off-by: Foxe Chen <chen.foxe@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/structs.h
src/term.c
src/version.c