about summary refs log tree commit diff stats
path: root/src/buffer/select.nim
Commit message (Collapse)AuthorAgeFilesLines
* select: simplify popCursorPos()bptato2023-07-061-3/+1
|
* Add popup menu for select elementbptato2023-07-051-0/+308
Replaces the weird CSS implementation we have had until now with a searchable popup menu similar to that of w3m. (The previous implementation broke on websites that do not expect <select> to expand on click, had no separate search, and was ugly.)