From 131aee6f0800b6844fde43a698c5bb2f0080988e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Mon, 10 Aug 2015 22:43:27 +0200 Subject: [PATCH] degesch: update comments --- degesch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/degesch.c b/degesch.c index 4914bc4..3aefadc 100644 --- a/degesch.c +++ b/degesch.c @@ -1414,6 +1414,7 @@ app_context_init (struct app_context *self) self->last_displayed_msg_time = time (NULL); char *encoding = nl_langinfo (CODESET); + // FIXME: put a check for "//TRANSLIT" in CMakeLists.txt #ifdef __linux__ encoding = xstrdup_printf ("%s//TRANSLIT", encoding); #else // ! __linux__ @@ -7231,7 +7232,6 @@ handle_command_buffer (struct handler_args *a) if (try_handle_buffer_goto (ctx, action)) return true; - // TODO: some subcommand to print N last lines from the buffer bool result = true; if (!strcasecmp_ascii (action, "list")) show_buffers_list (ctx);