Commit Briefs

Omar Polo

fmt


Omar Polo

gitignore for tests



Omar Polo

generalize some ignore patterns


Omar Polo

move parsers to their own subdir


Omar Polo

doesn't need parser.h anymore




Omar Polo

document reply-last-input and M-r




Omar Polo

sync changelog


Omar Polo

reply-last-input: reply input requests on demand

Telescope now remebers the last URL (per tab!) that replied with 1X (input request.) The new command reply-last-input allows to resend a query to that URL. It's particularly useful with capsules that make a heavy uses of 10 replies (search engines or similar, interactive pages, etc) because it both saves a network roundtrip and the user from looking for the "search" link all across the page ;-) idea from a conversation with thfr@, thanks!



Omar Polo

only memcpy into imsg->data if datalen is not zero

Passing a NULL pointer to memcpy is UB no matter if len is 0 (commit by claudio@, backporting for telescope.)