Add command_spawn_editor() and implement normal_view_source()
authorLeonardo Taccari <iamleot@gmail.com>
Fri, 19 Oct 2018 11:04:41 +0000 (13:04 +0200)
committerLeonardo Taccari <iamleot@gmail.com>
Wed, 24 Oct 2018 22:09:42 +0000 (00:09 +0200)
commit51949de98cba926ff9ae0d08d95ef795612472ec
treed991f7f4fd9c1f7421f75bb763adcdb7ec333e95
parenta40526042e9c1a26982a5eb504dd78d34dde649a
Add command_spawn_editor() and implement normal_view_source()

- Add a command_spawn_editor() to asynchronously spawn editor
- Adjust input_editor_formfiller() to use command_spawn_editor()
- Add support to view the source of the current page via the editor (`gf'
  command).
src/command.c
src/command.h
src/input.c
src/normal.c