* hiro 2017-04-14 17:11 > personally i think tabs are stupid. there should be one url and title > per process.
this! it's on my todo for long time now to come up with a clean and simple way to deal with stateful surf sessions (session being an arbitrary number, N, of current urls (and possibly histories)). the obvious approach is to have history and current url per surf window; but a worthwhile one could be to have a single surf window with N “buffers” -- one active and N-1 inactive at a time. what I'm trying to say is that i'd appreciate if the code is not tied to tabbed, but rather generally applicable to a collection of surf processes or something. cheers --s