foot/doc
Daniel Eklöf 5b70f94827
main/client: be POSIXLY_CORRECT when parsing command line
This means command line parsing stops when it encounters the first
nonoption argument.

The result is that one no longer need to use '--' to ensure arguments
are passed to the shell/command, instead of parsed by foot.

That is, instead of

  foot -- sh -c true

one can now do

  foot sh -c true

Arguments to foot *must* go before the command:

  foot --fullscreen sh -c true
2020-05-08 18:43:03 +02:00
..
foot.1.scd main/client: be POSIXLY_CORRECT when parsing command line 2020-05-08 18:43:03 +02:00
foot.5.scd csd: buttons: use default color table as default colors 2020-04-29 20:06:16 +02:00
footclient.1.scd main/client: be POSIXLY_CORRECT when parsing command line 2020-05-08 18:43:03 +02:00
meson.build man: footclient.1: initial documentation 2019-11-03 13:47:19 +01:00
sixel-wow.png README: add screenshot of sixel graphics 2020-02-22 22:04:28 +01:00