Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | also fixup PS over here | Marco Peereboom | 2012-01-24 | 1 | -2/+2 |
| | |||||
* | include using <> instead of ; this will have fallout | Marco Peereboom | 2012-01-23 | 1 | -1/+1 |
| | |||||
* | replace enable external editor with enable signals | Marco Peereboom | 2012-01-23 | 1 | -1/+2 |
| | |||||
* | make external editor a compile time decission | Marco Peereboom | 2012-01-23 | 1 | -1/+1 |
| | |||||
* | style stuff | Marco Peereboom | 2012-01-04 | 1 | -6/+11 |
| | |||||
* | use a #define for buffer size | Marco Peereboom | 2012-01-04 | 1 | -7/+7 |
| | | | | | Make buffer size 64k instead of 1k to minimize churn. Also move a variable to where $DEITY intended it. | ||||
* | fix a fd leak and shorten code some | Marco Peereboom | 2012-01-04 | 1 | -21/+16 |
| | |||||
* | warn when webkit version is too old for external editor | Marco Peereboom | 2012-01-04 | 1 | -0/+2 |
| | |||||
* | comment out WIFEXITED(status) to make it clear this is not useful | Todd T. Fries | 2012-01-04 | 1 | -1/+1 |
| | | | | | | | if this is uncommented, we get a bogus status that tells us to unlink the file the instant system() is inplay in the child. So it is a race with this uncommented. Adding a "sleep 1" in a script to call the editor makes this 100% reproducable. With this fix externaleditor works great for me | ||||
* | Missing spaces | Stevan Andjelkovic | 2012-01-03 | 1 | -2/+2 |
| | |||||
* | Merge external editor stuff. | Stevan Andjelkovic | 2012-01-03 | 1 | -0/+372 |