Cotix / cReddit

CLI Reddit client written in C. Oh, crossplatform too!
Other
96 stars 14 forks source link

creddit: Add keypress to open a link in the default browser #63

Closed mkilgore closed 10 years ago

mkilgore commented 10 years ago

This patch adds the command to open the current link in the default browser by pressing 'o' while the link is selected. This is almost exactly the same as #62, the main difference is the 'alloc_sprintf' function, which will allow us to avoid buffer-overflows on long urls.