diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-12-07 13:06:11 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-12-07 13:06:11 +0100 |
commit | ab1a62b11184c75bf502668cd7e7b3dcfc4b4137 (patch) | |
tree | 254393398f9279222a52f7bcba734906054e1969 | |
parent | m makefile (diff) | |
download | scrotty-ab1a62b11184c75bf502668cd7e7b3dcfc4b4137.tar.gz scrotty-ab1a62b11184c75bf502668cd7e7b3dcfc4b4137.tar.bz2 scrotty-ab1a62b11184c75bf502668cd7e7b3dcfc4b4137.tar.xz |
future directions
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r-- | README | 3 | ||||
-rw-r--r-- | doc/man/scrotty.1 | 2 |
2 files changed, 5 insertions, 0 deletions
@@ -53,6 +53,9 @@ SPECIAL STRINGS the beginning and end of the string and if a space was the previous character in the string. +FUTURE DIRECTIONS + Support the TTY of other kernels should be added. + RATIONALE Taking screenshots was a pain before this. Screenshots are useful if you want to remember something or send an diff --git a/doc/man/scrotty.1 b/doc/man/scrotty.1 index 7f592ac..fd48006 100644 --- a/doc/man/scrotty.1 +++ b/doc/man/scrotty.1 @@ -78,6 +78,8 @@ A space that is not prefixed by a backslash in is interpreted as an argument delimiter. This is the case even at the beginning and end of the string and if a space was the previous character in the string. +.SH "FUTURE DIRECTIONS" +Support the TTY of other kernels should be added. .SH RATIONALE Taking screenshots was a pain before this. Screenshots are useful if you want to remember something or send an |