mathstuf / uzbl

A web browser that adheres to the unix philosophy.
http://www.uzbl.org
GNU General Public License v3.0
5 stars 2 forks source link

Comments not recognized on stdin #13

Closed dominikh closed 10 years ago

dominikh commented 10 years ago

When sending a comment (a line beginning with #) on stdin, it triggers a COMMAND_ERROR '#' instead of considering it a comment.

This is primarily relevant when using uzbl-core -c - and then manually copying a config to stdin, which is useful when one doesn't want to rely on sockets/fifos for the event manager.

mathstuf commented 10 years ago

Should be addressed by 5f75c2a72a1cdf0fec06eac13aa12dbd3c22723a.