| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2014-11-10 | fixed EG command: make sure to reset the register argument on termination, | Robin Haberkorn | 1 | -0/+2 | |
| else the next EC command will not work as expected or even crash | |||||
| 2014-11-09 | fixed EC command for negative line ranges | Robin Haberkorn | 1 | -0/+6 | |
| 2014-11-09 | allow "-EC" command even though we do not generally imply the sign prefix | Robin Haberkorn | 1 | -3/+13 | |
| 2014-11-09 | documented EC and EG commands | Robin Haberkorn | 1 | -0/+105 | |
| 2014-11-09 | added EG command: pipe from buffer into Q-Register | Robin Haberkorn | 1 | -7/+34 | |
| 2014-11-09 | implemented EC command (execute operating system command) in spawn.cpp | Robin Haberkorn | 1 | -0/+366 | |
| powerful command for filtering a SciTECO buffer through an external program. It will be described in the sciteco(7) man pages. The implementation uses an asynchronous background process with pipes but is platform independant thanks to glib's g_spawn functions, GIOChannels and event loops. There are however platform differences in how the operating system command is interpreted/parsed. | |||||
