diff options
Diffstat (limited to '')
-rw-r--r-- | bin/hnel.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/hnel.c b/bin/hnel.c index 1f079e8a..780e4bdb 100644 --- a/bin/hnel.c +++ b/bin/hnel.c @@ -1,6 +1,4 @@ -/* PTY wrapper for preserving HJKL in Tarmak layouts. - * - * Copyright (c) 2017, Curtis McEnroe <programble@gmail.com> +/* Copyright (c) 2017, Curtis McEnroe <programble@gmail.com> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -16,6 +14,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ +// PTY wrapper for preserving HJKL in Tarmak layouts. + #include <err.h> #include <poll.h> #include <stdbool.h> |